Shades of Empress #846B70
Tints of Empress #846B70
RGB
CMYK
RGB Variations
Color information
#846B70 (or 0x846B70) is known color: Empress. HEX triplet: 84, 6B and 70. RGB value is (132,107,112). Sum of RGB (Red+Green+Blue) = 132+107+112=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 132 - color contains mainly: red. Hex color #846B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846B70 is #7B948F. Grayscale: #737373. Windows color (decimal): -8098960 or 7367556. OLE color: 7367556.
HSL color Cylindrical-coordinate representation of color #846B70: hue angle of 348º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #846B70 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 107 | 112 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.48 |
| HSL | 348º | 0.1% | 0.47% | - |
| HSV(B) | 348º | 0.19% | 0.52% | - |
| XYZ | 17.7 | 16.59 | 17.6 | - |
| YUV | 115.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 112 | 0 | 0.19 | 0.15 | 0.48 | 348 | 0.1 | 0.47 |
| Hex | 84 | 6B | 70 | 0 | 13 | F | 30 | 15C | A | 2F |
| Octal | 204 | 153 | 160 | 0 | 23 | 17 | 60 | 534 | 12 | 57 |
| Binary | 10000100 | 1101011 | 1110000 | 0 | 10011 | 1111 | 110000 | 101011100 | 1010 | 101111 |
Color Harmonies of #846B70
Complementary color
Monochromatic Colors of #846B70
Black with #846B70
Text Example
Text Example
White with #846B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B70; }
p { color: rgb(132,107,112); }
H1.HeaderClassName
{
color: #846B70;
}
.AnyTagClassName
{
color: #846B70;
}
</style>
background-color css
<style>
a { background-color: #846B70; }
a { background-color: rgb(132,107,112); }
div.DivClassName
{
background-color: #846B70;
}
.BgClassName
{
background-color: #846B70;
}
</style>
border-color css
<style>
span { border-color: #846B70; }
span { border-color: rgb(132,107,112); }
td.TdClassName
{
border-color: #846B70;
}
.TagClassName
{
border-color: #846B70;
}
</style>