Shades of Empress #84686E
Tints of Empress #84686E
RGB
CMYK
RGB Variations
Color information
#84686E (or 0x84686E) is known color: Empress. HEX triplet: 84, 68 and 6E. RGB value is (132,104,110). Sum of RGB (Red+Green+Blue) = 132+104+110=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 132 - color contains mainly: red. Hex color #84686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84686E is #7B9791. Grayscale: #717171. Windows color (decimal): -8099730 or 7235716. OLE color: 7235716.
HSL color Cylindrical-coordinate representation of color #84686E: hue angle of 347.14º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #84686E is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 104 | 110 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.48 |
| HSL | 347.14º | 0.12% | 0.46% | - |
| HSV(B) | 347.14º | 0.21% | 0.52% | - |
| XYZ | 17.28 | 15.93 | 16.92 | - |
| YUV | 113.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 104 | 110 | 0 | 0.21 | 0.17 | 0.48 | 347.14 | 0.12 | 0.46 |
| Hex | 84 | 68 | 6E | 0 | 15 | 11 | 30 | 15B | C | 2E |
| Octal | 204 | 150 | 156 | 0 | 25 | 21 | 60 | 533 | 14 | 56 |
| Binary | 10000100 | 1101000 | 1101110 | 0 | 10101 | 10001 | 110000 | 101011011 | 1100 | 101110 |
Color Harmonies of #84686E
Complementary color
Monochromatic Colors of #84686E
Black with #84686E
Text Example
Text Example
White with #84686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84686E; }
p { color: rgb(132,104,110); }
H1.HeaderClassName
{
color: #84686E;
}
.AnyTagClassName
{
color: #84686E;
}
</style>
background-color css
<style>
a { background-color: #84686E; }
a { background-color: rgb(132,104,110); }
div.DivClassName
{
background-color: #84686E;
}
.BgClassName
{
background-color: #84686E;
}
</style>
border-color css
<style>
span { border-color: #84686E; }
span { border-color: rgb(132,104,110); }
td.TdClassName
{
border-color: #84686E;
}
.TagClassName
{
border-color: #84686E;
}
</style>