Shades of Dark Khaki #C9BC6C
Tints of Dark Khaki #C9BC6C
RGB
CMYK
RGB Variations
Color information
#C9BC6C (or 0xC9BC6C) is known color: Dark Khaki. HEX triplet: C9, BC and 6C. RGB value is (201,188,108). Sum of RGB (Red+Green+Blue) = 201+188+108=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BC6C is #364393. Grayscale: #B7B7B7. Windows color (decimal): -3556244 or 7126217. OLE color: 7126217.
HSL color Cylindrical-coordinate representation of color #C9BC6C: hue angle of 51.61º 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 #C9BC6C is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 188 | 108 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.21 |
| HSL | 51.61º | 0.46% | 0.61% | - |
| HSV(B) | 51.61º | 0.46% | 0.79% | - |
| XYZ | 44.78 | 49.47 | 21.38 | - |
| YUV | 182.77 | 85.81 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 108 | 0 | 0.06 | 0.46 | 0.21 | 51.61 | 0.46 | 0.61 |
| Hex | C9 | BC | 6C | 0 | 6 | 2E | 15 | 34 | 2E | 3D |
| Octal | 311 | 274 | 154 | 0 | 6 | 56 | 25 | 64 | 56 | 75 |
| Binary | 11001001 | 10111100 | 1101100 | 0 | 110 | 101110 | 10101 | 110100 | 101110 | 111101 |
Color Harmonies of #C9BC6C
Complementary color
Monochromatic Colors of #C9BC6C
Black with #C9BC6C
Text Example
Text Example
White with #C9BC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BC6C; }
p { color: rgb(201,188,108); }
H1.HeaderClassName
{
color: #C9BC6C;
}
.AnyTagClassName
{
color: #C9BC6C;
}
</style>
background-color css
<style>
a { background-color: #C9BC6C; }
a { background-color: rgb(201,188,108); }
div.DivClassName
{
background-color: #C9BC6C;
}
.BgClassName
{
background-color: #C9BC6C;
}
</style>
border-color css
<style>
span { border-color: #C9BC6C; }
span { border-color: rgb(201,188,108); }
td.TdClassName
{
border-color: #C9BC6C;
}
.TagClassName
{
border-color: #C9BC6C;
}
</style>