Shades of Empress #866F73
Tints of Empress #866F73
RGB
CMYK
RGB Variations
Color information
#866F73 (or 0x866F73) is known color: Empress. HEX triplet: 86, 6F and 73. RGB value is (134,111,115). Sum of RGB (Red+Green+Blue) = 134+111+115=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 134 - color contains mainly: red. Hex color #866F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866F73 is #79908C. Grayscale: #767676. Windows color (decimal): -7966861 or 7565190. OLE color: 7565190.
HSL color Cylindrical-coordinate representation of color #866F73: hue angle of 349.57º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #866F73 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 111 | 115 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.47 |
| HSL | 349.57º | 0.09% | 0.48% | - |
| HSV(B) | 349.57º | 0.17% | 0.53% | - |
| XYZ | 18.61 | 17.68 | 18.65 | - |
| YUV | 118.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 115 | 0 | 0.17 | 0.14 | 0.47 | 349.57 | 0.09 | 0.48 |
| Hex | 86 | 6F | 73 | 0 | 11 | E | 2F | 15E | 9 | 30 |
| Octal | 206 | 157 | 163 | 0 | 21 | 16 | 57 | 536 | 11 | 60 |
| Binary | 10000110 | 1101111 | 1110011 | 0 | 10001 | 1110 | 101111 | 101011110 | 1001 | 110000 |
Color Harmonies of #866F73
Complementary color
Monochromatic Colors of #866F73
Black with #866F73
Text Example
Text Example
White with #866F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866F73; }
p { color: rgb(134,111,115); }
H1.HeaderClassName
{
color: #866F73;
}
.AnyTagClassName
{
color: #866F73;
}
</style>
background-color css
<style>
a { background-color: #866F73; }
a { background-color: rgb(134,111,115); }
div.DivClassName
{
background-color: #866F73;
}
.BgClassName
{
background-color: #866F73;
}
</style>
border-color css
<style>
span { border-color: #866F73; }
span { border-color: rgb(134,111,115); }
td.TdClassName
{
border-color: #866F73;
}
.TagClassName
{
border-color: #866F73;
}
</style>