Shades of Dark Khaki #C4B661
Tints of Dark Khaki #C4B661
RGB
CMYK
RGB Variations
Color information
#C4B661 (or 0xC4B661) is known color: Dark Khaki. HEX triplet: C4, B6 and 61. RGB value is (196,182,97). Sum of RGB (Red+Green+Blue) = 196+182+97=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B661 is #3B499E. Grayscale: #B0B0B0. Windows color (decimal): -3885471 or 6403780. OLE color: 6403780.
HSL color Cylindrical-coordinate representation of color #C4B661: hue angle of 51.52º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C4B661 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 182 | 97 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.23 |
| HSL | 51.52º | 0.46% | 0.57% | - |
| HSV(B) | 51.52º | 0.51% | 0.77% | - |
| XYZ | 41.65 | 46.05 | 18 | - |
| YUV | 176.5 | 83.14 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 182 | 97 | 0 | 0.07 | 0.51 | 0.23 | 51.52 | 0.46 | 0.57 |
| Hex | C4 | B6 | 61 | 0 | 7 | 33 | 17 | 34 | 2E | 39 |
| Octal | 304 | 266 | 141 | 0 | 7 | 63 | 27 | 64 | 56 | 71 |
| Binary | 11000100 | 10110110 | 1100001 | 0 | 111 | 110011 | 10111 | 110100 | 101110 | 111001 |
Color Harmonies of #C4B661
Complementary color
Monochromatic Colors of #C4B661
Black with #C4B661
Text Example
Text Example
White with #C4B661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B661; }
p { color: rgb(196,182,97); }
H1.HeaderClassName
{
color: #C4B661;
}
.AnyTagClassName
{
color: #C4B661;
}
</style>
background-color css
<style>
a { background-color: #C4B661; }
a { background-color: rgb(196,182,97); }
div.DivClassName
{
background-color: #C4B661;
}
.BgClassName
{
background-color: #C4B661;
}
</style>
border-color css
<style>
span { border-color: #C4B661; }
span { border-color: rgb(196,182,97); }
td.TdClassName
{
border-color: #C4B661;
}
.TagClassName
{
border-color: #C4B661;
}
</style>