Shades of Mauve Taupe #986472
Tints of Mauve Taupe #986472
RGB
CMYK
RGB Variations
Color information
#986472 (or 0x986472) is known color: Mauve Taupe. HEX triplet: 98, 64 and 72. RGB value is (152,100,114). Sum of RGB (Red+Green+Blue) = 152+100+114=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #986472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986472 is #679B8D. Grayscale: #757575. Windows color (decimal): -6790030 or 7496856. OLE color: 7496856.
HSL color Cylindrical-coordinate representation of color #986472: hue angle of 343.85º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #986472 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 100 | 114 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.40 |
| HSL | 343.85º | 0.21% | 0.49% | - |
| HSV(B) | 343.85º | 0.34% | 0.6% | - |
| XYZ | 20.54 | 17 | 18.12 | - |
| YUV | 117.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 114 | 0 | 0.34 | 0.25 | 0.40 | 343.85 | 0.21 | 0.49 |
| Hex | 98 | 64 | 72 | 0 | 22 | 19 | 28 | 158 | 15 | 31 |
| Octal | 230 | 144 | 162 | 0 | 42 | 31 | 50 | 530 | 25 | 61 |
| Binary | 10011000 | 1100100 | 1110010 | 0 | 100010 | 11001 | 101000 | 101011000 | 10101 | 110001 |
Color Harmonies of #986472
Complementary color
Monochromatic Colors of #986472
Black with #986472
Text Example
Text Example
White with #986472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986472; }
p { color: rgb(152,100,114); }
H1.HeaderClassName
{
color: #986472;
}
.AnyTagClassName
{
color: #986472;
}
</style>
background-color css
<style>
a { background-color: #986472; }
a { background-color: rgb(152,100,114); }
div.DivClassName
{
background-color: #986472;
}
.BgClassName
{
background-color: #986472;
}
</style>
border-color css
<style>
span { border-color: #986472; }
span { border-color: rgb(152,100,114); }
td.TdClassName
{
border-color: #986472;
}
.TagClassName
{
border-color: #986472;
}
</style>