Shades of Empress #84686D
Tints of Empress #84686D
RGB
CMYK
RGB Variations
Color information
#84686D (or 0x84686D) is known color: Empress. HEX triplet: 84, 68 and 6D. RGB value is (132,104,109). Sum of RGB (Red+Green+Blue) = 132+104+109=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #84686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84686D is #7B9792. Grayscale: #707070. Windows color (decimal): -8099731 or 7170180. OLE color: 7170180.
HSL color Cylindrical-coordinate representation of color #84686D: hue angle of 349.29º 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 #84686D is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 104 | 109 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.48 |
| HSL | 349.29º | 0.12% | 0.46% | - |
| HSV(B) | 349.29º | 0.21% | 0.52% | - |
| XYZ | 17.23 | 15.91 | 16.63 | - |
| YUV | 112.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 104 | 109 | 0 | 0.21 | 0.17 | 0.48 | 349.29 | 0.12 | 0.46 |
| Hex | 84 | 68 | 6D | 0 | 15 | 11 | 30 | 15D | C | 2E |
| Octal | 204 | 150 | 155 | 0 | 25 | 21 | 60 | 535 | 14 | 56 |
| Binary | 10000100 | 1101000 | 1101101 | 0 | 10101 | 10001 | 110000 | 101011101 | 1100 | 101110 |
Color Harmonies of #84686D
Complementary color
Monochromatic Colors of #84686D
Black with #84686D
Text Example
Text Example
White with #84686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84686D; }
p { color: rgb(132,104,109); }
H1.HeaderClassName
{
color: #84686D;
}
.AnyTagClassName
{
color: #84686D;
}
</style>
background-color css
<style>
a { background-color: #84686D; }
a { background-color: rgb(132,104,109); }
div.DivClassName
{
background-color: #84686D;
}
.BgClassName
{
background-color: #84686D;
}
</style>
border-color css
<style>
span { border-color: #84686D; }
span { border-color: rgb(132,104,109); }
td.TdClassName
{
border-color: #84686D;
}
.TagClassName
{
border-color: #84686D;
}
</style>