Shades of Dark Khaki #B6B56C
Tints of Dark Khaki #B6B56C
RGB
CMYK
RGB Variations
Color information
#B6B56C (or 0xB6B56C) is known color: Dark Khaki. HEX triplet: B6, B5 and 6C. RGB value is (182,181,108). Sum of RGB (Red+Green+Blue) = 182+181+108=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B56C is #494A93. Grayscale: #ADADAD. Windows color (decimal): -4803220 or 7124406. OLE color: 7124406.
HSL color Cylindrical-coordinate representation of color #B6B56C: hue angle of 59.19º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6B56C is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 181 | 108 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.29 |
| HSL | 59.19º | 0.34% | 0.57% | - |
| HSV(B) | 59.19º | 0.41% | 0.71% | - |
| XYZ | 38.52 | 44.08 | 20.66 | - |
| YUV | 172.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 181 | 108 | 0 | 0.01 | 0.41 | 0.29 | 59.19 | 0.34 | 0.57 |
| Hex | B6 | B5 | 6C | 0 | 1 | 29 | 1D | 3B | 22 | 39 |
| Octal | 266 | 265 | 154 | 0 | 1 | 51 | 35 | 73 | 42 | 71 |
| Binary | 10110110 | 10110101 | 1101100 | 0 | 1 | 101001 | 11101 | 111011 | 100010 | 111001 |
Color Harmonies of #B6B56C
Complementary color
Monochromatic Colors of #B6B56C
Black with #B6B56C
Text Example
Text Example
White with #B6B56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B56C; }
p { color: rgb(182,181,108); }
H1.HeaderClassName
{
color: #B6B56C;
}
.AnyTagClassName
{
color: #B6B56C;
}
</style>
background-color css
<style>
a { background-color: #B6B56C; }
a { background-color: rgb(182,181,108); }
div.DivClassName
{
background-color: #B6B56C;
}
.BgClassName
{
background-color: #B6B56C;
}
</style>
border-color css
<style>
span { border-color: #B6B56C; }
span { border-color: rgb(182,181,108); }
td.TdClassName
{
border-color: #B6B56C;
}
.TagClassName
{
border-color: #B6B56C;
}
</style>