Shades of Dark Khaki #C4B66B
Tints of Dark Khaki #C4B66B
RGB
CMYK
RGB Variations
Color information
#C4B66B (or 0xC4B66B) is known color: Dark Khaki. HEX triplet: C4, B6 and 6B. RGB value is (196,182,107). Sum of RGB (Red+Green+Blue) = 196+182+107=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 107 (42.19% from 255 or 22.06% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B66B is #3B4994. Grayscale: #B1B1B1. Windows color (decimal): -3885461 or 7059140. OLE color: 7059140.
HSL color Cylindrical-coordinate representation of color #C4B66B: hue angle of 50.56º 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 #C4B66B is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 182 | 107 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.23 |
| HSL | 50.56º | 0.43% | 0.59% | - |
| HSV(B) | 50.56º | 0.45% | 0.77% | - |
| XYZ | 42.15 | 46.25 | 20.62 | - |
| YUV | 177.64 | 88.14 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 182 | 107 | 0 | 0.07 | 0.45 | 0.23 | 50.56 | 0.43 | 0.59 |
| Hex | C4 | B6 | 6B | 0 | 7 | 2D | 17 | 33 | 2B | 3B |
| Octal | 304 | 266 | 153 | 0 | 7 | 55 | 27 | 63 | 53 | 73 |
| Binary | 11000100 | 10110110 | 1101011 | 0 | 111 | 101101 | 10111 | 110011 | 101011 | 111011 |
Color Harmonies of #C4B66B
Complementary color
Monochromatic Colors of #C4B66B
Black with #C4B66B
Text Example
Text Example
White with #C4B66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B66B; }
p { color: rgb(196,182,107); }
H1.HeaderClassName
{
color: #C4B66B;
}
.AnyTagClassName
{
color: #C4B66B;
}
</style>
background-color css
<style>
a { background-color: #C4B66B; }
a { background-color: rgb(196,182,107); }
div.DivClassName
{
background-color: #C4B66B;
}
.BgClassName
{
background-color: #C4B66B;
}
</style>
border-color css
<style>
span { border-color: #C4B66B; }
span { border-color: rgb(196,182,107); }
td.TdClassName
{
border-color: #C4B66B;
}
.TagClassName
{
border-color: #C4B66B;
}
</style>