Shades of Dark Khaki #C0BF6A
Tints of Dark Khaki #C0BF6A
RGB
CMYK
RGB Variations
Color information
#C0BF6A (or 0xC0BF6A) is known color: Dark Khaki. HEX triplet: C0, BF and 6A. RGB value is (192,191,106). Sum of RGB (Red+Green+Blue) = 192+191+106=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF6A is #3F4095. Grayscale: #B5B5B5. Windows color (decimal): -4145302 or 6995904. OLE color: 6995904.
HSL color Cylindrical-coordinate representation of color #C0BF6A: hue angle of 59.3º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0BF6A is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 106 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.25 |
| HSL | 59.3º | 0.41% | 0.58% | - |
| HSV(B) | 59.3º | 0.45% | 0.75% | - |
| XYZ | 42.97 | 49.51 | 20.93 | - |
| YUV | 181.61 | 85.33 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 106 | 0 | 0.01 | 0.45 | 0.25 | 59.3 | 0.41 | 0.58 |
| Hex | C0 | BF | 6A | 0 | 1 | 2D | 19 | 3B | 29 | 3A |
| Octal | 300 | 277 | 152 | 0 | 1 | 55 | 31 | 73 | 51 | 72 |
| Binary | 11000000 | 10111111 | 1101010 | 0 | 1 | 101101 | 11001 | 111011 | 101001 | 111010 |
Color Harmonies of #C0BF6A
Complementary color
Monochromatic Colors of #C0BF6A
Black with #C0BF6A
Text Example
Text Example
White with #C0BF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BF6A; }
p { color: rgb(192,191,106); }
H1.HeaderClassName
{
color: #C0BF6A;
}
.AnyTagClassName
{
color: #C0BF6A;
}
</style>
background-color css
<style>
a { background-color: #C0BF6A; }
a { background-color: rgb(192,191,106); }
div.DivClassName
{
background-color: #C0BF6A;
}
.BgClassName
{
background-color: #C0BF6A;
}
</style>
border-color css
<style>
span { border-color: #C0BF6A; }
span { border-color: rgb(192,191,106); }
td.TdClassName
{
border-color: #C0BF6A;
}
.TagClassName
{
border-color: #C0BF6A;
}
</style>