Shades of Empress #8B6B70
Tints of Empress #8B6B70
RGB
CMYK
RGB Variations
Color information
#8B6B70 (or 0x8B6B70) is known color: Empress. HEX triplet: 8B, 6B and 70. RGB value is (139,107,112). Sum of RGB (Red+Green+Blue) = 139+107+112=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6B70 is #74948F. Grayscale: #757575. Windows color (decimal): -7640208 or 7367563. OLE color: 7367563.
HSL color Cylindrical-coordinate representation of color #8B6B70: hue angle of 350.62º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8B6B70 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 107 | 112 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.45 |
| HSL | 350.63º | 0.13% | 0.48% | - |
| HSV(B) | 350.63º | 0.23% | 0.55% | - |
| XYZ | 18.83 | 17.17 | 17.65 | - |
| YUV | 117.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 107 | 112 | 0 | 0.23 | 0.19 | 0.45 | 350.63 | 0.13 | 0.48 |
| Hex | 8B | 6B | 70 | 0 | 17 | 13 | 2D | 15F | D | 30 |
| Octal | 213 | 153 | 160 | 0 | 27 | 23 | 55 | 537 | 15 | 60 |
| Binary | 10001011 | 1101011 | 1110000 | 0 | 10111 | 10011 | 101101 | 101011111 | 1101 | 110000 |
Color Harmonies of #8B6B70
Complementary color
Monochromatic Colors of #8B6B70
Black with #8B6B70
Text Example
Text Example
White with #8B6B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6B70; }
p { color: rgb(139,107,112); }
H1.HeaderClassName
{
color: #8B6B70;
}
.AnyTagClassName
{
color: #8B6B70;
}
</style>
background-color css
<style>
a { background-color: #8B6B70; }
a { background-color: rgb(139,107,112); }
div.DivClassName
{
background-color: #8B6B70;
}
.BgClassName
{
background-color: #8B6B70;
}
</style>
border-color css
<style>
span { border-color: #8B6B70; }
span { border-color: rgb(139,107,112); }
td.TdClassName
{
border-color: #8B6B70;
}
.TagClassName
{
border-color: #8B6B70;
}
</style>