Shades of Mauve Taupe #815E6E
Tints of Mauve Taupe #815E6E
RGB
CMYK
RGB Variations
Color information
#815E6E (or 0x815E6E) is known color: Mauve Taupe. HEX triplet: 81, 5E and 6E. RGB value is (129,94,110). Sum of RGB (Red+Green+Blue) = 129+94+110=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 129 - color contains mainly: red. Hex color #815E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815E6E is #7EA191. Grayscale: #6A6A6A. Windows color (decimal): -8298898 or 7233153. OLE color: 7233153.
HSL color Cylindrical-coordinate representation of color #815E6E: hue angle of 332.57º 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 #815E6E is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 94 | 110 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.49 |
| HSL | 332.57º | 0.16% | 0.44% | - |
| HSV(B) | 332.57º | 0.27% | 0.51% | - |
| XYZ | 15.87 | 13.8 | 16.58 | - |
| YUV | 106.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 94 | 110 | 0 | 0.27 | 0.15 | 0.49 | 332.57 | 0.16 | 0.44 |
| Hex | 81 | 5E | 6E | 0 | 1B | F | 31 | 14D | 10 | 2C |
| Octal | 201 | 136 | 156 | 0 | 33 | 17 | 61 | 515 | 20 | 54 |
| Binary | 10000001 | 1011110 | 1101110 | 0 | 11011 | 1111 | 110001 | 101001101 | 10000 | 101100 |
Color Harmonies of #815E6E
Complementary color
Monochromatic Colors of #815E6E
Black with #815E6E
Text Example
Text Example
White with #815E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815E6E; }
p { color: rgb(129,94,110); }
H1.HeaderClassName
{
color: #815E6E;
}
.AnyTagClassName
{
color: #815E6E;
}
</style>
background-color css
<style>
a { background-color: #815E6E; }
a { background-color: rgb(129,94,110); }
div.DivClassName
{
background-color: #815E6E;
}
.BgClassName
{
background-color: #815E6E;
}
</style>
border-color css
<style>
span { border-color: #815E6E; }
span { border-color: rgb(129,94,110); }
td.TdClassName
{
border-color: #815E6E;
}
.TagClassName
{
border-color: #815E6E;
}
</style>