Shades of Mauve Taupe #805E64
Tints of Mauve Taupe #805E64
RGB
CMYK
RGB Variations
Color information
#805E64 (or 0x805E64) is known color: Mauve Taupe. HEX triplet: 80, 5E and 64. RGB value is (128,94,100). Sum of RGB (Red+Green+Blue) = 128+94+100=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 128 - color contains mainly: red. Hex color #805E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805E64 is #7FA19B. Grayscale: #686868. Windows color (decimal): -8364444 or 6577792. OLE color: 6577792.
HSL color Cylindrical-coordinate representation of color #805E64: hue angle of 349.41º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #805E64 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 94 | 100 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.50 |
| HSL | 349.41º | 0.15% | 0.44% | - |
| HSV(B) | 349.41º | 0.27% | 0.5% | - |
| XYZ | 15.21 | 13.51 | 13.86 | - |
| YUV | 104.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 100 | 0 | 0.27 | 0.22 | 0.50 | 349.41 | 0.15 | 0.44 |
| Hex | 80 | 5E | 64 | 0 | 1B | 16 | 32 | 15D | F | 2C |
| Octal | 200 | 136 | 144 | 0 | 33 | 26 | 62 | 535 | 17 | 54 |
| Binary | 10000000 | 1011110 | 1100100 | 0 | 11011 | 10110 | 110010 | 101011101 | 1111 | 101100 |
Color Harmonies of #805E64
Complementary color
Monochromatic Colors of #805E64
Black with #805E64
Text Example
Text Example
White with #805E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805E64; }
p { color: rgb(128,94,100); }
H1.HeaderClassName
{
color: #805E64;
}
.AnyTagClassName
{
color: #805E64;
}
</style>
background-color css
<style>
a { background-color: #805E64; }
a { background-color: rgb(128,94,100); }
div.DivClassName
{
background-color: #805E64;
}
.BgClassName
{
background-color: #805E64;
}
</style>
border-color css
<style>
span { border-color: #805E64; }
span { border-color: rgb(128,94,100); }
td.TdClassName
{
border-color: #805E64;
}
.TagClassName
{
border-color: #805E64;
}
</style>