Shades of Dark Khaki #B6B873
Tints of Dark Khaki #B6B873
RGB
CMYK
RGB Variations
Color information
#B6B873 (or 0xB6B873) is known color: Dark Khaki. HEX triplet: B6, B8 and 73. RGB value is (182,184,115). Sum of RGB (Red+Green+Blue) = 182+184+115=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 184 - color contains mainly: green. Hex color #B6B873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B873 is #49478C. Grayscale: #AFAFAF. Windows color (decimal): -4802445 or 7583926. OLE color: 7583926.
HSL color Cylindrical-coordinate representation of color #B6B873: hue angle of 61.74º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B6B873 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 182 | 184 | 115 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.28 |
| HSL | 61.74º | 0.33% | 0.59% | - |
| HSV(B) | 61.74º | 0.38% | 0.72% | - |
| XYZ | 39.53 | 45.46 | 22.91 | - |
| YUV | 175.54 | 93.84 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 184 | 115 | 0.01 | 0 | 0.38 | 0.28 | 61.74 | 0.33 | 0.59 |
| Hex | B6 | B8 | 73 | 1 | 0 | 26 | 1C | 3E | 21 | 3B |
| Octal | 266 | 270 | 163 | 1 | 0 | 46 | 34 | 76 | 41 | 73 |
| Binary | 10110110 | 10111000 | 1110011 | 1 | 0 | 100110 | 11100 | 111110 | 100001 | 111011 |
Color Harmonies of #B6B873
Complementary color
Monochromatic Colors of #B6B873
Black with #B6B873
Text Example
Text Example
White with #B6B873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B873; }
p { color: rgb(182,184,115); }
H1.HeaderClassName
{
color: #B6B873;
}
.AnyTagClassName
{
color: #B6B873;
}
</style>
background-color css
<style>
a { background-color: #B6B873; }
a { background-color: rgb(182,184,115); }
div.DivClassName
{
background-color: #B6B873;
}
.BgClassName
{
background-color: #B6B873;
}
</style>
border-color css
<style>
span { border-color: #B6B873; }
span { border-color: rgb(182,184,115); }
td.TdClassName
{
border-color: #B6B873;
}
.TagClassName
{
border-color: #B6B873;
}
</style>