Shades of Mauve Taupe #815D68
Tints of Mauve Taupe #815D68
RGB
CMYK
RGB Variations
Color information
#815D68 (or 0x815D68) is known color: Mauve Taupe. HEX triplet: 81, 5D and 68. RGB value is (129,93,104). Sum of RGB (Red+Green+Blue) = 129+93+104=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 129 - color contains mainly: red. Hex color #815D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815D68 is #7EA297. Grayscale: #696969. Windows color (decimal): -8299160 or 6839681. OLE color: 6839681.
HSL color Cylindrical-coordinate representation of color #815D68: hue angle of 341.67º 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 #815D68 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 93 | 104 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.49 |
| HSL | 341.67º | 0.16% | 0.44% | - |
| HSV(B) | 341.67º | 0.28% | 0.51% | - |
| XYZ | 15.47 | 13.5 | 14.89 | - |
| YUV | 105.02 | 127.43 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 93 | 104 | 0 | 0.28 | 0.19 | 0.49 | 341.67 | 0.16 | 0.44 |
| Hex | 81 | 5D | 68 | 0 | 1C | 13 | 31 | 156 | 10 | 2C |
| Octal | 201 | 135 | 150 | 0 | 34 | 23 | 61 | 526 | 20 | 54 |
| Binary | 10000001 | 1011101 | 1101000 | 0 | 11100 | 10011 | 110001 | 101010110 | 10000 | 101100 |
Color Harmonies of #815D68
Complementary color
Monochromatic Colors of #815D68
Black with #815D68
Text Example
Text Example
White with #815D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815D68; }
p { color: rgb(129,93,104); }
H1.HeaderClassName
{
color: #815D68;
}
.AnyTagClassName
{
color: #815D68;
}
</style>
background-color css
<style>
a { background-color: #815D68; }
a { background-color: rgb(129,93,104); }
div.DivClassName
{
background-color: #815D68;
}
.BgClassName
{
background-color: #815D68;
}
</style>
border-color css
<style>
span { border-color: #815D68; }
span { border-color: rgb(129,93,104); }
td.TdClassName
{
border-color: #815D68;
}
.TagClassName
{
border-color: #815D68;
}
</style>