Shades of Mauve Taupe #815E66
Tints of Mauve Taupe #815E66
RGB
CMYK
RGB Variations
Color information
#815E66 (or 0x815E66) is known color: Mauve Taupe. HEX triplet: 81, 5E and 66. RGB value is (129,94,102). Sum of RGB (Red+Green+Blue) = 129+94+102=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 129 - color contains mainly: red. Hex color #815E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815E66 is #7EA199. Grayscale: #696969. Windows color (decimal): -8298906 or 6708865. OLE color: 6708865.
HSL color Cylindrical-coordinate representation of color #815E66: hue angle of 346.29º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #815E66 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 94 | 102 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.49 |
| HSL | 346.29º | 0.16% | 0.44% | - |
| HSV(B) | 346.29º | 0.27% | 0.51% | - |
| XYZ | 15.45 | 13.63 | 14.39 | - |
| YUV | 105.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 94 | 102 | 0 | 0.27 | 0.21 | 0.49 | 346.29 | 0.16 | 0.44 |
| Hex | 81 | 5E | 66 | 0 | 1B | 15 | 31 | 15A | 10 | 2C |
| Octal | 201 | 136 | 146 | 0 | 33 | 25 | 61 | 532 | 20 | 54 |
| Binary | 10000001 | 1011110 | 1100110 | 0 | 11011 | 10101 | 110001 | 101011010 | 10000 | 101100 |
Color Harmonies of #815E66
Complementary color
Monochromatic Colors of #815E66
Black with #815E66
Text Example
Text Example
White with #815E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815E66; }
p { color: rgb(129,94,102); }
H1.HeaderClassName
{
color: #815E66;
}
.AnyTagClassName
{
color: #815E66;
}
</style>
background-color css
<style>
a { background-color: #815E66; }
a { background-color: rgb(129,94,102); }
div.DivClassName
{
background-color: #815E66;
}
.BgClassName
{
background-color: #815E66;
}
</style>
border-color css
<style>
span { border-color: #815E66; }
span { border-color: rgb(129,94,102); }
td.TdClassName
{
border-color: #815E66;
}
.TagClassName
{
border-color: #815E66;
}
</style>