Shades of Empress #84696A
Tints of Empress #84696A
RGB
CMYK
RGB Variations
Color information
#84696A (or 0x84696A) is known color: Empress. HEX triplet: 84, 69 and 6A. RGB value is (132,105,106). Sum of RGB (Red+Green+Blue) = 132+105+106=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #84696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84696A is #7B9695. Grayscale: #717171. Windows color (decimal): -8099478 or 6973828. OLE color: 6973828.
HSL color Cylindrical-coordinate representation of color #84696A: hue angle of 357.78º 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 #84696A is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 105 | 106 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.48 |
| HSL | 357.78º | 0.11% | 0.46% | - |
| HSV(B) | 357.78º | 0.2% | 0.52% | - |
| XYZ | 17.17 | 16.05 | 15.83 | - |
| YUV | 113.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 105 | 106 | 0 | 0.20 | 0.20 | 0.48 | 357.78 | 0.11 | 0.46 |
| Hex | 84 | 69 | 6A | 0 | 14 | 14 | 30 | 166 | B | 2E |
| Octal | 204 | 151 | 152 | 0 | 24 | 24 | 60 | 546 | 13 | 56 |
| Binary | 10000100 | 1101001 | 1101010 | 0 | 10100 | 10100 | 110000 | 101100110 | 1011 | 101110 |
Color Harmonies of #84696A
Complementary color
Monochromatic Colors of #84696A
Black with #84696A
Text Example
Text Example
White with #84696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84696A; }
p { color: rgb(132,105,106); }
H1.HeaderClassName
{
color: #84696A;
}
.AnyTagClassName
{
color: #84696A;
}
</style>
background-color css
<style>
a { background-color: #84696A; }
a { background-color: rgb(132,105,106); }
div.DivClassName
{
background-color: #84696A;
}
.BgClassName
{
background-color: #84696A;
}
</style>
border-color css
<style>
span { border-color: #84696A; }
span { border-color: rgb(132,105,106); }
td.TdClassName
{
border-color: #84696A;
}
.TagClassName
{
border-color: #84696A;
}
</style>