Shades of Empress #846F71
Tints of Empress #846F71
RGB
CMYK
RGB Variations
Color information
#846F71 (or 0x846F71) is known color: Empress. HEX triplet: 84, 6F and 71. RGB value is (132,111,113). Sum of RGB (Red+Green+Blue) = 132+111+113=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 132 - color contains mainly: red. Hex color #846F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846F71 is #7B908E. Grayscale: #757575. Windows color (decimal): -8097935 or 7434116. OLE color: 7434116.
HSL color Cylindrical-coordinate representation of color #846F71: hue angle of 354.29º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #846F71 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 111 | 113 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.48 |
| HSL | 354.29º | 0.09% | 0.48% | - |
| HSV(B) | 354.29º | 0.16% | 0.52% | - |
| XYZ | 18.18 | 17.47 | 18.04 | - |
| YUV | 117.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 111 | 113 | 0 | 0.16 | 0.14 | 0.48 | 354.29 | 0.09 | 0.48 |
| Hex | 84 | 6F | 71 | 0 | 10 | E | 30 | 162 | 9 | 30 |
| Octal | 204 | 157 | 161 | 0 | 20 | 16 | 60 | 542 | 11 | 60 |
| Binary | 10000100 | 1101111 | 1110001 | 0 | 10000 | 1110 | 110000 | 101100010 | 1001 | 110000 |
Color Harmonies of #846F71
Complementary color
Monochromatic Colors of #846F71
Black with #846F71
Text Example
Text Example
White with #846F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846F71; }
p { color: rgb(132,111,113); }
H1.HeaderClassName
{
color: #846F71;
}
.AnyTagClassName
{
color: #846F71;
}
</style>
background-color css
<style>
a { background-color: #846F71; }
a { background-color: rgb(132,111,113); }
div.DivClassName
{
background-color: #846F71;
}
.BgClassName
{
background-color: #846F71;
}
</style>
border-color css
<style>
span { border-color: #846F71; }
span { border-color: rgb(132,111,113); }
td.TdClassName
{
border-color: #846F71;
}
.TagClassName
{
border-color: #846F71;
}
</style>