Shades of Dark Khaki #C0B761
Tints of Dark Khaki #C0B761
RGB
CMYK
RGB Variations
Color information
#C0B761 (or 0xC0B761) is known color: Dark Khaki. HEX triplet: C0, B7 and 61. RGB value is (192,183,97). Sum of RGB (Red+Green+Blue) = 192+183+97=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B761 is #3F489E. Grayscale: #B0B0B0. Windows color (decimal): -4147359 or 6404032. OLE color: 6404032.
HSL color Cylindrical-coordinate representation of color #C0B761: hue angle of 54.32º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0B761 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 183 | 97 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.25 |
| HSL | 54.32º | 0.43% | 0.57% | - |
| HSV(B) | 54.32º | 0.49% | 0.75% | - |
| XYZ | 40.83 | 45.94 | 18.02 | - |
| YUV | 175.89 | 83.48 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 97 | 0 | 0.05 | 0.49 | 0.25 | 54.32 | 0.43 | 0.57 |
| Hex | C0 | B7 | 61 | 0 | 5 | 31 | 19 | 36 | 2B | 39 |
| Octal | 300 | 267 | 141 | 0 | 5 | 61 | 31 | 66 | 53 | 71 |
| Binary | 11000000 | 10110111 | 1100001 | 0 | 101 | 110001 | 11001 | 110110 | 101011 | 111001 |
Color Harmonies of #C0B761
Complementary color
Monochromatic Colors of #C0B761
Black with #C0B761
Text Example
Text Example
White with #C0B761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B761; }
p { color: rgb(192,183,97); }
H1.HeaderClassName
{
color: #C0B761;
}
.AnyTagClassName
{
color: #C0B761;
}
</style>
background-color css
<style>
a { background-color: #C0B761; }
a { background-color: rgb(192,183,97); }
div.DivClassName
{
background-color: #C0B761;
}
.BgClassName
{
background-color: #C0B761;
}
</style>
border-color css
<style>
span { border-color: #C0B761; }
span { border-color: rgb(192,183,97); }
td.TdClassName
{
border-color: #C0B761;
}
.TagClassName
{
border-color: #C0B761;
}
</style>