Shades of Dark Khaki #C4B36F
Tints of Dark Khaki #C4B36F
RGB
CMYK
RGB Variations
Color information
#C4B36F (or 0xC4B36F) is known color: Dark Khaki. HEX triplet: C4, B3 and 6F. RGB value is (196,179,111). Sum of RGB (Red+Green+Blue) = 196+179+111=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B36F is #3B4C90. Grayscale: #B0B0B0. Windows color (decimal): -3886225 or 7320516. OLE color: 7320516.
HSL color Cylindrical-coordinate representation of color #C4B36F: hue angle of 48º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C4B36F is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 179 | 111 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.23 |
| HSL | 48º | 0.42% | 0.6% | - |
| HSV(B) | 48º | 0.43% | 0.77% | - |
| XYZ | 41.75 | 45.12 | 21.55 | - |
| YUV | 176.33 | 91.13 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 179 | 111 | 0 | 0.09 | 0.43 | 0.23 | 48 | 0.42 | 0.6 |
| Hex | C4 | B3 | 6F | 0 | 9 | 2B | 17 | 30 | 2A | 3C |
| Octal | 304 | 263 | 157 | 0 | 11 | 53 | 27 | 60 | 52 | 74 |
| Binary | 11000100 | 10110011 | 1101111 | 0 | 1001 | 101011 | 10111 | 110000 | 101010 | 111100 |
Color Harmonies of #C4B36F
Complementary color
Monochromatic Colors of #C4B36F
Black with #C4B36F
Text Example
Text Example
White with #C4B36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B36F; }
p { color: rgb(196,179,111); }
H1.HeaderClassName
{
color: #C4B36F;
}
.AnyTagClassName
{
color: #C4B36F;
}
</style>
background-color css
<style>
a { background-color: #C4B36F; }
a { background-color: rgb(196,179,111); }
div.DivClassName
{
background-color: #C4B36F;
}
.BgClassName
{
background-color: #C4B36F;
}
</style>
border-color css
<style>
span { border-color: #C4B36F; }
span { border-color: rgb(196,179,111); }
td.TdClassName
{
border-color: #C4B36F;
}
.TagClassName
{
border-color: #C4B36F;
}
</style>