Shades of Dark Khaki #C9BD6E
Tints of Dark Khaki #C9BD6E
RGB
CMYK
RGB Variations
Color information
#C9BD6E (or 0xC9BD6E) is known color: Dark Khaki. HEX triplet: C9, BD and 6E. RGB value is (201,189,110). Sum of RGB (Red+Green+Blue) = 201+189+110=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BD6E is #364291. Grayscale: #B7B7B7. Windows color (decimal): -3555986 or 7257545. OLE color: 7257545.
HSL color Cylindrical-coordinate representation of color #C9BD6E: hue angle of 52.09º 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 #C9BD6E is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 189 | 110 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.21 |
| HSL | 52.09º | 0.46% | 0.61% | - |
| HSV(B) | 52.09º | 0.45% | 0.79% | - |
| XYZ | 45.1 | 49.94 | 22.01 | - |
| YUV | 183.58 | 86.48 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 189 | 110 | 0 | 0.06 | 0.45 | 0.21 | 52.09 | 0.46 | 0.61 |
| Hex | C9 | BD | 6E | 0 | 6 | 2D | 15 | 34 | 2E | 3D |
| Octal | 311 | 275 | 156 | 0 | 6 | 55 | 25 | 64 | 56 | 75 |
| Binary | 11001001 | 10111101 | 1101110 | 0 | 110 | 101101 | 10101 | 110100 | 101110 | 111101 |
Color Harmonies of #C9BD6E
Complementary color
Monochromatic Colors of #C9BD6E
Black with #C9BD6E
Text Example
Text Example
White with #C9BD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BD6E; }
p { color: rgb(201,189,110); }
H1.HeaderClassName
{
color: #C9BD6E;
}
.AnyTagClassName
{
color: #C9BD6E;
}
</style>
background-color css
<style>
a { background-color: #C9BD6E; }
a { background-color: rgb(201,189,110); }
div.DivClassName
{
background-color: #C9BD6E;
}
.BgClassName
{
background-color: #C9BD6E;
}
</style>
border-color css
<style>
span { border-color: #C9BD6E; }
span { border-color: rgb(201,189,110); }
td.TdClassName
{
border-color: #C9BD6E;
}
.TagClassName
{
border-color: #C9BD6E;
}
</style>