Shades of Empress #806365
Tints of Empress #806365
RGB
CMYK
RGB Variations
Color information
#806365 (or 0x806365) is known color: Empress. HEX triplet: 80, 63 and 65. RGB value is (128,99,101). Sum of RGB (Red+Green+Blue) = 128+99+101=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 128 - color contains mainly: red. Hex color #806365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806365 is #7F9C9A. Grayscale: #6B6B6B. Windows color (decimal): -8363163 or 6644608. OLE color: 6644608.
HSL color Cylindrical-coordinate representation of color #806365: hue angle of 355.86º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #806365 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 99 | 101 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.50 |
| HSL | 355.86º | 0.13% | 0.45% | - |
| HSV(B) | 355.86º | 0.23% | 0.5% | - |
| XYZ | 15.71 | 14.45 | 14.27 | - |
| YUV | 107.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 99 | 101 | 0 | 0.23 | 0.21 | 0.50 | 355.86 | 0.13 | 0.45 |
| Hex | 80 | 63 | 65 | 0 | 17 | 15 | 32 | 164 | D | 2D |
| Octal | 200 | 143 | 145 | 0 | 27 | 25 | 62 | 544 | 15 | 55 |
| Binary | 10000000 | 1100011 | 1100101 | 0 | 10111 | 10101 | 110010 | 101100100 | 1101 | 101101 |
Color Harmonies of #806365
Complementary color
Monochromatic Colors of #806365
Black with #806365
Text Example
Text Example
White with #806365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806365; }
p { color: rgb(128,99,101); }
H1.HeaderClassName
{
color: #806365;
}
.AnyTagClassName
{
color: #806365;
}
</style>
background-color css
<style>
a { background-color: #806365; }
a { background-color: rgb(128,99,101); }
div.DivClassName
{
background-color: #806365;
}
.BgClassName
{
background-color: #806365;
}
</style>
border-color css
<style>
span { border-color: #806365; }
span { border-color: rgb(128,99,101); }
td.TdClassName
{
border-color: #806365;
}
.TagClassName
{
border-color: #806365;
}
</style>