Shades of Mauve Taupe #995A72
Tints of Mauve Taupe #995A72
RGB
CMYK
RGB Variations
Color information
#995A72 (or 0x995A72) is known color: Mauve Taupe. HEX triplet: 99, 5A and 72. RGB value is (153,90,114). Sum of RGB (Red+Green+Blue) = 153+90+114=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #995A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995A72 is #66A58D. Grayscale: #6F6F6F. Windows color (decimal): -6727054 or 7494297. OLE color: 7494297.
HSL color Cylindrical-coordinate representation of color #995A72: hue angle of 337.14º 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 #995A72 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 90 | 114 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.4 |
| HSL | 337.14º | 0.26% | 0.48% | - |
| HSV(B) | 337.14º | 0.41% | 0.6% | - |
| XYZ | 19.83 | 15.3 | 17.83 | - |
| YUV | 111.57 | 129.37 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 114 | 0 | 0.41 | 0.25 | 0.4 | 337.14 | 0.26 | 0.48 |
| Hex | 99 | 5A | 72 | 0 | 29 | 19 | 28 | 151 | 1A | 30 |
| Octal | 231 | 132 | 162 | 0 | 51 | 31 | 50 | 521 | 32 | 60 |
| Binary | 10011001 | 1011010 | 1110010 | 0 | 101001 | 11001 | 101000 | 101010001 | 11010 | 110000 |
Color Harmonies of #995A72
Complementary color
Monochromatic Colors of #995A72
Black with #995A72
Text Example
Text Example
White with #995A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995A72; }
p { color: rgb(153,90,114); }
H1.HeaderClassName
{
color: #995A72;
}
.AnyTagClassName
{
color: #995A72;
}
</style>
background-color css
<style>
a { background-color: #995A72; }
a { background-color: rgb(153,90,114); }
div.DivClassName
{
background-color: #995A72;
}
.BgClassName
{
background-color: #995A72;
}
</style>
border-color css
<style>
span { border-color: #995A72; }
span { border-color: rgb(153,90,114); }
td.TdClassName
{
border-color: #995A72;
}
.TagClassName
{
border-color: #995A72;
}
</style>