Shades of Mauve Taupe #986771
Tints of Mauve Taupe #986771
RGB
CMYK
RGB Variations
Color information
#986771 (or 0x986771) is known color: Mauve Taupe. HEX triplet: 98, 67 and 71. RGB value is (152,103,113). Sum of RGB (Red+Green+Blue) = 152+103+113=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #986771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986771 is #67988E. Grayscale: #767676. Windows color (decimal): -6789263 or 7432088. OLE color: 7432088.
HSL color Cylindrical-coordinate representation of color #986771: hue angle of 347.76º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #986771 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 113 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.40 |
| HSL | 347.76º | 0.19% | 0.5% | - |
| HSV(B) | 347.76º | 0.32% | 0.6% | - |
| XYZ | 20.78 | 17.57 | 17.92 | - |
| YUV | 118.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 113 | 0 | 0.32 | 0.26 | 0.40 | 347.76 | 0.19 | 0.5 |
| Hex | 98 | 67 | 71 | 0 | 20 | 1A | 28 | 15C | 13 | 32 |
| Octal | 230 | 147 | 161 | 0 | 40 | 32 | 50 | 534 | 23 | 62 |
| Binary | 10011000 | 1100111 | 1110001 | 0 | 100000 | 11010 | 101000 | 101011100 | 10011 | 110010 |
Color Harmonies of #986771
Complementary color
Monochromatic Colors of #986771
Black with #986771
Text Example
Text Example
White with #986771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986771; }
p { color: rgb(152,103,113); }
H1.HeaderClassName
{
color: #986771;
}
.AnyTagClassName
{
color: #986771;
}
</style>
background-color css
<style>
a { background-color: #986771; }
a { background-color: rgb(152,103,113); }
div.DivClassName
{
background-color: #986771;
}
.BgClassName
{
background-color: #986771;
}
</style>
border-color css
<style>
span { border-color: #986771; }
span { border-color: rgb(152,103,113); }
td.TdClassName
{
border-color: #986771;
}
.TagClassName
{
border-color: #986771;
}
</style>