Shades of Dark Khaki #C9BB6C
Tints of Dark Khaki #C9BB6C
RGB
CMYK
RGB Variations
Color information
#C9BB6C (or 0xC9BB6C) is known color: Dark Khaki. HEX triplet: C9, BB and 6C. RGB value is (201,187,108). Sum of RGB (Red+Green+Blue) = 201+187+108=496 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.52% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BB6C is #364493. Grayscale: #B6B6B6. Windows color (decimal): -3556500 or 7125961. OLE color: 7125961.
HSL color Cylindrical-coordinate representation of color #C9BB6C: hue angle of 50.97º 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 #C9BB6C is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 187 | 108 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.21 |
| HSL | 50.97º | 0.46% | 0.61% | - |
| HSV(B) | 50.97º | 0.46% | 0.79% | - |
| XYZ | 44.56 | 49.04 | 21.3 | - |
| YUV | 182.18 | 86.14 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 108 | 0 | 0.07 | 0.46 | 0.21 | 50.97 | 0.46 | 0.61 |
| Hex | C9 | BB | 6C | 0 | 7 | 2E | 15 | 33 | 2E | 3D |
| Octal | 311 | 273 | 154 | 0 | 7 | 56 | 25 | 63 | 56 | 75 |
| Binary | 11001001 | 10111011 | 1101100 | 0 | 111 | 101110 | 10101 | 110011 | 101110 | 111101 |
Color Harmonies of #C9BB6C
Complementary color
Monochromatic Colors of #C9BB6C
Black with #C9BB6C
Text Example
Text Example
White with #C9BB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BB6C; }
p { color: rgb(201,187,108); }
H1.HeaderClassName
{
color: #C9BB6C;
}
.AnyTagClassName
{
color: #C9BB6C;
}
</style>
background-color css
<style>
a { background-color: #C9BB6C; }
a { background-color: rgb(201,187,108); }
div.DivClassName
{
background-color: #C9BB6C;
}
.BgClassName
{
background-color: #C9BB6C;
}
</style>
border-color css
<style>
span { border-color: #C9BB6C; }
span { border-color: rgb(201,187,108); }
td.TdClassName
{
border-color: #C9BB6C;
}
.TagClassName
{
border-color: #C9BB6C;
}
</style>