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