#C5B874

Color #C5B874 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #C5B874

Tints of Dark Khaki #C5B874

Color information

#C5B874 (or 0xC5B874) is unknown color: approx Dark Khaki. HEX triplet: C5, B8 and 74. RGB value is (197,184,116). Sum of RGB (Red+Green+Blue) = 197+184+116=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B874 is #3A478B. Grayscale: #B4B4B4. Windows color (decimal): -3819404 or 7649477. OLE color: 7649477.

HSL color Cylindrical-coordinate representation of color #C5B874: hue angle of 50.37º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5B874 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB197184116-
CMYK00.070.410.23
HSL50.37º41.12%61.37%-
HSV(B)50.37º41.12%77.25%-
XYZ43.3247.4123.39-
YUV180.1491.81140.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 39.64%
GREEN value IS 184 (72.27% from 255) = 37.02%
BLUE value IS 116 (45.70% from 255) = 23.34%
R=39.64%
G=37.02%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718411600.070.410.2350.3741.1261.37
HexC5B87407291732293d
Octal305270164075127625175
Binary11000101101110001110100011110100110111110010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B874; }

 p { color: rgb(197,184,116); }

 H1.HeaderClassName
 {
   color: #C5B874;
 }
 .AnyTagClassName
 {
   color: #C5B874;
 }
</style>
background-color css

<style>
 a { background-color: #C5B874; }

 a { background-color: rgb(197,184,116); }

 div.DivClassName
 {
   background-color: #C5B874;
 }
 .BgClassName
 {
   background-color: #C5B874;
 }
</style>
border-color css

<style>
 span { border-color: #C5B874; }

 span { border-color: rgb(197,184,116); }

 td.TdClassName
 {
   border-color: #C5B874;
 }
 .TagClassName
 {
   border-color: #C5B874;
 }
</style>