Shades of Dark Khaki #C9BE6D
Tints of Dark Khaki #C9BE6D
RGB
CMYK
RGB Variations
Color information
#C9BE6D (or 0xC9BE6D) is known color: Dark Khaki. HEX triplet: C9, BE and 6D. RGB value is (201,190,109). Sum of RGB (Red+Green+Blue) = 201+190+109=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BE6D is #364192. Grayscale: #B8B8B8. Windows color (decimal): -3555731 or 7192265. OLE color: 7192265.
HSL color Cylindrical-coordinate representation of color #C9BE6D: hue angle of 52.83º 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 #C9BE6D is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 190 | 109 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.21 |
| HSL | 52.83º | 0.46% | 0.61% | - |
| HSV(B) | 52.83º | 0.46% | 0.79% | - |
| XYZ | 45.26 | 50.35 | 21.8 | - |
| YUV | 184.06 | 85.64 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 190 | 109 | 0 | 0.05 | 0.46 | 0.21 | 52.83 | 0.46 | 0.61 |
| Hex | C9 | BE | 6D | 0 | 5 | 2E | 15 | 35 | 2E | 3D |
| Octal | 311 | 276 | 155 | 0 | 5 | 56 | 25 | 65 | 56 | 75 |
| Binary | 11001001 | 10111110 | 1101101 | 0 | 101 | 101110 | 10101 | 110101 | 101110 | 111101 |
Color Harmonies of #C9BE6D
Complementary color
Monochromatic Colors of #C9BE6D
Black with #C9BE6D
Text Example
Text Example
White with #C9BE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BE6D; }
p { color: rgb(201,190,109); }
H1.HeaderClassName
{
color: #C9BE6D;
}
.AnyTagClassName
{
color: #C9BE6D;
}
</style>
background-color css
<style>
a { background-color: #C9BE6D; }
a { background-color: rgb(201,190,109); }
div.DivClassName
{
background-color: #C9BE6D;
}
.BgClassName
{
background-color: #C9BE6D;
}
</style>
border-color css
<style>
span { border-color: #C9BE6D; }
span { border-color: rgb(201,190,109); }
td.TdClassName
{
border-color: #C9BE6D;
}
.TagClassName
{
border-color: #C9BE6D;
}
</style>