Shades of Dark Khaki #C9BA6C
Tints of Dark Khaki #C9BA6C
RGB
CMYK
RGB Variations
Color information
#C9BA6C (or 0xC9BA6C) is known color: 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
| RGB | 201 | 186 | 108 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.21 |
| HSL | 50.32º | 0.46% | 0.61% | - |
| HSV(B) | 50.32º | 0.46% | 0.79% | - |
| XYZ | 44.35 | 48.62 | 21.23 | - |
| YUV | 181.59 | 86.47 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 108 | 0 | 0.07 | 0.46 | 0.21 | 50.32 | 0.46 | 0.61 |
| Hex | C9 | BA | 6C | 0 | 7 | 2E | 15 | 32 | 2E | 3D |
| Octal | 311 | 272 | 154 | 0 | 7 | 56 | 25 | 62 | 56 | 75 |
| Binary | 11001001 | 10111010 | 1101100 | 0 | 111 | 101110 | 10101 | 110010 | 101110 | 111101 |
Color Harmonies of #C9BA6C
Complementary color
Monochromatic Colors of #C9BA6C
Black with #C9BA6C
Text Example
Text Example
White with #C9BA6C
Text Example
Text Example
HTML Codes & Css Web 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>