Shades of Mauve Taupe #986571
Tints of Mauve Taupe #986571
RGB
CMYK
RGB Variations
Color information
#986571 (or 0x986571) is known color: Mauve Taupe. HEX triplet: 98, 65 and 71. RGB value is (152,101,113). Sum of RGB (Red+Green+Blue) = 152+101+113=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #986571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986571 is #679A8E. Grayscale: #757575. Windows color (decimal): -6789775 or 7431576. OLE color: 7431576.
HSL color Cylindrical-coordinate representation of color #986571: hue angle of 345.88º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #986571 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 101 | 113 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.40 |
| HSL | 345.88º | 0.2% | 0.5% | - |
| HSV(B) | 345.88º | 0.34% | 0.6% | - |
| XYZ | 20.58 | 17.18 | 17.85 | - |
| YUV | 117.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 113 | 0 | 0.34 | 0.26 | 0.40 | 345.88 | 0.2 | 0.5 |
| Hex | 98 | 65 | 71 | 0 | 22 | 1A | 28 | 15A | 14 | 32 |
| Octal | 230 | 145 | 161 | 0 | 42 | 32 | 50 | 532 | 24 | 62 |
| Binary | 10011000 | 1100101 | 1110001 | 0 | 100010 | 11010 | 101000 | 101011010 | 10100 | 110010 |
Color Harmonies of #986571
Complementary color
Monochromatic Colors of #986571
Black with #986571
Text Example
Text Example
White with #986571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986571; }
p { color: rgb(152,101,113); }
H1.HeaderClassName
{
color: #986571;
}
.AnyTagClassName
{
color: #986571;
}
</style>
background-color css
<style>
a { background-color: #986571; }
a { background-color: rgb(152,101,113); }
div.DivClassName
{
background-color: #986571;
}
.BgClassName
{
background-color: #986571;
}
</style>
border-color css
<style>
span { border-color: #986571; }
span { border-color: rgb(152,101,113); }
td.TdClassName
{
border-color: #986571;
}
.TagClassName
{
border-color: #986571;
}
</style>