Shades of Empress #806165
Tints of Empress #806165
RGB
CMYK
RGB Variations
Color information
#806165 (or 0x806165) is known color: Empress. HEX triplet: 80, 61 and 65. RGB value is (128,97,101). Sum of RGB (Red+Green+Blue) = 128+97+101=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 128 - color contains mainly: red. Hex color #806165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806165 is #7F9E9A. Grayscale: #6A6A6A. Windows color (decimal): -8363675 or 6644096. OLE color: 6644096.
HSL color Cylindrical-coordinate representation of color #806165: hue angle of 352.26º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #806165 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 97 | 101 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.50 |
| HSL | 352.26º | 0.14% | 0.44% | - |
| HSV(B) | 352.26º | 0.24% | 0.5% | - |
| XYZ | 15.53 | 14.08 | 14.21 | - |
| YUV | 106.73 | 124.77 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 97 | 101 | 0 | 0.24 | 0.21 | 0.50 | 352.26 | 0.14 | 0.44 |
| Hex | 80 | 61 | 65 | 0 | 18 | 15 | 32 | 160 | E | 2C |
| Octal | 200 | 141 | 145 | 0 | 30 | 25 | 62 | 540 | 16 | 54 |
| Binary | 10000000 | 1100001 | 1100101 | 0 | 11000 | 10101 | 110010 | 101100000 | 1110 | 101100 |
Color Harmonies of #806165
Complementary color
Monochromatic Colors of #806165
Black with #806165
Text Example
Text Example
White with #806165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806165; }
p { color: rgb(128,97,101); }
H1.HeaderClassName
{
color: #806165;
}
.AnyTagClassName
{
color: #806165;
}
</style>
background-color css
<style>
a { background-color: #806165; }
a { background-color: rgb(128,97,101); }
div.DivClassName
{
background-color: #806165;
}
.BgClassName
{
background-color: #806165;
}
</style>
border-color css
<style>
span { border-color: #806165; }
span { border-color: rgb(128,97,101); }
td.TdClassName
{
border-color: #806165;
}
.TagClassName
{
border-color: #806165;
}
</style>