Shades of Dark Khaki #C9BC6E
Tints of Dark Khaki #C9BC6E
RGB
CMYK
RGB Variations
Color information
#C9BC6E (or 0xC9BC6E) is known color: Dark Khaki. HEX triplet: C9, BC and 6E. RGB value is (201,188,110). Sum of RGB (Red+Green+Blue) = 201+188+110=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 110 (43.36% from 255 or 22.04% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BC6E is #364391. Grayscale: #B7B7B7. Windows color (decimal): -3556242 or 7257289. OLE color: 7257289.
HSL color Cylindrical-coordinate representation of color #C9BC6E: hue angle of 51.43º 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 #C9BC6E is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 188 | 110 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.21 |
| HSL | 51.43º | 0.46% | 0.61% | - |
| HSV(B) | 51.43º | 0.45% | 0.79% | - |
| XYZ | 44.89 | 49.51 | 21.94 | - |
| YUV | 183 | 86.81 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 110 | 0 | 0.06 | 0.45 | 0.21 | 51.43 | 0.46 | 0.61 |
| Hex | C9 | BC | 6E | 0 | 6 | 2D | 15 | 33 | 2E | 3D |
| Octal | 311 | 274 | 156 | 0 | 6 | 55 | 25 | 63 | 56 | 75 |
| Binary | 11001001 | 10111100 | 1101110 | 0 | 110 | 101101 | 10101 | 110011 | 101110 | 111101 |
Color Harmonies of #C9BC6E
Complementary color
Monochromatic Colors of #C9BC6E
Black with #C9BC6E
Text Example
Text Example
White with #C9BC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BC6E; }
p { color: rgb(201,188,110); }
H1.HeaderClassName
{
color: #C9BC6E;
}
.AnyTagClassName
{
color: #C9BC6E;
}
</style>
background-color css
<style>
a { background-color: #C9BC6E; }
a { background-color: rgb(201,188,110); }
div.DivClassName
{
background-color: #C9BC6E;
}
.BgClassName
{
background-color: #C9BC6E;
}
</style>
border-color css
<style>
span { border-color: #C9BC6E; }
span { border-color: rgb(201,188,110); }
td.TdClassName
{
border-color: #C9BC6E;
}
.TagClassName
{
border-color: #C9BC6E;
}
</style>