Shades of Mauve Taupe #986972
Tints of Mauve Taupe #986972
RGB
CMYK
RGB Variations
Color information
#986972 (or 0x986972) is known color: Mauve Taupe. HEX triplet: 98, 69 and 72. RGB value is (152,105,114). Sum of RGB (Red+Green+Blue) = 152+105+114=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #986972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986972 is #67968D. Grayscale: #787878. Windows color (decimal): -6788750 or 7498136. OLE color: 7498136.
HSL color Cylindrical-coordinate representation of color #986972: hue angle of 348.51º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #986972 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 105 | 114 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.40 |
| HSL | 348.51º | 0.19% | 0.5% | - |
| HSV(B) | 348.51º | 0.31% | 0.6% | - |
| XYZ | 21.04 | 17.99 | 18.28 | - |
| YUV | 120.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 114 | 0 | 0.31 | 0.25 | 0.40 | 348.51 | 0.19 | 0.5 |
| Hex | 98 | 69 | 72 | 0 | 1F | 19 | 28 | 15D | 13 | 32 |
| Octal | 230 | 151 | 162 | 0 | 37 | 31 | 50 | 535 | 23 | 62 |
| Binary | 10011000 | 1101001 | 1110010 | 0 | 11111 | 11001 | 101000 | 101011101 | 10011 | 110010 |
Color Harmonies of #986972
Complementary color
Monochromatic Colors of #986972
Black with #986972
Text Example
Text Example
White with #986972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986972; }
p { color: rgb(152,105,114); }
H1.HeaderClassName
{
color: #986972;
}
.AnyTagClassName
{
color: #986972;
}
</style>
background-color css
<style>
a { background-color: #986972; }
a { background-color: rgb(152,105,114); }
div.DivClassName
{
background-color: #986972;
}
.BgClassName
{
background-color: #986972;
}
</style>
border-color css
<style>
span { border-color: #986972; }
span { border-color: rgb(152,105,114); }
td.TdClassName
{
border-color: #986972;
}
.TagClassName
{
border-color: #986972;
}
</style>