Shades of Empress #856D6E
Tints of Empress #856D6E
RGB
CMYK
RGB Variations
Color information
#856D6E (or 0x856D6E) is known color: Empress. HEX triplet: 85, 6D and 6E. RGB value is (133,109,110). Sum of RGB (Red+Green+Blue) = 133+109+110=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #856D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D6E is #7A9291. Grayscale: #747474. Windows color (decimal): -8032914 or 7236997. OLE color: 7236997.
HSL color Cylindrical-coordinate representation of color #856D6E: hue angle of 357.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 #856D6E is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 109 | 110 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.48 |
| HSL | 357.5º | 0.1% | 0.47% | - |
| HSV(B) | 357.5º | 0.18% | 0.52% | - |
| XYZ | 17.96 | 17.05 | 17.1 | - |
| YUV | 116.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 110 | 0 | 0.18 | 0.17 | 0.48 | 357.5 | 0.1 | 0.47 |
| Hex | 85 | 6D | 6E | 0 | 12 | 11 | 30 | 166 | A | 2F |
| Octal | 205 | 155 | 156 | 0 | 22 | 21 | 60 | 546 | 12 | 57 |
| Binary | 10000101 | 1101101 | 1101110 | 0 | 10010 | 10001 | 110000 | 101100110 | 1010 | 101111 |
Color Harmonies of #856D6E
Complementary color
Monochromatic Colors of #856D6E
Black with #856D6E
Text Example
Text Example
White with #856D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856D6E; }
p { color: rgb(133,109,110); }
H1.HeaderClassName
{
color: #856D6E;
}
.AnyTagClassName
{
color: #856D6E;
}
</style>
background-color css
<style>
a { background-color: #856D6E; }
a { background-color: rgb(133,109,110); }
div.DivClassName
{
background-color: #856D6E;
}
.BgClassName
{
background-color: #856D6E;
}
</style>
border-color css
<style>
span { border-color: #856D6E; }
span { border-color: rgb(133,109,110); }
td.TdClassName
{
border-color: #856D6E;
}
.TagClassName
{
border-color: #856D6E;
}
</style>