color codes Logo

#c6a76d color codes

#C6A76D
(198,167,109)
0 Favorites   0 Comments

Color spaces of #c6a76d

RGB 198167109
HSL0.110.440.60
HSV39°45°78°
CMYK 0.000.160.45   0.22
XYZ39.867740.747320.2318
Yxy40.74730.39530.4041
Hunter Lab63.8336-0.225525.8918
CIE-Lab69.99853.597634.1464

#c6a76d color RGB value is (198,167,109).

#c6a76d hex color red value is 198, green value is 167 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #c6a76d hue: 0.11 , saturation: 0.44 and the lightness value of c6a76d is 0.60.

The process color (four color CMYK) of #c6a76d color code is 0.00, 0.16, 0.45, 0.22. Web safe color of #c6a76d is #cc9966. Color #c6a76d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10100111 01101101
Octal 306 247 155
Decimal 198 167 109
Hex C6 A7 6D

RGB Percentages of Color #c6a76d

%41.77
%35.23
%23.00

CMYK Percentages of Color #c6a76d

%0
%16
%45
%22

Triadic Colors of #c6a76d

#c6a76d #6dc6a7 #a76dc6

Analogous Colors of #c6a76d

#c6a76d #b9c66d #c67b6d

Monochromatic Colors of #c6a76d

#c6a76d

Complementary Color

#c6a76d #6d8cc6

#c6a76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6a76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6a76d Color CSS Codes

.mybgcolor {background-color:#c6a76d; } 
.myforecolor {color:#c6a76d; }
.mybordercolor {border:3px solid #c6a76d; }

#c6a76d Text Font Color

<p style="color:#c6a76d">Text here</p>

This sample text font color is #c6a76d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c6a76d Background Color

<div style="background-color:#c6a76d">
Div content here</div>

This div background color is #c6a76d


#c6a76d Border Color

<div style="border:3px solid #c6a76d">
Div here</div>

This div border color is #c6a76d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,167,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6a76d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6a76d;
  -webkit-box-shadow: 1px 1px 3px 2px #c6a76d;
  box-shadow:         1px 1px 3px 2px #c6a76d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,167,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c6a76d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c6a76d;
  -webkit-box-shadow: 1px 1px 3px 2px #c6a76d;
  box-shadow:         1px 1px 3px 2px #c6a76d;">
Div content here</div>

This div box has shadow with color #c6a76d


Comments

No comments written yet.

Please login to write comment.