Shades of Dark Khaki #B6B86C
Tints of Dark Khaki #B6B86C
RGB
CMYK
RGB Variations
Color information
#B6B86C (or 0xB6B86C) is known color: Dark Khaki. HEX triplet: B6, B8 and 6C. RGB value is (182,184,108). Sum of RGB (Red+Green+Blue) = 182+184+108=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 184 - color contains mainly: green. Hex color #B6B86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B86C is #494793. Grayscale: #AFAFAF. Windows color (decimal): -4802452 or 7125174. OLE color: 7125174.
HSL color Cylindrical-coordinate representation of color #B6B86C: hue angle of 61.58º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6B86C is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 182 | 184 | 108 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.28 |
| HSL | 61.58º | 0.35% | 0.57% | - |
| HSV(B) | 61.58º | 0.41% | 0.72% | - |
| XYZ | 39.14 | 45.31 | 20.87 | - |
| YUV | 174.74 | 90.34 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 184 | 108 | 0.01 | 0 | 0.41 | 0.28 | 61.58 | 0.35 | 0.57 |
| Hex | B6 | B8 | 6C | 1 | 0 | 29 | 1C | 3E | 23 | 39 |
| Octal | 266 | 270 | 154 | 1 | 0 | 51 | 34 | 76 | 43 | 71 |
| Binary | 10110110 | 10111000 | 1101100 | 1 | 0 | 101001 | 11100 | 111110 | 100011 | 111001 |
Color Harmonies of #B6B86C
Complementary color
Monochromatic Colors of #B6B86C
Black with #B6B86C
Text Example
Text Example
White with #B6B86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B86C; }
p { color: rgb(182,184,108); }
H1.HeaderClassName
{
color: #B6B86C;
}
.AnyTagClassName
{
color: #B6B86C;
}
</style>
background-color css
<style>
a { background-color: #B6B86C; }
a { background-color: rgb(182,184,108); }
div.DivClassName
{
background-color: #B6B86C;
}
.BgClassName
{
background-color: #B6B86C;
}
</style>
border-color css
<style>
span { border-color: #B6B86C; }
span { border-color: rgb(182,184,108); }
td.TdClassName
{
border-color: #B6B86C;
}
.TagClassName
{
border-color: #B6B86C;
}
</style>