Shades of Dark Khaki #B6B86E
Tints of Dark Khaki #B6B86E
RGB
CMYK
RGB Variations
Color information
#B6B86E (or 0xB6B86E) is known color: Dark Khaki. HEX triplet: B6, B8 and 6E. RGB value is (182,184,110). Sum of RGB (Red+Green+Blue) = 182+184+110=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 184 - color contains mainly: green. Hex color #B6B86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B86E is #494791. Grayscale: #AFAFAF. Windows color (decimal): -4802450 or 7256246. OLE color: 7256246.
HSL color Cylindrical-coordinate representation of color #B6B86E: hue angle of 61.62º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6B86E is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 182 | 184 | 110 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.28 |
| HSL | 61.62º | 0.34% | 0.58% | - |
| HSV(B) | 61.62º | 0.4% | 0.72% | - |
| XYZ | 39.25 | 45.35 | 21.44 | - |
| YUV | 174.97 | 91.34 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 184 | 110 | 0.01 | 0 | 0.40 | 0.28 | 61.62 | 0.34 | 0.58 |
| Hex | B6 | B8 | 6E | 1 | 0 | 28 | 1C | 3E | 22 | 3A |
| Octal | 266 | 270 | 156 | 1 | 0 | 50 | 34 | 76 | 42 | 72 |
| Binary | 10110110 | 10111000 | 1101110 | 1 | 0 | 101000 | 11100 | 111110 | 100010 | 111010 |
Color Harmonies of #B6B86E
Complementary color
Monochromatic Colors of #B6B86E
Black with #B6B86E
Text Example
Text Example
White with #B6B86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B86E; }
p { color: rgb(182,184,110); }
H1.HeaderClassName
{
color: #B6B86E;
}
.AnyTagClassName
{
color: #B6B86E;
}
</style>
background-color css
<style>
a { background-color: #B6B86E; }
a { background-color: rgb(182,184,110); }
div.DivClassName
{
background-color: #B6B86E;
}
.BgClassName
{
background-color: #B6B86E;
}
</style>
border-color css
<style>
span { border-color: #B6B86E; }
span { border-color: rgb(182,184,110); }
td.TdClassName
{
border-color: #B6B86E;
}
.TagClassName
{
border-color: #B6B86E;
}
</style>