Shades of Empress #856D70
Tints of Empress #856D70
RGB
CMYK
RGB Variations
Color information
#856D70 (or 0x856D70) is known color: Empress. HEX triplet: 85, 6D and 70. RGB value is (133,109,112). Sum of RGB (Red+Green+Blue) = 133+109+112=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #856D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D70 is #7A928F. Grayscale: #747474. Windows color (decimal): -8032912 or 7368069. OLE color: 7368069.
HSL color Cylindrical-coordinate representation of color #856D70: hue angle of 352.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #856D70 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 109 | 112 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.48 |
| HSL | 352.5º | 0.1% | 0.47% | - |
| HSV(B) | 352.5º | 0.18% | 0.52% | - |
| XYZ | 18.07 | 17.09 | 17.68 | - |
| YUV | 116.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 112 | 0 | 0.18 | 0.16 | 0.48 | 352.5 | 0.1 | 0.47 |
| Hex | 85 | 6D | 70 | 0 | 12 | 10 | 30 | 160 | A | 2F |
| Octal | 205 | 155 | 160 | 0 | 22 | 20 | 60 | 540 | 12 | 57 |
| Binary | 10000101 | 1101101 | 1110000 | 0 | 10010 | 10000 | 110000 | 101100000 | 1010 | 101111 |
Color Harmonies of #856D70
Complementary color
Monochromatic Colors of #856D70
Black with #856D70
Text Example
Text Example
White with #856D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856D70; }
p { color: rgb(133,109,112); }
H1.HeaderClassName
{
color: #856D70;
}
.AnyTagClassName
{
color: #856D70;
}
</style>
background-color css
<style>
a { background-color: #856D70; }
a { background-color: rgb(133,109,112); }
div.DivClassName
{
background-color: #856D70;
}
.BgClassName
{
background-color: #856D70;
}
</style>
border-color css
<style>
span { border-color: #856D70; }
span { border-color: rgb(133,109,112); }
td.TdClassName
{
border-color: #856D70;
}
.TagClassName
{
border-color: #856D70;
}
</style>