Shades of Empress #84696E
Tints of Empress #84696E
RGB
CMYK
RGB Variations
Color information
#84696E (or 0x84696E) is known color: Empress. HEX triplet: 84, 69 and 6E. RGB value is (132,105,110). Sum of RGB (Red+Green+Blue) = 132+105+110=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 132 - color contains mainly: red. Hex color #84696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84696E is #7B9691. Grayscale: #717171. Windows color (decimal): -8099474 or 7235972. OLE color: 7235972.
HSL color Cylindrical-coordinate representation of color #84696E: hue angle of 348.89º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84696E is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 105 | 110 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.48 |
| HSL | 348.89º | 0.11% | 0.46% | - |
| HSV(B) | 348.89º | 0.2% | 0.52% | - |
| XYZ | 17.38 | 16.13 | 16.95 | - |
| YUV | 113.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 105 | 110 | 0 | 0.20 | 0.17 | 0.48 | 348.89 | 0.11 | 0.46 |
| Hex | 84 | 69 | 6E | 0 | 14 | 11 | 30 | 15D | B | 2E |
| Octal | 204 | 151 | 156 | 0 | 24 | 21 | 60 | 535 | 13 | 56 |
| Binary | 10000100 | 1101001 | 1101110 | 0 | 10100 | 10001 | 110000 | 101011101 | 1011 | 101110 |
Color Harmonies of #84696E
Complementary color
Monochromatic Colors of #84696E
Black with #84696E
Text Example
Text Example
White with #84696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84696E; }
p { color: rgb(132,105,110); }
H1.HeaderClassName
{
color: #84696E;
}
.AnyTagClassName
{
color: #84696E;
}
</style>
background-color css
<style>
a { background-color: #84696E; }
a { background-color: rgb(132,105,110); }
div.DivClassName
{
background-color: #84696E;
}
.BgClassName
{
background-color: #84696E;
}
</style>
border-color css
<style>
span { border-color: #84696E; }
span { border-color: rgb(132,105,110); }
td.TdClassName
{
border-color: #84696E;
}
.TagClassName
{
border-color: #84696E;
}
</style>