Shades of Dark Khaki #B6AE71
Tints of Dark Khaki #B6AE71
RGB
CMYK
RGB Variations
Color information
#B6AE71 (or 0xB6AE71) is known color: Dark Khaki. HEX triplet: B6, AE and 71. RGB value is (182,174,113). Sum of RGB (Red+Green+Blue) = 182+174+113=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AE71 is #49518E. Grayscale: #A9A9A9. Windows color (decimal): -4805007 or 7450294. OLE color: 7450294.
HSL color Cylindrical-coordinate representation of color #B6AE71: hue angle of 53.04º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B6AE71 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 174 | 113 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.29 |
| HSL | 53.04º | 0.32% | 0.58% | - |
| HSV(B) | 53.04º | 0.38% | 0.71% | - |
| XYZ | 37.41 | 41.41 | 21.64 | - |
| YUV | 169.44 | 96.15 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 174 | 113 | 0 | 0.04 | 0.38 | 0.29 | 53.04 | 0.32 | 0.58 |
| Hex | B6 | AE | 71 | 0 | 4 | 26 | 1D | 35 | 20 | 3A |
| Octal | 266 | 256 | 161 | 0 | 4 | 46 | 35 | 65 | 40 | 72 |
| Binary | 10110110 | 10101110 | 1110001 | 0 | 100 | 100110 | 11101 | 110101 | 100000 | 111010 |
Color Harmonies of #B6AE71
Complementary color
Monochromatic Colors of #B6AE71
Black with #B6AE71
Text Example
Text Example
White with #B6AE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AE71; }
p { color: rgb(182,174,113); }
H1.HeaderClassName
{
color: #B6AE71;
}
.AnyTagClassName
{
color: #B6AE71;
}
</style>
background-color css
<style>
a { background-color: #B6AE71; }
a { background-color: rgb(182,174,113); }
div.DivClassName
{
background-color: #B6AE71;
}
.BgClassName
{
background-color: #B6AE71;
}
</style>
border-color css
<style>
span { border-color: #B6AE71; }
span { border-color: rgb(182,174,113); }
td.TdClassName
{
border-color: #B6AE71;
}
.TagClassName
{
border-color: #B6AE71;
}
</style>