Shades of Empress #8B6E73
Tints of Empress #8B6E73
RGB
CMYK
RGB Variations
Color information
#8B6E73 (or 0x8B6E73) is known color: Empress. HEX triplet: 8B, 6E and 73. RGB value is (139,110,115). Sum of RGB (Red+Green+Blue) = 139+110+115=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6E73 is #74918C. Grayscale: #777777. Windows color (decimal): -7639437 or 7564939. OLE color: 7564939.
HSL color Cylindrical-coordinate representation of color #8B6E73: hue angle of 349.66º 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 #8B6E73 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 110 | 115 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.45 |
| HSL | 349.66º | 0.12% | 0.49% | - |
| HSV(B) | 349.66º | 0.21% | 0.55% | - |
| XYZ | 19.32 | 17.88 | 18.65 | - |
| YUV | 119.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 110 | 115 | 0 | 0.21 | 0.17 | 0.45 | 349.66 | 0.12 | 0.49 |
| Hex | 8B | 6E | 73 | 0 | 15 | 11 | 2D | 15E | C | 31 |
| Octal | 213 | 156 | 163 | 0 | 25 | 21 | 55 | 536 | 14 | 61 |
| Binary | 10001011 | 1101110 | 1110011 | 0 | 10101 | 10001 | 101101 | 101011110 | 1100 | 110001 |
Color Harmonies of #8B6E73
Complementary color
Monochromatic Colors of #8B6E73
Black with #8B6E73
Text Example
Text Example
White with #8B6E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6E73; }
p { color: rgb(139,110,115); }
H1.HeaderClassName
{
color: #8B6E73;
}
.AnyTagClassName
{
color: #8B6E73;
}
</style>
background-color css
<style>
a { background-color: #8B6E73; }
a { background-color: rgb(139,110,115); }
div.DivClassName
{
background-color: #8B6E73;
}
.BgClassName
{
background-color: #8B6E73;
}
</style>
border-color css
<style>
span { border-color: #8B6E73; }
span { border-color: rgb(139,110,115); }
td.TdClassName
{
border-color: #8B6E73;
}
.TagClassName
{
border-color: #8B6E73;
}
</style>