Shades of Dark Khaki #C9C66C
Tints of Dark Khaki #C9C66C
RGB
CMYK
RGB Variations
Color information
#C9C66C (or 0xC9C66C) is known color: Dark Khaki. HEX triplet: C9, C6 and 6C. RGB value is (201,198,108). Sum of RGB (Red+Green+Blue) = 201+198+108=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C66C is #363993. Grayscale: #BDBDBD. Windows color (decimal): -3553684 or 7128777. OLE color: 7128777.
HSL color Cylindrical-coordinate representation of color #C9C66C: hue angle of 58.06º 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 #C9C66C is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 198 | 108 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.21 |
| HSL | 58.06º | 0.46% | 0.61% | - |
| HSV(B) | 58.06º | 0.46% | 0.79% | - |
| XYZ | 46.99 | 53.89 | 22.11 | - |
| YUV | 188.64 | 82.49 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 198 | 108 | 0 | 0.01 | 0.46 | 0.21 | 58.06 | 0.46 | 0.61 |
| Hex | C9 | C6 | 6C | 0 | 1 | 2E | 15 | 3A | 2E | 3D |
| Octal | 311 | 306 | 154 | 0 | 1 | 56 | 25 | 72 | 56 | 75 |
| Binary | 11001001 | 11000110 | 1101100 | 0 | 1 | 101110 | 10101 | 111010 | 101110 | 111101 |
Color Harmonies of #C9C66C
Complementary color
Monochromatic Colors of #C9C66C
Black with #C9C66C
Text Example
Text Example
White with #C9C66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C66C; }
p { color: rgb(201,198,108); }
H1.HeaderClassName
{
color: #C9C66C;
}
.AnyTagClassName
{
color: #C9C66C;
}
</style>
background-color css
<style>
a { background-color: #C9C66C; }
a { background-color: rgb(201,198,108); }
div.DivClassName
{
background-color: #C9C66C;
}
.BgClassName
{
background-color: #C9C66C;
}
</style>
border-color css
<style>
span { border-color: #C9C66C; }
span { border-color: rgb(201,198,108); }
td.TdClassName
{
border-color: #C9C66C;
}
.TagClassName
{
border-color: #C9C66C;
}
</style>