Shades of Dark Khaki #C0BF6D
Tints of Dark Khaki #C0BF6D
RGB
CMYK
RGB Variations
Color information
#C0BF6D (or 0xC0BF6D) is known color: Dark Khaki. HEX triplet: C0, BF and 6D. RGB value is (192,191,109). Sum of RGB (Red+Green+Blue) = 192+191+109=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF6D is #3F4092. Grayscale: #B6B6B6. Windows color (decimal): -4145299 or 7192512. OLE color: 7192512.
HSL color Cylindrical-coordinate representation of color #C0BF6D: hue angle of 59.28º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0BF6D is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 109 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.25 |
| HSL | 59.28º | 0.4% | 0.59% | - |
| HSV(B) | 59.28º | 0.43% | 0.75% | - |
| XYZ | 43.13 | 49.57 | 21.76 | - |
| YUV | 181.95 | 86.83 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 109 | 0 | 0.01 | 0.43 | 0.25 | 59.28 | 0.4 | 0.59 |
| Hex | C0 | BF | 6D | 0 | 1 | 2B | 19 | 3B | 28 | 3B |
| Octal | 300 | 277 | 155 | 0 | 1 | 53 | 31 | 73 | 50 | 73 |
| Binary | 11000000 | 10111111 | 1101101 | 0 | 1 | 101011 | 11001 | 111011 | 101000 | 111011 |
Color Harmonies of #C0BF6D
Complementary color
Monochromatic Colors of #C0BF6D
Black with #C0BF6D
Text Example
Text Example
White with #C0BF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BF6D; }
p { color: rgb(192,191,109); }
H1.HeaderClassName
{
color: #C0BF6D;
}
.AnyTagClassName
{
color: #C0BF6D;
}
</style>
background-color css
<style>
a { background-color: #C0BF6D; }
a { background-color: rgb(192,191,109); }
div.DivClassName
{
background-color: #C0BF6D;
}
.BgClassName
{
background-color: #C0BF6D;
}
</style>
border-color css
<style>
span { border-color: #C0BF6D; }
span { border-color: rgb(192,191,109); }
td.TdClassName
{
border-color: #C0BF6D;
}
.TagClassName
{
border-color: #C0BF6D;
}
</style>