Shades of Mauve Taupe #815E69
Tints of Mauve Taupe #815E69
RGB
CMYK
RGB Variations
Color information
#815E69 (or 0x815E69) is known color: Mauve Taupe. HEX triplet: 81, 5E and 69. RGB value is (129,94,105). Sum of RGB (Red+Green+Blue) = 129+94+105=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 129 - color contains mainly: red. Hex color #815E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815E69 is #7EA196. Grayscale: #696969. Windows color (decimal): -8298903 or 6905473. OLE color: 6905473.
HSL color Cylindrical-coordinate representation of color #815E69: hue angle of 341.14º 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 #815E69 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 94 | 105 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.49 |
| HSL | 341.14º | 0.16% | 0.44% | - |
| HSV(B) | 341.14º | 0.27% | 0.51% | - |
| XYZ | 15.61 | 13.69 | 15.19 | - |
| YUV | 105.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 94 | 105 | 0 | 0.27 | 0.19 | 0.49 | 341.14 | 0.16 | 0.44 |
| Hex | 81 | 5E | 69 | 0 | 1B | 13 | 31 | 155 | 10 | 2C |
| Octal | 201 | 136 | 151 | 0 | 33 | 23 | 61 | 525 | 20 | 54 |
| Binary | 10000001 | 1011110 | 1101001 | 0 | 11011 | 10011 | 110001 | 101010101 | 10000 | 101100 |
Color Harmonies of #815E69
Complementary color
Monochromatic Colors of #815E69
Black with #815E69
Text Example
Text Example
White with #815E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815E69; }
p { color: rgb(129,94,105); }
H1.HeaderClassName
{
color: #815E69;
}
.AnyTagClassName
{
color: #815E69;
}
</style>
background-color css
<style>
a { background-color: #815E69; }
a { background-color: rgb(129,94,105); }
div.DivClassName
{
background-color: #815E69;
}
.BgClassName
{
background-color: #815E69;
}
</style>
border-color css
<style>
span { border-color: #815E69; }
span { border-color: rgb(129,94,105); }
td.TdClassName
{
border-color: #815E69;
}
.TagClassName
{
border-color: #815E69;
}
</style>