Shades of Empress #846C6D
Tints of Empress #846C6D
RGB
CMYK
RGB Variations
Color information
#846C6D (or 0x846C6D) is known color: Empress. HEX triplet: 84, 6C and 6D. RGB value is (132,108,109). Sum of RGB (Red+Green+Blue) = 132+108+109=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 132 - color contains mainly: red. Hex color #846C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846C6D is #7B9392. Grayscale: #737373. Windows color (decimal): -8098707 or 7171204. OLE color: 7171204.
HSL color Cylindrical-coordinate representation of color #846C6D: hue angle of 357.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #846C6D is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 108 | 109 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.48 |
| HSL | 357.5º | 0.1% | 0.47% | - |
| HSV(B) | 357.5º | 0.18% | 0.52% | - |
| XYZ | 17.64 | 16.73 | 16.77 | - |
| YUV | 115.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 108 | 109 | 0 | 0.18 | 0.17 | 0.48 | 357.5 | 0.1 | 0.47 |
| Hex | 84 | 6C | 6D | 0 | 12 | 11 | 30 | 166 | A | 2F |
| Octal | 204 | 154 | 155 | 0 | 22 | 21 | 60 | 546 | 12 | 57 |
| Binary | 10000100 | 1101100 | 1101101 | 0 | 10010 | 10001 | 110000 | 101100110 | 1010 | 101111 |
Color Harmonies of #846C6D
Complementary color
Monochromatic Colors of #846C6D
Black with #846C6D
Text Example
Text Example
White with #846C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846C6D; }
p { color: rgb(132,108,109); }
H1.HeaderClassName
{
color: #846C6D;
}
.AnyTagClassName
{
color: #846C6D;
}
</style>
background-color css
<style>
a { background-color: #846C6D; }
a { background-color: rgb(132,108,109); }
div.DivClassName
{
background-color: #846C6D;
}
.BgClassName
{
background-color: #846C6D;
}
</style>
border-color css
<style>
span { border-color: #846C6D; }
span { border-color: rgb(132,108,109); }
td.TdClassName
{
border-color: #846C6D;
}
.TagClassName
{
border-color: #846C6D;
}
</style>