Shades of Mauve Taupe #98606A
Tints of Mauve Taupe #98606A
RGB
CMYK
RGB Variations
Color information
#98606A (or 0x98606A) is known color: Mauve Taupe. HEX triplet: 98, 60 and 6A. RGB value is (152,96,106). Sum of RGB (Red+Green+Blue) = 152+96+106=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #98606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98606A is #679F95. Grayscale: #717171. Windows color (decimal): -6791062 or 6971544. OLE color: 6971544.
HSL color Cylindrical-coordinate representation of color #98606A: hue angle of 349.29º 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 #98606A is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 96 | 106 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.40 |
| HSL | 349.29º | 0.23% | 0.49% | - |
| HSV(B) | 349.29º | 0.37% | 0.6% | - |
| XYZ | 19.73 | 16.08 | 15.7 | - |
| YUV | 113.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 96 | 106 | 0 | 0.37 | 0.30 | 0.40 | 349.29 | 0.23 | 0.49 |
| Hex | 98 | 60 | 6A | 0 | 25 | 1E | 28 | 15D | 17 | 31 |
| Octal | 230 | 140 | 152 | 0 | 45 | 36 | 50 | 535 | 27 | 61 |
| Binary | 10011000 | 1100000 | 1101010 | 0 | 100101 | 11110 | 101000 | 101011101 | 10111 | 110001 |
Color Harmonies of #98606A
Complementary color
Monochromatic Colors of #98606A
Black with #98606A
Text Example
Text Example
White with #98606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98606A; }
p { color: rgb(152,96,106); }
H1.HeaderClassName
{
color: #98606A;
}
.AnyTagClassName
{
color: #98606A;
}
</style>
background-color css
<style>
a { background-color: #98606A; }
a { background-color: rgb(152,96,106); }
div.DivClassName
{
background-color: #98606A;
}
.BgClassName
{
background-color: #98606A;
}
</style>
border-color css
<style>
span { border-color: #98606A; }
span { border-color: rgb(152,96,106); }
td.TdClassName
{
border-color: #98606A;
}
.TagClassName
{
border-color: #98606A;
}
</style>