Shades of Dark Khaki #C4B76B
Tints of Dark Khaki #C4B76B
RGB
CMYK
RGB Variations
Color information
#C4B76B (or 0xC4B76B) is known color: Dark Khaki. HEX triplet: C4, B7 and 6B. RGB value is (196,183,107). Sum of RGB (Red+Green+Blue) = 196+183+107=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 107 (42.19% from 255 or 22.02% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B76B is #3B4894. Grayscale: #B2B2B2. Windows color (decimal): -3885205 or 7059396. OLE color: 7059396.
HSL color Cylindrical-coordinate representation of color #C4B76B: hue angle of 51.24º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4B76B is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 183 | 107 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.23 |
| HSL | 51.24º | 0.43% | 0.59% | - |
| HSV(B) | 51.24º | 0.45% | 0.77% | - |
| XYZ | 42.35 | 46.66 | 20.68 | - |
| YUV | 178.22 | 87.81 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 107 | 0 | 0.07 | 0.45 | 0.23 | 51.24 | 0.43 | 0.59 |
| Hex | C4 | B7 | 6B | 0 | 7 | 2D | 17 | 33 | 2B | 3B |
| Octal | 304 | 267 | 153 | 0 | 7 | 55 | 27 | 63 | 53 | 73 |
| Binary | 11000100 | 10110111 | 1101011 | 0 | 111 | 101101 | 10111 | 110011 | 101011 | 111011 |
Color Harmonies of #C4B76B
Complementary color
Monochromatic Colors of #C4B76B
Black with #C4B76B
Text Example
Text Example
White with #C4B76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B76B; }
p { color: rgb(196,183,107); }
H1.HeaderClassName
{
color: #C4B76B;
}
.AnyTagClassName
{
color: #C4B76B;
}
</style>
background-color css
<style>
a { background-color: #C4B76B; }
a { background-color: rgb(196,183,107); }
div.DivClassName
{
background-color: #C4B76B;
}
.BgClassName
{
background-color: #C4B76B;
}
</style>
border-color css
<style>
span { border-color: #C4B76B; }
span { border-color: rgb(196,183,107); }
td.TdClassName
{
border-color: #C4B76B;
}
.TagClassName
{
border-color: #C4B76B;
}
</style>