Shades of Mauve Taupe #986872
Tints of Mauve Taupe #986872
RGB
CMYK
RGB Variations
Color information
#986872 (or 0x986872) is known color: Mauve Taupe. HEX triplet: 98, 68 and 72. RGB value is (152,104,114). Sum of RGB (Red+Green+Blue) = 152+104+114=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #986872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986872 is #67978D. Grayscale: #777777. Windows color (decimal): -6789006 or 7497880. OLE color: 7497880.
HSL color Cylindrical-coordinate representation of color #986872: hue angle of 347.5º 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 #986872 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 104 | 114 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.40 |
| HSL | 347.5º | 0.19% | 0.5% | - |
| HSV(B) | 347.5º | 0.32% | 0.6% | - |
| XYZ | 20.94 | 17.79 | 18.25 | - |
| YUV | 119.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 114 | 0 | 0.32 | 0.25 | 0.40 | 347.5 | 0.19 | 0.5 |
| Hex | 98 | 68 | 72 | 0 | 20 | 19 | 28 | 15C | 13 | 32 |
| Octal | 230 | 150 | 162 | 0 | 40 | 31 | 50 | 534 | 23 | 62 |
| Binary | 10011000 | 1101000 | 1110010 | 0 | 100000 | 11001 | 101000 | 101011100 | 10011 | 110010 |
Color Harmonies of #986872
Complementary color
Monochromatic Colors of #986872
Black with #986872
Text Example
Text Example
White with #986872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986872; }
p { color: rgb(152,104,114); }
H1.HeaderClassName
{
color: #986872;
}
.AnyTagClassName
{
color: #986872;
}
</style>
background-color css
<style>
a { background-color: #986872; }
a { background-color: rgb(152,104,114); }
div.DivClassName
{
background-color: #986872;
}
.BgClassName
{
background-color: #986872;
}
</style>
border-color css
<style>
span { border-color: #986872; }
span { border-color: rgb(152,104,114); }
td.TdClassName
{
border-color: #986872;
}
.TagClassName
{
border-color: #986872;
}
</style>