Shades of Mauve Taupe #815D64
Tints of Mauve Taupe #815D64
RGB
CMYK
RGB Variations
Color information
#815D64 (or 0x815D64) is known color: Mauve Taupe. HEX triplet: 81, 5D and 64. RGB value is (129,93,100). Sum of RGB (Red+Green+Blue) = 129+93+100=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 129 - color contains mainly: red. Hex color #815D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815D64 is #7EA29B. Grayscale: #686868. Windows color (decimal): -8299164 or 6577537. OLE color: 6577537.
HSL color Cylindrical-coordinate representation of color #815D64: hue angle of 348.33º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #815D64 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 93 | 100 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.49 |
| HSL | 348.33º | 0.16% | 0.44% | - |
| HSV(B) | 348.33º | 0.28% | 0.51% | - |
| XYZ | 15.27 | 13.42 | 13.84 | - |
| YUV | 104.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 93 | 100 | 0 | 0.28 | 0.22 | 0.49 | 348.33 | 0.16 | 0.44 |
| Hex | 81 | 5D | 64 | 0 | 1C | 16 | 31 | 15C | 10 | 2C |
| Octal | 201 | 135 | 144 | 0 | 34 | 26 | 61 | 534 | 20 | 54 |
| Binary | 10000001 | 1011101 | 1100100 | 0 | 11100 | 10110 | 110001 | 101011100 | 10000 | 101100 |
Color Harmonies of #815D64
Complementary color
Monochromatic Colors of #815D64
Black with #815D64
Text Example
Text Example
White with #815D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815D64; }
p { color: rgb(129,93,100); }
H1.HeaderClassName
{
color: #815D64;
}
.AnyTagClassName
{
color: #815D64;
}
</style>
background-color css
<style>
a { background-color: #815D64; }
a { background-color: rgb(129,93,100); }
div.DivClassName
{
background-color: #815D64;
}
.BgClassName
{
background-color: #815D64;
}
</style>
border-color css
<style>
span { border-color: #815D64; }
span { border-color: rgb(129,93,100); }
td.TdClassName
{
border-color: #815D64;
}
.TagClassName
{
border-color: #815D64;
}
</style>