Shades of Dark Khaki #C4B76C
Tints of Dark Khaki #C4B76C
RGB
CMYK
RGB Variations
Color information
#C4B76C (or 0xC4B76C) is known color: Dark Khaki. HEX triplet: C4, B7 and 6C. RGB value is (196,183,108). Sum of RGB (Red+Green+Blue) = 196+183+108=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B76C is #3B4893. Grayscale: #B2B2B2. Windows color (decimal): -3885204 or 7124932. OLE color: 7124932.
HSL color Cylindrical-coordinate representation of color #C4B76C: hue angle of 51.14º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4B76C is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 183 | 108 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.23 |
| HSL | 51.14º | 0.43% | 0.6% | - |
| HSV(B) | 51.14º | 0.45% | 0.77% | - |
| XYZ | 42.41 | 46.69 | 20.96 | - |
| YUV | 178.34 | 88.31 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 108 | 0 | 0.07 | 0.45 | 0.23 | 51.14 | 0.43 | 0.6 |
| Hex | C4 | B7 | 6C | 0 | 7 | 2D | 17 | 33 | 2B | 3C |
| Octal | 304 | 267 | 154 | 0 | 7 | 55 | 27 | 63 | 53 | 74 |
| Binary | 11000100 | 10110111 | 1101100 | 0 | 111 | 101101 | 10111 | 110011 | 101011 | 111100 |
Color Harmonies of #C4B76C
Complementary color
Monochromatic Colors of #C4B76C
Black with #C4B76C
Text Example
Text Example
White with #C4B76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B76C; }
p { color: rgb(196,183,108); }
H1.HeaderClassName
{
color: #C4B76C;
}
.AnyTagClassName
{
color: #C4B76C;
}
</style>
background-color css
<style>
a { background-color: #C4B76C; }
a { background-color: rgb(196,183,108); }
div.DivClassName
{
background-color: #C4B76C;
}
.BgClassName
{
background-color: #C4B76C;
}
</style>
border-color css
<style>
span { border-color: #C4B76C; }
span { border-color: rgb(196,183,108); }
td.TdClassName
{
border-color: #C4B76C;
}
.TagClassName
{
border-color: #C4B76C;
}
</style>