Shades of Mauve Taupe #986170
Tints of Mauve Taupe #986170
RGB
CMYK
RGB Variations
Color information
#986170 (or 0x986170) is known color: Mauve Taupe. HEX triplet: 98, 61 and 70. RGB value is (152,97,112). Sum of RGB (Red+Green+Blue) = 152+97+112=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #986170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986170 is #679E8F. Grayscale: #737373. Windows color (decimal): -6790800 or 7365016. OLE color: 7365016.
HSL color Cylindrical-coordinate representation of color #986170: hue angle of 343.64º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #986170 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 97 | 112 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.40 |
| HSL | 343.64º | 0.22% | 0.49% | - |
| HSV(B) | 343.64º | 0.36% | 0.6% | - |
| XYZ | 20.15 | 16.39 | 17.43 | - |
| YUV | 115.16 | 126.22 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 97 | 112 | 0 | 0.36 | 0.26 | 0.40 | 343.64 | 0.22 | 0.49 |
| Hex | 98 | 61 | 70 | 0 | 24 | 1A | 28 | 158 | 16 | 31 |
| Octal | 230 | 141 | 160 | 0 | 44 | 32 | 50 | 530 | 26 | 61 |
| Binary | 10011000 | 1100001 | 1110000 | 0 | 100100 | 11010 | 101000 | 101011000 | 10110 | 110001 |
Color Harmonies of #986170
Complementary color
Monochromatic Colors of #986170
Black with #986170
Text Example
Text Example
White with #986170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986170; }
p { color: rgb(152,97,112); }
H1.HeaderClassName
{
color: #986170;
}
.AnyTagClassName
{
color: #986170;
}
</style>
background-color css
<style>
a { background-color: #986170; }
a { background-color: rgb(152,97,112); }
div.DivClassName
{
background-color: #986170;
}
.BgClassName
{
background-color: #986170;
}
</style>
border-color css
<style>
span { border-color: #986170; }
span { border-color: rgb(152,97,112); }
td.TdClassName
{
border-color: #986170;
}
.TagClassName
{
border-color: #986170;
}
</style>