#C0B86C

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

Shades of Dark Khaki #C0B86C

Tints of Dark Khaki #C0B86C

Color information

#C0B86C (or 0xC0B86C) is unknown color: approx Dark Khaki. HEX triplet: C0, B8 and 6C. RGB value is (192,184,108). Sum of RGB (Red+Green+Blue) = 192+184+108=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B86C is #3F4793. Grayscale: #B2B2B2. Windows color (decimal): -4147092 or 7125184. OLE color: 7125184.

HSL color Cylindrical-coordinate representation of color #C0B86C: hue angle of 54.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0B86C is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB192184108-
CMYK00.040.440.25
HSL54.29º40%58.82%-
HSV(B)54.29º43.75%75.29%-
XYZ41.5946.5720.98-
YUV177.7388.65138.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.67%
GREEN value IS 184 (72.27% from 255) = 38.02%
BLUE value IS 108 (42.58% from 255) = 22.31%
R=39.67%
G=38.02%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218410800.040.440.2554.294058.82
HexC0B86C042C1936283b
Octal300270154045431665073
Binary11000000101110001101100010010110011001110110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B86C; }

 p { color: rgb(192,184,108); }

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

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

 a { background-color: rgb(192,184,108); }

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

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

 span { border-color: rgb(192,184,108); }

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