Shades of Dark Khaki #C0B766
Tints of Dark Khaki #C0B766
RGB
CMYK
RGB Variations
Color information
#C0B766 (or 0xC0B766) is known color: Dark Khaki. HEX triplet: C0, B7 and 66. RGB value is (192,183,102). Sum of RGB (Red+Green+Blue) = 192+183+102=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B766 is #3F4899. Grayscale: #B0B0B0. Windows color (decimal): -4147354 or 6731712. OLE color: 6731712.
HSL color Cylindrical-coordinate representation of color #C0B766: hue angle of 54º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0B766 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 183 | 102 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.25 |
| HSL | 54º | 0.42% | 0.58% | - |
| HSV(B) | 54º | 0.47% | 0.75% | - |
| XYZ | 41.07 | 46.03 | 19.29 | - |
| YUV | 176.46 | 85.98 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 102 | 0 | 0.05 | 0.47 | 0.25 | 54 | 0.42 | 0.58 |
| Hex | C0 | B7 | 66 | 0 | 5 | 2F | 19 | 36 | 2A | 3A |
| Octal | 300 | 267 | 146 | 0 | 5 | 57 | 31 | 66 | 52 | 72 |
| Binary | 11000000 | 10110111 | 1100110 | 0 | 101 | 101111 | 11001 | 110110 | 101010 | 111010 |
Color Harmonies of #C0B766
Complementary color
Monochromatic Colors of #C0B766
Black with #C0B766
Text Example
Text Example
White with #C0B766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B766; }
p { color: rgb(192,183,102); }
H1.HeaderClassName
{
color: #C0B766;
}
.AnyTagClassName
{
color: #C0B766;
}
</style>
background-color css
<style>
a { background-color: #C0B766; }
a { background-color: rgb(192,183,102); }
div.DivClassName
{
background-color: #C0B766;
}
.BgClassName
{
background-color: #C0B766;
}
</style>
border-color css
<style>
span { border-color: #C0B766; }
span { border-color: rgb(192,183,102); }
td.TdClassName
{
border-color: #C0B766;
}
.TagClassName
{
border-color: #C0B766;
}
</style>