Shades of Empress #806D6E
Tints of Empress #806D6E
RGB
CMYK
RGB Variations
Color information
#806D6E (or 0x806D6E) is known color: Empress. HEX triplet: 80, 6D and 6E. RGB value is (128,109,110). Sum of RGB (Red+Green+Blue) = 128+109+110=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 128 - color contains mainly: red. Hex color #806D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806D6E is #7F9291. Grayscale: #727272. Windows color (decimal): -8360594 or 7236992. OLE color: 7236992.
HSL color Cylindrical-coordinate representation of color #806D6E: hue angle of 356.84º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #806D6E is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 109 | 110 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.50 |
| HSL | 356.84º | 0.08% | 0.46% | - |
| HSV(B) | 356.84º | 0.15% | 0.5% | - |
| XYZ | 17.19 | 16.65 | 17.06 | - |
| YUV | 114.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 109 | 110 | 0 | 0.15 | 0.14 | 0.50 | 356.84 | 0.08 | 0.46 |
| Hex | 80 | 6D | 6E | 0 | F | E | 32 | 165 | 8 | 2E |
| Octal | 200 | 155 | 156 | 0 | 17 | 16 | 62 | 545 | 10 | 56 |
| Binary | 10000000 | 1101101 | 1101110 | 0 | 1111 | 1110 | 110010 | 101100101 | 1000 | 101110 |
Color Harmonies of #806D6E
Complementary color
Monochromatic Colors of #806D6E
Black with #806D6E
Text Example
Text Example
White with #806D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806D6E; }
p { color: rgb(128,109,110); }
H1.HeaderClassName
{
color: #806D6E;
}
.AnyTagClassName
{
color: #806D6E;
}
</style>
background-color css
<style>
a { background-color: #806D6E; }
a { background-color: rgb(128,109,110); }
div.DivClassName
{
background-color: #806D6E;
}
.BgClassName
{
background-color: #806D6E;
}
</style>
border-color css
<style>
span { border-color: #806D6E; }
span { border-color: rgb(128,109,110); }
td.TdClassName
{
border-color: #806D6E;
}
.TagClassName
{
border-color: #806D6E;
}
</style>