#C9B86E

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

Shades of Dark Khaki #C9B86E

Tints of Dark Khaki #C9B86E

Color information

#C9B86E (or 0xC9B86E) is unknown color: approx Dark Khaki. HEX triplet: C9, B8 and 6E. RGB value is (201,184,110). Sum of RGB (Red+Green+Blue) = 201+184+110=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B86E is #364791. Grayscale: #B4B4B4. Windows color (decimal): -3557266 or 7256265. OLE color: 7256265.

HSL color Cylindrical-coordinate representation of color #C9B86E: hue angle of 48.79º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C9B86E is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB201184110-
CMYK00.080.450.21
HSL48.79º45.73%60.98%-
HSV(B)48.79º45.27%78.82%-
XYZ44.0447.8221.66-
YUV180.6588.13142.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.61%
GREEN value IS 184 (72.27% from 255) = 37.17%
BLUE value IS 110 (43.36% from 255) = 22.22%
R=40.61%
G=37.17%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118411000.080.450.2148.7945.7360.98
HexC9B86E082D15312e3d
Octal3112701560105525615675
Binary110010011011100011011100100010110110101110001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B86E; }

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

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

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

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

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

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

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

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