Shades of Empress #856A6E
Tints of Empress #856A6E
RGB
CMYK
RGB Variations
Color information
#856A6E (or 0x856A6E) is known color: Empress. HEX triplet: 85, 6A and 6E. RGB value is (133,106,110). Sum of RGB (Red+Green+Blue) = 133+106+110=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 133 - color contains mainly: red. Hex color #856A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856A6E is #7A9591. Grayscale: #727272. Windows color (decimal): -8033682 or 7236229. OLE color: 7236229.
HSL color Cylindrical-coordinate representation of color #856A6E: hue angle of 351.11º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #856A6E is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 106 | 110 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.48 |
| HSL | 351.11º | 0.11% | 0.47% | - |
| HSV(B) | 351.11º | 0.2% | 0.52% | - |
| XYZ | 17.64 | 16.42 | 16.99 | - |
| YUV | 114.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 106 | 110 | 0 | 0.20 | 0.17 | 0.48 | 351.11 | 0.11 | 0.47 |
| Hex | 85 | 6A | 6E | 0 | 14 | 11 | 30 | 15F | B | 2F |
| Octal | 205 | 152 | 156 | 0 | 24 | 21 | 60 | 537 | 13 | 57 |
| Binary | 10000101 | 1101010 | 1101110 | 0 | 10100 | 10001 | 110000 | 101011111 | 1011 | 101111 |
Color Harmonies of #856A6E
Complementary color
Monochromatic Colors of #856A6E
Black with #856A6E
Text Example
Text Example
White with #856A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856A6E; }
p { color: rgb(133,106,110); }
H1.HeaderClassName
{
color: #856A6E;
}
.AnyTagClassName
{
color: #856A6E;
}
</style>
background-color css
<style>
a { background-color: #856A6E; }
a { background-color: rgb(133,106,110); }
div.DivClassName
{
background-color: #856A6E;
}
.BgClassName
{
background-color: #856A6E;
}
</style>
border-color css
<style>
span { border-color: #856A6E; }
span { border-color: rgb(133,106,110); }
td.TdClassName
{
border-color: #856A6E;
}
.TagClassName
{
border-color: #856A6E;
}
</style>