Shades of Mauve Taupe #986A75
Tints of Mauve Taupe #986A75
RGB
CMYK
RGB Variations
Color information
#986A75 (or 0x986A75) is known color: Mauve Taupe. HEX triplet: 98, 6A and 75. RGB value is (152,106,117). Sum of RGB (Red+Green+Blue) = 152+106+117=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #986A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986A75 is #67958A. Grayscale: #797979. Windows color (decimal): -6788491 or 7695000. OLE color: 7695000.
HSL color Cylindrical-coordinate representation of color #986A75: hue angle of 345.65º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #986A75 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 106 | 117 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.40 |
| HSL | 345.65º | 0.18% | 0.51% | - |
| HSV(B) | 345.65º | 0.3% | 0.6% | - |
| XYZ | 21.31 | 18.27 | 19.23 | - |
| YUV | 121.01 | 125.74 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 106 | 117 | 0 | 0.30 | 0.23 | 0.40 | 345.65 | 0.18 | 0.51 |
| Hex | 98 | 6A | 75 | 0 | 1E | 17 | 28 | 15A | 12 | 33 |
| Octal | 230 | 152 | 165 | 0 | 36 | 27 | 50 | 532 | 22 | 63 |
| Binary | 10011000 | 1101010 | 1110101 | 0 | 11110 | 10111 | 101000 | 101011010 | 10010 | 110011 |
Color Harmonies of #986A75
Complementary color
Monochromatic Colors of #986A75
Black with #986A75
Text Example
Text Example
White with #986A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986A75; }
p { color: rgb(152,106,117); }
H1.HeaderClassName
{
color: #986A75;
}
.AnyTagClassName
{
color: #986A75;
}
</style>
background-color css
<style>
a { background-color: #986A75; }
a { background-color: rgb(152,106,117); }
div.DivClassName
{
background-color: #986A75;
}
.BgClassName
{
background-color: #986A75;
}
</style>
border-color css
<style>
span { border-color: #986A75; }
span { border-color: rgb(152,106,117); }
td.TdClassName
{
border-color: #986A75;
}
.TagClassName
{
border-color: #986A75;
}
</style>