Shades of Empress #8B6E6F
Tints of Empress #8B6E6F
RGB
CMYK
RGB Variations
Color information
#8B6E6F (or 0x8B6E6F) is known color: Empress. HEX triplet: 8B, 6E and 6F. RGB value is (139,110,111). Sum of RGB (Red+Green+Blue) = 139+110+111=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6E6F is #749190. Grayscale: #767676. Windows color (decimal): -7639441 or 7302795. OLE color: 7302795.
HSL color Cylindrical-coordinate representation of color #8B6E6F: hue angle of 357.93º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8B6E6F is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 110 | 111 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.45 |
| HSL | 357.93º | 0.12% | 0.49% | - |
| HSV(B) | 357.93º | 0.21% | 0.55% | - |
| XYZ | 19.09 | 17.79 | 17.47 | - |
| YUV | 118.79 | 123.61 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 110 | 111 | 0 | 0.21 | 0.20 | 0.45 | 357.93 | 0.12 | 0.49 |
| Hex | 8B | 6E | 6F | 0 | 15 | 14 | 2D | 166 | C | 31 |
| Octal | 213 | 156 | 157 | 0 | 25 | 24 | 55 | 546 | 14 | 61 |
| Binary | 10001011 | 1101110 | 1101111 | 0 | 10101 | 10100 | 101101 | 101100110 | 1100 | 110001 |
Color Harmonies of #8B6E6F
Complementary color
Monochromatic Colors of #8B6E6F
Black with #8B6E6F
Text Example
Text Example
White with #8B6E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6E6F; }
p { color: rgb(139,110,111); }
H1.HeaderClassName
{
color: #8B6E6F;
}
.AnyTagClassName
{
color: #8B6E6F;
}
</style>
background-color css
<style>
a { background-color: #8B6E6F; }
a { background-color: rgb(139,110,111); }
div.DivClassName
{
background-color: #8B6E6F;
}
.BgClassName
{
background-color: #8B6E6F;
}
</style>
border-color css
<style>
span { border-color: #8B6E6F; }
span { border-color: rgb(139,110,111); }
td.TdClassName
{
border-color: #8B6E6F;
}
.TagClassName
{
border-color: #8B6E6F;
}
</style>