Shades of Mauve Taupe #805E66
Tints of Mauve Taupe #805E66
RGB
CMYK
RGB Variations
Color information
#805E66 (or 0x805E66) is known color: Mauve Taupe. HEX triplet: 80, 5E and 66. RGB value is (128,94,102). Sum of RGB (Red+Green+Blue) = 128+94+102=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 128 - color contains mainly: red. Hex color #805E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805E66 is #7FA199. Grayscale: #696969. Windows color (decimal): -8364442 or 6708864. OLE color: 6708864.
HSL color Cylindrical-coordinate representation of color #805E66: hue angle of 345.88º 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 #805E66 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 94 | 102 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.50 |
| HSL | 345.88º | 0.15% | 0.44% | - |
| HSV(B) | 345.88º | 0.27% | 0.5% | - |
| XYZ | 15.3 | 13.55 | 14.38 | - |
| YUV | 105.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 102 | 0 | 0.27 | 0.20 | 0.50 | 345.88 | 0.15 | 0.44 |
| Hex | 80 | 5E | 66 | 0 | 1B | 14 | 32 | 15A | F | 2C |
| Octal | 200 | 136 | 146 | 0 | 33 | 24 | 62 | 532 | 17 | 54 |
| Binary | 10000000 | 1011110 | 1100110 | 0 | 11011 | 10100 | 110010 | 101011010 | 1111 | 101100 |
Color Harmonies of #805E66
Complementary color
Monochromatic Colors of #805E66
Black with #805E66
Text Example
Text Example
White with #805E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805E66; }
p { color: rgb(128,94,102); }
H1.HeaderClassName
{
color: #805E66;
}
.AnyTagClassName
{
color: #805E66;
}
</style>
background-color css
<style>
a { background-color: #805E66; }
a { background-color: rgb(128,94,102); }
div.DivClassName
{
background-color: #805E66;
}
.BgClassName
{
background-color: #805E66;
}
</style>
border-color css
<style>
span { border-color: #805E66; }
span { border-color: rgb(128,94,102); }
td.TdClassName
{
border-color: #805E66;
}
.TagClassName
{
border-color: #805E66;
}
</style>