Shades of Empress #85696E
Tints of Empress #85696E
RGB
CMYK
RGB Variations
Color information
#85696E (or 0x85696E) is known color: Empress. HEX triplet: 85, 69 and 6E. RGB value is (133,105,110). Sum of RGB (Red+Green+Blue) = 133+105+110=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #85696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85696E is #7A9691. Grayscale: #717171. Windows color (decimal): -8033938 or 7235973. OLE color: 7235973.
HSL color Cylindrical-coordinate representation of color #85696E: hue angle of 349.29º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #85696E is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 105 | 110 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.48 |
| HSL | 349.29º | 0.12% | 0.47% | - |
| HSV(B) | 349.29º | 0.21% | 0.52% | - |
| XYZ | 17.54 | 16.22 | 16.96 | - |
| YUV | 113.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 105 | 110 | 0 | 0.21 | 0.17 | 0.48 | 349.29 | 0.12 | 0.47 |
| Hex | 85 | 69 | 6E | 0 | 15 | 11 | 30 | 15D | C | 2F |
| Octal | 205 | 151 | 156 | 0 | 25 | 21 | 60 | 535 | 14 | 57 |
| Binary | 10000101 | 1101001 | 1101110 | 0 | 10101 | 10001 | 110000 | 101011101 | 1100 | 101111 |
Color Harmonies of #85696E
Complementary color
Monochromatic Colors of #85696E
Black with #85696E
Text Example
Text Example
White with #85696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85696E; }
p { color: rgb(133,105,110); }
H1.HeaderClassName
{
color: #85696E;
}
.AnyTagClassName
{
color: #85696E;
}
</style>
background-color css
<style>
a { background-color: #85696E; }
a { background-color: rgb(133,105,110); }
div.DivClassName
{
background-color: #85696E;
}
.BgClassName
{
background-color: #85696E;
}
</style>
border-color css
<style>
span { border-color: #85696E; }
span { border-color: rgb(133,105,110); }
td.TdClassName
{
border-color: #85696E;
}
.TagClassName
{
border-color: #85696E;
}
</style>