#C5B871

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

Shades of Dark Khaki #C5B871

Tints of Dark Khaki #C5B871

Color information

#C5B871 (or 0xC5B871) is unknown color: approx Dark Khaki. HEX triplet: C5, B8 and 71. RGB value is (197,184,113). Sum of RGB (Red+Green+Blue) = 197+184+113=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B871 is #3A478E. Grayscale: #B4B4B4. Windows color (decimal): -3819407 or 7452869. OLE color: 7452869.

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

Color convert

RGB197184113-
CMYK00.070.430.23
HSL50.71º42%60.78%-
HSV(B)50.71º42.64%77.25%-
XYZ43.1547.3422.49-
YUV179.7990.31140.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.88%
GREEN value IS 184 (72.27% from 255) = 37.25%
BLUE value IS 113 (44.53% from 255) = 22.87%
R=39.88%
G=37.25%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718411300.070.430.2350.714260.78
HexC5B871072B17332a3d
Octal305270161075327635275
Binary11000101101110001110001011110101110111110011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B871; }

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

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

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

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

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

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

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

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