Shades of Mauve Taupe #98606E
Tints of Mauve Taupe #98606E
RGB
CMYK
RGB Variations
Color information
#98606E (or 0x98606E) is known color: Mauve Taupe. HEX triplet: 98, 60 and 6E. RGB value is (152,96,110). Sum of RGB (Red+Green+Blue) = 152+96+110=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #98606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98606E is #679F91. Grayscale: #727272. Windows color (decimal): -6791058 or 7233688. OLE color: 7233688.
HSL color Cylindrical-coordinate representation of color #98606E: hue angle of 345º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98606E is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 96 | 110 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.40 |
| HSL | 345º | 0.23% | 0.49% | - |
| HSV(B) | 345º | 0.37% | 0.6% | - |
| XYZ | 19.95 | 16.17 | 16.82 | - |
| YUV | 114.34 | 125.55 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 96 | 110 | 0 | 0.37 | 0.28 | 0.40 | 345 | 0.23 | 0.49 |
| Hex | 98 | 60 | 6E | 0 | 25 | 1C | 28 | 159 | 17 | 31 |
| Octal | 230 | 140 | 156 | 0 | 45 | 34 | 50 | 531 | 27 | 61 |
| Binary | 10011000 | 1100000 | 1101110 | 0 | 100101 | 11100 | 101000 | 101011001 | 10111 | 110001 |
Color Harmonies of #98606E
Complementary color
Monochromatic Colors of #98606E
Black with #98606E
Text Example
Text Example
White with #98606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98606E; }
p { color: rgb(152,96,110); }
H1.HeaderClassName
{
color: #98606E;
}
.AnyTagClassName
{
color: #98606E;
}
</style>
background-color css
<style>
a { background-color: #98606E; }
a { background-color: rgb(152,96,110); }
div.DivClassName
{
background-color: #98606E;
}
.BgClassName
{
background-color: #98606E;
}
</style>
border-color css
<style>
span { border-color: #98606E; }
span { border-color: rgb(152,96,110); }
td.TdClassName
{
border-color: #98606E;
}
.TagClassName
{
border-color: #98606E;
}
</style>