#C9BA6C

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

Shades of Dark Khaki #C9BA6C

Tints of Dark Khaki #C9BA6C

Color information

#C9BA6C (or 0xC9BA6C) is unknown color: approx Dark Khaki. HEX triplet: C9, BA and 6C. RGB value is (201,186,108). Sum of RGB (Red+Green+Blue) = 201+186+108=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BA6C is #364593. Grayscale: #B5B5B5. Windows color (decimal): -3556756 or 7125705. OLE color: 7125705.

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

Color convert

RGB201186108-
CMYK00.070.460.21
HSL50.32º46.27%60.59%-
HSV(B)50.32º46.27%78.82%-
XYZ44.3548.6221.23-
YUV181.5986.47141.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.61%
GREEN value IS 186 (73.05% from 255) = 37.58%
BLUE value IS 108 (42.58% from 255) = 21.82%
R=40.61%
G=37.58%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118610800.070.460.2150.3246.2760.59
HexC9BA6C072E15322e3d
Octal311272154075625625675
Binary11001001101110101101100011110111010101110010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BA6C; }

 p { color: rgb(201,186,108); }

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

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

 a { background-color: rgb(201,186,108); }

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

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

 span { border-color: rgb(201,186,108); }

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