Shades of Mauve Taupe #995A71
Tints of Mauve Taupe #995A71
RGB
CMYK
RGB Variations
Color information
#995A71 (or 0x995A71) is known color: Mauve Taupe. HEX triplet: 99, 5A and 71. RGB value is (153,90,113). Sum of RGB (Red+Green+Blue) = 153+90+113=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #995A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995A71 is #66A58E. Grayscale: #6F6F6F. Windows color (decimal): -6727055 or 7428761. OLE color: 7428761.
HSL color Cylindrical-coordinate representation of color #995A71: hue angle of 338.1º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #995A71 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 90 | 113 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.4 |
| HSL | 338.1º | 0.26% | 0.48% | - |
| HSV(B) | 338.1º | 0.41% | 0.6% | - |
| XYZ | 19.77 | 15.28 | 17.53 | - |
| YUV | 111.46 | 128.87 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 113 | 0 | 0.41 | 0.26 | 0.4 | 338.1 | 0.26 | 0.48 |
| Hex | 99 | 5A | 71 | 0 | 29 | 1A | 28 | 152 | 1A | 30 |
| Octal | 231 | 132 | 161 | 0 | 51 | 32 | 50 | 522 | 32 | 60 |
| Binary | 10011001 | 1011010 | 1110001 | 0 | 101001 | 11010 | 101000 | 101010010 | 11010 | 110000 |
Color Harmonies of #995A71
Complementary color
Monochromatic Colors of #995A71
Black with #995A71
Text Example
Text Example
White with #995A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995A71; }
p { color: rgb(153,90,113); }
H1.HeaderClassName
{
color: #995A71;
}
.AnyTagClassName
{
color: #995A71;
}
</style>
background-color css
<style>
a { background-color: #995A71; }
a { background-color: rgb(153,90,113); }
div.DivClassName
{
background-color: #995A71;
}
.BgClassName
{
background-color: #995A71;
}
</style>
border-color css
<style>
span { border-color: #995A71; }
span { border-color: rgb(153,90,113); }
td.TdClassName
{
border-color: #995A71;
}
.TagClassName
{
border-color: #995A71;
}
</style>