#C0B86E

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

Shades of Dark Khaki #C0B86E

Tints of Dark Khaki #C0B86E

Color information

#C0B86E (or 0xC0B86E) is unknown color: approx Dark Khaki. HEX triplet: C0, B8 and 6E. RGB value is (192,184,110). Sum of RGB (Red+Green+Blue) = 192+184+110=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B86E is #3F4791. Grayscale: #B2B2B2. Windows color (decimal): -4147090 or 7256256. OLE color: 7256256.

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

Color convert

RGB192184110-
CMYK00.040.430.25
HSL54.15º39.42%59.22%-
HSV(B)54.15º42.71%75.29%-
XYZ41.6946.6121.55-
YUV177.9689.65138.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.51%
GREEN value IS 184 (72.27% from 255) = 37.86%
BLUE value IS 110 (43.36% from 255) = 22.63%
R=39.51%
G=37.86%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218411000.040.430.2554.1539.4259.22
HexC0B86E042B1936273b
Octal300270156045331664773
Binary11000000101110001101110010010101111001110110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B86E; }

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

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

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

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

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

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

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

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