Shades of Empress #856A6D
Tints of Empress #856A6D
RGB
CMYK
RGB Variations
Color information
#856A6D (or 0x856A6D) is known color: Empress. HEX triplet: 85, 6A and 6D. RGB value is (133,106,109). Sum of RGB (Red+Green+Blue) = 133+106+109=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #856A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856A6D is #7A9592. Grayscale: #727272. Windows color (decimal): -8033683 or 7170693. OLE color: 7170693.
HSL color Cylindrical-coordinate representation of color #856A6D: hue angle of 353.33º 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 #856A6D is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 106 | 109 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.48 |
| HSL | 353.33º | 0.11% | 0.47% | - |
| HSV(B) | 353.33º | 0.2% | 0.52% | - |
| XYZ | 17.59 | 16.4 | 16.71 | - |
| YUV | 114.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 106 | 109 | 0 | 0.20 | 0.18 | 0.48 | 353.33 | 0.11 | 0.47 |
| Hex | 85 | 6A | 6D | 0 | 14 | 12 | 30 | 161 | B | 2F |
| Octal | 205 | 152 | 155 | 0 | 24 | 22 | 60 | 541 | 13 | 57 |
| Binary | 10000101 | 1101010 | 1101101 | 0 | 10100 | 10010 | 110000 | 101100001 | 1011 | 101111 |
Color Harmonies of #856A6D
Complementary color
Monochromatic Colors of #856A6D
Black with #856A6D
Text Example
Text Example
White with #856A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856A6D; }
p { color: rgb(133,106,109); }
H1.HeaderClassName
{
color: #856A6D;
}
.AnyTagClassName
{
color: #856A6D;
}
</style>
background-color css
<style>
a { background-color: #856A6D; }
a { background-color: rgb(133,106,109); }
div.DivClassName
{
background-color: #856A6D;
}
.BgClassName
{
background-color: #856A6D;
}
</style>
border-color css
<style>
span { border-color: #856A6D; }
span { border-color: rgb(133,106,109); }
td.TdClassName
{
border-color: #856A6D;
}
.TagClassName
{
border-color: #856A6D;
}
</style>