Shades of Empress #806C6F
Tints of Empress #806C6F
RGB
CMYK
RGB Variations
Color information
#806C6F (or 0x806C6F) is known color: Empress. HEX triplet: 80, 6C and 6F. RGB value is (128,108,111). Sum of RGB (Red+Green+Blue) = 128+108+111=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 128 - color contains mainly: red. Hex color #806C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806C6F is #7F9390. Grayscale: #727272. Windows color (decimal): -8360849 or 7302272. OLE color: 7302272.
HSL color Cylindrical-coordinate representation of color #806C6F: hue angle of 351º 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 #806C6F is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 108 | 111 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.50 |
| HSL | 351º | 0.08% | 0.46% | - |
| HSV(B) | 351º | 0.16% | 0.5% | - |
| XYZ | 17.13 | 16.46 | 17.31 | - |
| YUV | 114.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 108 | 111 | 0 | 0.16 | 0.13 | 0.50 | 351 | 0.08 | 0.46 |
| Hex | 80 | 6C | 6F | 0 | 10 | D | 32 | 15F | 8 | 2E |
| Octal | 200 | 154 | 157 | 0 | 20 | 15 | 62 | 537 | 10 | 56 |
| Binary | 10000000 | 1101100 | 1101111 | 0 | 10000 | 1101 | 110010 | 101011111 | 1000 | 101110 |
Color Harmonies of #806C6F
Complementary color
Monochromatic Colors of #806C6F
Black with #806C6F
Text Example
Text Example
White with #806C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806C6F; }
p { color: rgb(128,108,111); }
H1.HeaderClassName
{
color: #806C6F;
}
.AnyTagClassName
{
color: #806C6F;
}
</style>
background-color css
<style>
a { background-color: #806C6F; }
a { background-color: rgb(128,108,111); }
div.DivClassName
{
background-color: #806C6F;
}
.BgClassName
{
background-color: #806C6F;
}
</style>
border-color css
<style>
span { border-color: #806C6F; }
span { border-color: rgb(128,108,111); }
td.TdClassName
{
border-color: #806C6F;
}
.TagClassName
{
border-color: #806C6F;
}
</style>