Shades of Dark Khaki #C4B773
Tints of Dark Khaki #C4B773
RGB
CMYK
RGB Variations
Color information
#C4B773 (or 0xC4B773) is known color: Dark Khaki. HEX triplet: C4, B7 and 73. RGB value is (196,183,115). Sum of RGB (Red+Green+Blue) = 196+183+115=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B773 is #3B488C. Grayscale: #B3B3B3. Windows color (decimal): -3885197 or 7583684. OLE color: 7583684.
HSL color Cylindrical-coordinate representation of color #C4B773: hue angle of 50.37º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C4B773 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 183 | 115 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.23 |
| HSL | 50.37º | 0.41% | 0.61% | - |
| HSV(B) | 50.37º | 0.41% | 0.77% | - |
| XYZ | 42.79 | 46.84 | 23.01 | - |
| YUV | 179.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 115 | 0 | 0.07 | 0.41 | 0.23 | 50.37 | 0.41 | 0.61 |
| Hex | C4 | B7 | 73 | 0 | 7 | 29 | 17 | 32 | 29 | 3D |
| Octal | 304 | 267 | 163 | 0 | 7 | 51 | 27 | 62 | 51 | 75 |
| Binary | 11000100 | 10110111 | 1110011 | 0 | 111 | 101001 | 10111 | 110010 | 101001 | 111101 |
Color Harmonies of #C4B773
Complementary color
Monochromatic Colors of #C4B773
Black with #C4B773
Text Example
Text Example
White with #C4B773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B773; }
p { color: rgb(196,183,115); }
H1.HeaderClassName
{
color: #C4B773;
}
.AnyTagClassName
{
color: #C4B773;
}
</style>
background-color css
<style>
a { background-color: #C4B773; }
a { background-color: rgb(196,183,115); }
div.DivClassName
{
background-color: #C4B773;
}
.BgClassName
{
background-color: #C4B773;
}
</style>
border-color css
<style>
span { border-color: #C4B773; }
span { border-color: rgb(196,183,115); }
td.TdClassName
{
border-color: #C4B773;
}
.TagClassName
{
border-color: #C4B773;
}
</style>