Shades of Mauve Taupe #815D67
Tints of Mauve Taupe #815D67
RGB
CMYK
RGB Variations
Color information
#815D67 (or 0x815D67) is known color: Mauve Taupe. HEX triplet: 81, 5D and 67. RGB value is (129,93,103). Sum of RGB (Red+Green+Blue) = 129+93+103=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 129 - color contains mainly: red. Hex color #815D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815D67 is #7EA298. Grayscale: #686868. Windows color (decimal): -8299161 or 6774145. OLE color: 6774145.
HSL color Cylindrical-coordinate representation of color #815D67: hue angle of 343.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 #815D67 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 93 | 103 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.49 |
| HSL | 343.33º | 0.16% | 0.44% | - |
| HSV(B) | 343.33º | 0.28% | 0.51% | - |
| XYZ | 15.42 | 13.48 | 14.62 | - |
| YUV | 104.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 93 | 103 | 0 | 0.28 | 0.20 | 0.49 | 343.33 | 0.16 | 0.44 |
| Hex | 81 | 5D | 67 | 0 | 1C | 14 | 31 | 157 | 10 | 2C |
| Octal | 201 | 135 | 147 | 0 | 34 | 24 | 61 | 527 | 20 | 54 |
| Binary | 10000001 | 1011101 | 1100111 | 0 | 11100 | 10100 | 110001 | 101010111 | 10000 | 101100 |
Color Harmonies of #815D67
Complementary color
Monochromatic Colors of #815D67
Black with #815D67
Text Example
Text Example
White with #815D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815D67; }
p { color: rgb(129,93,103); }
H1.HeaderClassName
{
color: #815D67;
}
.AnyTagClassName
{
color: #815D67;
}
</style>
background-color css
<style>
a { background-color: #815D67; }
a { background-color: rgb(129,93,103); }
div.DivClassName
{
background-color: #815D67;
}
.BgClassName
{
background-color: #815D67;
}
</style>
border-color css
<style>
span { border-color: #815D67; }
span { border-color: rgb(129,93,103); }
td.TdClassName
{
border-color: #815D67;
}
.TagClassName
{
border-color: #815D67;
}
</style>