Shades of Empress #866E71
Tints of Empress #866E71
RGB
CMYK
RGB Variations
Color information
#866E71 (or 0x866E71) is known color: Empress. HEX triplet: 86, 6E and 71. RGB value is (134,110,113). Sum of RGB (Red+Green+Blue) = 134+110+113=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 134 - color contains mainly: red. Hex color #866E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866E71 is #79918E. Grayscale: #757575. Windows color (decimal): -7967119 or 7433862. OLE color: 7433862.
HSL color Cylindrical-coordinate representation of color #866E71: hue angle of 352.5º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #866E71 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 110 | 113 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.47 |
| HSL | 352.5º | 0.1% | 0.48% | - |
| HSV(B) | 352.5º | 0.18% | 0.53% | - |
| XYZ | 18.39 | 17.41 | 18.01 | - |
| YUV | 117.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 110 | 113 | 0 | 0.18 | 0.16 | 0.47 | 352.5 | 0.1 | 0.48 |
| Hex | 86 | 6E | 71 | 0 | 12 | 10 | 2F | 160 | A | 30 |
| Octal | 206 | 156 | 161 | 0 | 22 | 20 | 57 | 540 | 12 | 60 |
| Binary | 10000110 | 1101110 | 1110001 | 0 | 10010 | 10000 | 101111 | 101100000 | 1010 | 110000 |
Color Harmonies of #866E71
Complementary color
Monochromatic Colors of #866E71
Black with #866E71
Text Example
Text Example
White with #866E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866E71; }
p { color: rgb(134,110,113); }
H1.HeaderClassName
{
color: #866E71;
}
.AnyTagClassName
{
color: #866E71;
}
</style>
background-color css
<style>
a { background-color: #866E71; }
a { background-color: rgb(134,110,113); }
div.DivClassName
{
background-color: #866E71;
}
.BgClassName
{
background-color: #866E71;
}
</style>
border-color css
<style>
span { border-color: #866E71; }
span { border-color: rgb(134,110,113); }
td.TdClassName
{
border-color: #866E71;
}
.TagClassName
{
border-color: #866E71;
}
</style>