Shades of Mauve Taupe #98656A
Tints of Mauve Taupe #98656A
RGB
CMYK
RGB Variations
Color information
#98656A (or 0x98656A) is known color: Mauve Taupe. HEX triplet: 98, 65 and 6A. RGB value is (152,101,106). Sum of RGB (Red+Green+Blue) = 152+101+106=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #98656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98656A is #679A95. Grayscale: #747474. Windows color (decimal): -6789782 or 6972824. OLE color: 6972824.
HSL color Cylindrical-coordinate representation of color #98656A: hue angle of 354.12º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98656A is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 101 | 106 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.40 |
| HSL | 354.12º | 0.2% | 0.5% | - |
| HSV(B) | 354.12º | 0.34% | 0.6% | - |
| XYZ | 20.2 | 17.02 | 15.86 | - |
| YUV | 116.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 106 | 0 | 0.34 | 0.30 | 0.40 | 354.12 | 0.2 | 0.5 |
| Hex | 98 | 65 | 6A | 0 | 22 | 1E | 28 | 162 | 14 | 32 |
| Octal | 230 | 145 | 152 | 0 | 42 | 36 | 50 | 542 | 24 | 62 |
| Binary | 10011000 | 1100101 | 1101010 | 0 | 100010 | 11110 | 101000 | 101100010 | 10100 | 110010 |
Color Harmonies of #98656A
Complementary color
Monochromatic Colors of #98656A
Black with #98656A
Text Example
Text Example
White with #98656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98656A; }
p { color: rgb(152,101,106); }
H1.HeaderClassName
{
color: #98656A;
}
.AnyTagClassName
{
color: #98656A;
}
</style>
background-color css
<style>
a { background-color: #98656A; }
a { background-color: rgb(152,101,106); }
div.DivClassName
{
background-color: #98656A;
}
.BgClassName
{
background-color: #98656A;
}
</style>
border-color css
<style>
span { border-color: #98656A; }
span { border-color: rgb(152,101,106); }
td.TdClassName
{
border-color: #98656A;
}
.TagClassName
{
border-color: #98656A;
}
</style>