Shades of Mauve Taupe #815E6A
Tints of Mauve Taupe #815E6A
RGB
CMYK
RGB Variations
Color information
#815E6A (or 0x815E6A) is known color: Mauve Taupe. HEX triplet: 81, 5E and 6A. RGB value is (129,94,106). Sum of RGB (Red+Green+Blue) = 129+94+106=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 129 - color contains mainly: red. Hex color #815E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815E6A is #7EA195. Grayscale: #696969. Windows color (decimal): -8298902 or 6971009. OLE color: 6971009.
HSL color Cylindrical-coordinate representation of color #815E6A: hue angle of 339.43º 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 #815E6A is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 94 | 106 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.49 |
| HSL | 339.43º | 0.16% | 0.44% | - |
| HSV(B) | 339.43º | 0.27% | 0.51% | - |
| XYZ | 15.66 | 13.71 | 15.46 | - |
| YUV | 105.83 | 128.1 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 94 | 106 | 0 | 0.27 | 0.18 | 0.49 | 339.43 | 0.16 | 0.44 |
| Hex | 81 | 5E | 6A | 0 | 1B | 12 | 31 | 153 | 10 | 2C |
| Octal | 201 | 136 | 152 | 0 | 33 | 22 | 61 | 523 | 20 | 54 |
| Binary | 10000001 | 1011110 | 1101010 | 0 | 11011 | 10010 | 110001 | 101010011 | 10000 | 101100 |
Color Harmonies of #815E6A
Complementary color
Monochromatic Colors of #815E6A
Black with #815E6A
Text Example
Text Example
White with #815E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815E6A; }
p { color: rgb(129,94,106); }
H1.HeaderClassName
{
color: #815E6A;
}
.AnyTagClassName
{
color: #815E6A;
}
</style>
background-color css
<style>
a { background-color: #815E6A; }
a { background-color: rgb(129,94,106); }
div.DivClassName
{
background-color: #815E6A;
}
.BgClassName
{
background-color: #815E6A;
}
</style>
border-color css
<style>
span { border-color: #815E6A; }
span { border-color: rgb(129,94,106); }
td.TdClassName
{
border-color: #815E6A;
}
.TagClassName
{
border-color: #815E6A;
}
</style>