Shades of Dark Khaki #C9C66B
Tints of Dark Khaki #C9C66B
RGB
CMYK
RGB Variations
Color information
#C9C66B (or 0xC9C66B) is known color: Dark Khaki. HEX triplet: C9, C6 and 6B. RGB value is (201,198,107). Sum of RGB (Red+Green+Blue) = 201+198+107=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 107 (42.19% from 255 or 21.15% from 506); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C66B is #363994. Grayscale: #BCBCBC. Windows color (decimal): -3553685 or 7063241. OLE color: 7063241.
HSL color Cylindrical-coordinate representation of color #C9C66B: hue angle of 58.09º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9C66B is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 198 | 107 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.21 |
| HSL | 58.09º | 0.47% | 0.6% | - |
| HSV(B) | 58.09º | 0.47% | 0.79% | - |
| XYZ | 46.94 | 53.87 | 21.83 | - |
| YUV | 188.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 198 | 107 | 0 | 0.01 | 0.47 | 0.21 | 58.09 | 0.47 | 0.6 |
| Hex | C9 | C6 | 6B | 0 | 1 | 2F | 15 | 3A | 2F | 3C |
| Octal | 311 | 306 | 153 | 0 | 1 | 57 | 25 | 72 | 57 | 74 |
| Binary | 11001001 | 11000110 | 1101011 | 0 | 1 | 101111 | 10101 | 111010 | 101111 | 111100 |
Color Harmonies of #C9C66B
Complementary color
Monochromatic Colors of #C9C66B
Black with #C9C66B
Text Example
Text Example
White with #C9C66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C66B; }
p { color: rgb(201,198,107); }
H1.HeaderClassName
{
color: #C9C66B;
}
.AnyTagClassName
{
color: #C9C66B;
}
</style>
background-color css
<style>
a { background-color: #C9C66B; }
a { background-color: rgb(201,198,107); }
div.DivClassName
{
background-color: #C9C66B;
}
.BgClassName
{
background-color: #C9C66B;
}
</style>
border-color css
<style>
span { border-color: #C9C66B; }
span { border-color: rgb(201,198,107); }
td.TdClassName
{
border-color: #C9C66B;
}
.TagClassName
{
border-color: #C9C66B;
}
</style>