Shades of Mauve Taupe #815F6D
Tints of Mauve Taupe #815F6D
RGB
CMYK
RGB Variations
Color information
#815F6D (or 0x815F6D) is known color: Mauve Taupe. HEX triplet: 81, 5F and 6D. RGB value is (129,95,109). Sum of RGB (Red+Green+Blue) = 129+95+109=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 129 - color contains mainly: red. Hex color #815F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815F6D is #7EA092. Grayscale: #6A6A6A. Windows color (decimal): -8298643 or 7167873. OLE color: 7167873.
HSL color Cylindrical-coordinate representation of color #815F6D: hue angle of 335.29º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #815F6D is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 95 | 109 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.49 |
| HSL | 335.29º | 0.15% | 0.44% | - |
| HSV(B) | 335.29º | 0.26% | 0.51% | - |
| XYZ | 15.91 | 13.96 | 16.32 | - |
| YUV | 106.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 95 | 109 | 0 | 0.26 | 0.16 | 0.49 | 335.29 | 0.15 | 0.44 |
| Hex | 81 | 5F | 6D | 0 | 1A | 10 | 31 | 14F | F | 2C |
| Octal | 201 | 137 | 155 | 0 | 32 | 20 | 61 | 517 | 17 | 54 |
| Binary | 10000001 | 1011111 | 1101101 | 0 | 11010 | 10000 | 110001 | 101001111 | 1111 | 101100 |
Color Harmonies of #815F6D
Complementary color
Monochromatic Colors of #815F6D
Black with #815F6D
Text Example
Text Example
White with #815F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815F6D; }
p { color: rgb(129,95,109); }
H1.HeaderClassName
{
color: #815F6D;
}
.AnyTagClassName
{
color: #815F6D;
}
</style>
background-color css
<style>
a { background-color: #815F6D; }
a { background-color: rgb(129,95,109); }
div.DivClassName
{
background-color: #815F6D;
}
.BgClassName
{
background-color: #815F6D;
}
</style>
border-color css
<style>
span { border-color: #815F6D; }
span { border-color: rgb(129,95,109); }
td.TdClassName
{
border-color: #815F6D;
}
.TagClassName
{
border-color: #815F6D;
}
</style>