Shades of Empress #84666B
Tints of Empress #84666B
RGB
CMYK
RGB Variations
Color information
#84666B (or 0x84666B) is known color: Empress. HEX triplet: 84, 66 and 6B. RGB value is (132,102,107). Sum of RGB (Red+Green+Blue) = 132+102+107=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 132 - color contains mainly: red. Hex color #84666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84666B is #7B9994. Grayscale: #6F6F6F. Windows color (decimal): -8100245 or 7038596. OLE color: 7038596.
HSL color Cylindrical-coordinate representation of color #84666B: hue angle of 350º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84666B is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 102 | 107 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.48 |
| HSL | 350º | 0.13% | 0.46% | - |
| HSV(B) | 350º | 0.23% | 0.52% | - |
| XYZ | 16.92 | 15.47 | 16 | - |
| YUV | 111.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 102 | 107 | 0 | 0.23 | 0.19 | 0.48 | 350 | 0.13 | 0.46 |
| Hex | 84 | 66 | 6B | 0 | 17 | 13 | 30 | 15E | D | 2E |
| Octal | 204 | 146 | 153 | 0 | 27 | 23 | 60 | 536 | 15 | 56 |
| Binary | 10000100 | 1100110 | 1101011 | 0 | 10111 | 10011 | 110000 | 101011110 | 1101 | 101110 |
Color Harmonies of #84666B
Complementary color
Monochromatic Colors of #84666B
Black with #84666B
Text Example
Text Example
White with #84666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84666B; }
p { color: rgb(132,102,107); }
H1.HeaderClassName
{
color: #84666B;
}
.AnyTagClassName
{
color: #84666B;
}
</style>
background-color css
<style>
a { background-color: #84666B; }
a { background-color: rgb(132,102,107); }
div.DivClassName
{
background-color: #84666B;
}
.BgClassName
{
background-color: #84666B;
}
</style>
border-color css
<style>
span { border-color: #84666B; }
span { border-color: rgb(132,102,107); }
td.TdClassName
{
border-color: #84666B;
}
.TagClassName
{
border-color: #84666B;
}
</style>