Shades of Empress #806C6E
Tints of Empress #806C6E
RGB
CMYK
RGB Variations
Color information
#806C6E (or 0x806C6E) is known color: Empress. HEX triplet: 80, 6C and 6E. RGB value is (128,108,110). Sum of RGB (Red+Green+Blue) = 128+108+110=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 128 - color contains mainly: red. Hex color #806C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806C6E is #7F9391. Grayscale: #727272. Windows color (decimal): -8360850 or 7236736. OLE color: 7236736.
HSL color Cylindrical-coordinate representation of color #806C6E: hue angle of 354º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #806C6E is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 108 | 110 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.50 |
| HSL | 354º | 0.08% | 0.46% | - |
| HSV(B) | 354º | 0.16% | 0.5% | - |
| XYZ | 17.08 | 16.44 | 17.02 | - |
| YUV | 114.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 108 | 110 | 0 | 0.16 | 0.14 | 0.50 | 354 | 0.08 | 0.46 |
| Hex | 80 | 6C | 6E | 0 | 10 | E | 32 | 162 | 8 | 2E |
| Octal | 200 | 154 | 156 | 0 | 20 | 16 | 62 | 542 | 10 | 56 |
| Binary | 10000000 | 1101100 | 1101110 | 0 | 10000 | 1110 | 110010 | 101100010 | 1000 | 101110 |
Color Harmonies of #806C6E
Complementary color
Monochromatic Colors of #806C6E
Black with #806C6E
Text Example
Text Example
White with #806C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806C6E; }
p { color: rgb(128,108,110); }
H1.HeaderClassName
{
color: #806C6E;
}
.AnyTagClassName
{
color: #806C6E;
}
</style>
background-color css
<style>
a { background-color: #806C6E; }
a { background-color: rgb(128,108,110); }
div.DivClassName
{
background-color: #806C6E;
}
.BgClassName
{
background-color: #806C6E;
}
</style>
border-color css
<style>
span { border-color: #806C6E; }
span { border-color: rgb(128,108,110); }
td.TdClassName
{
border-color: #806C6E;
}
.TagClassName
{
border-color: #806C6E;
}
</style>