Shades of Dark Khaki #C4BD6B
Tints of Dark Khaki #C4BD6B
RGB
CMYK
RGB Variations
Color information
#C4BD6B (or 0xC4BD6B) is known color: Dark Khaki. HEX triplet: C4, BD and 6B. RGB value is (196,189,107). Sum of RGB (Red+Green+Blue) = 196+189+107=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BD6B is #3B4294. Grayscale: #B6B6B6. Windows color (decimal): -3883669 or 7060932. OLE color: 7060932.
HSL color Cylindrical-coordinate representation of color #C4BD6B: hue angle of 55.28º 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 #C4BD6B is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 189 | 107 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.23 |
| HSL | 55.28º | 0.43% | 0.59% | - |
| HSV(B) | 55.28º | 0.45% | 0.77% | - |
| XYZ | 43.62 | 49.19 | 21.11 | - |
| YUV | 181.75 | 85.82 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 107 | 0 | 0.04 | 0.45 | 0.23 | 55.28 | 0.43 | 0.59 |
| Hex | C4 | BD | 6B | 0 | 4 | 2D | 17 | 37 | 2B | 3B |
| Octal | 304 | 275 | 153 | 0 | 4 | 55 | 27 | 67 | 53 | 73 |
| Binary | 11000100 | 10111101 | 1101011 | 0 | 100 | 101101 | 10111 | 110111 | 101011 | 111011 |
Color Harmonies of #C4BD6B
Complementary color
Monochromatic Colors of #C4BD6B
Black with #C4BD6B
Text Example
Text Example
White with #C4BD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BD6B; }
p { color: rgb(196,189,107); }
H1.HeaderClassName
{
color: #C4BD6B;
}
.AnyTagClassName
{
color: #C4BD6B;
}
</style>
background-color css
<style>
a { background-color: #C4BD6B; }
a { background-color: rgb(196,189,107); }
div.DivClassName
{
background-color: #C4BD6B;
}
.BgClassName
{
background-color: #C4BD6B;
}
</style>
border-color css
<style>
span { border-color: #C4BD6B; }
span { border-color: rgb(196,189,107); }
td.TdClassName
{
border-color: #C4BD6B;
}
.TagClassName
{
border-color: #C4BD6B;
}
</style>