Shades of Dark Khaki #C4B764
Tints of Dark Khaki #C4B764
RGB
CMYK
RGB Variations
Color information
#C4B764 (or 0xC4B764) is known color: Dark Khaki. HEX triplet: C4, B7 and 64. RGB value is (196,183,100). Sum of RGB (Red+Green+Blue) = 196+183+100=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B764 is #3B489B. Grayscale: #B1B1B1. Windows color (decimal): -3885212 or 6600644. OLE color: 6600644.
HSL color Cylindrical-coordinate representation of color #C4B764: hue angle of 51.88º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C4B764 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 183 | 100 | - |
| CMYK | 0 | 0.07 | 0.49 | 0.23 |
| HSL | 51.88º | 0.45% | 0.58% | - |
| HSV(B) | 51.88º | 0.49% | 0.77% | - |
| XYZ | 42 | 46.52 | 18.82 | - |
| YUV | 177.43 | 84.31 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 100 | 0 | 0.07 | 0.49 | 0.23 | 51.88 | 0.45 | 0.58 |
| Hex | C4 | B7 | 64 | 0 | 7 | 31 | 17 | 34 | 2D | 3A |
| Octal | 304 | 267 | 144 | 0 | 7 | 61 | 27 | 64 | 55 | 72 |
| Binary | 11000100 | 10110111 | 1100100 | 0 | 111 | 110001 | 10111 | 110100 | 101101 | 111010 |
Color Harmonies of #C4B764
Complementary color
Monochromatic Colors of #C4B764
Black with #C4B764
Text Example
Text Example
White with #C4B764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B764; }
p { color: rgb(196,183,100); }
H1.HeaderClassName
{
color: #C4B764;
}
.AnyTagClassName
{
color: #C4B764;
}
</style>
background-color css
<style>
a { background-color: #C4B764; }
a { background-color: rgb(196,183,100); }
div.DivClassName
{
background-color: #C4B764;
}
.BgClassName
{
background-color: #C4B764;
}
</style>
border-color css
<style>
span { border-color: #C4B764; }
span { border-color: rgb(196,183,100); }
td.TdClassName
{
border-color: #C4B764;
}
.TagClassName
{
border-color: #C4B764;
}
</style>