Shades of Mauve Taupe #985672
Tints of Mauve Taupe #985672
RGB
CMYK
RGB Variations
Color information
#985672 (or 0x985672) is known color: Mauve Taupe. HEX triplet: 98, 56 and 72. RGB value is (152,86,114). Sum of RGB (Red+Green+Blue) = 152+86+114=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #985672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985672 is #67A98D. Grayscale: #6C6C6C. Windows color (decimal): -6793614 or 7493272. OLE color: 7493272.
HSL color Cylindrical-coordinate representation of color #985672: hue angle of 334.55º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #985672 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 86 | 114 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.40 |
| HSL | 334.55º | 0.28% | 0.47% | - |
| HSV(B) | 334.55º | 0.43% | 0.6% | - |
| XYZ | 19.31 | 14.55 | 17.71 | - |
| YUV | 108.93 | 130.87 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 86 | 114 | 0 | 0.43 | 0.25 | 0.40 | 334.55 | 0.28 | 0.47 |
| Hex | 98 | 56 | 72 | 0 | 2B | 19 | 28 | 14F | 1C | 2F |
| Octal | 230 | 126 | 162 | 0 | 53 | 31 | 50 | 517 | 34 | 57 |
| Binary | 10011000 | 1010110 | 1110010 | 0 | 101011 | 11001 | 101000 | 101001111 | 11100 | 101111 |
Color Harmonies of #985672
Complementary color
Monochromatic Colors of #985672
Black with #985672
Text Example
Text Example
White with #985672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985672; }
p { color: rgb(152,86,114); }
H1.HeaderClassName
{
color: #985672;
}
.AnyTagClassName
{
color: #985672;
}
</style>
background-color css
<style>
a { background-color: #985672; }
a { background-color: rgb(152,86,114); }
div.DivClassName
{
background-color: #985672;
}
.BgClassName
{
background-color: #985672;
}
</style>
border-color css
<style>
span { border-color: #985672; }
span { border-color: rgb(152,86,114); }
td.TdClassName
{
border-color: #985672;
}
.TagClassName
{
border-color: #985672;
}
</style>