Shades of Mauve Taupe #98636E
Tints of Mauve Taupe #98636E
RGB
CMYK
RGB Variations
Color information
#98636E (or 0x98636E) is known color: Mauve Taupe. HEX triplet: 98, 63 and 6E. RGB value is (152,99,110). Sum of RGB (Red+Green+Blue) = 152+99+110=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #98636E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98636E is #679C91. Grayscale: #747474. Windows color (decimal): -6790290 or 7234456. OLE color: 7234456.
HSL color Cylindrical-coordinate representation of color #98636E: hue angle of 347.55º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98636E is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 99 | 110 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.40 |
| HSL | 347.55º | 0.21% | 0.49% | - |
| HSV(B) | 347.55º | 0.35% | 0.6% | - |
| XYZ | 20.23 | 16.72 | 16.91 | - |
| YUV | 116.1 | 124.56 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 99 | 110 | 0 | 0.35 | 0.28 | 0.40 | 347.55 | 0.21 | 0.49 |
| Hex | 98 | 63 | 6E | 0 | 23 | 1C | 28 | 15C | 15 | 31 |
| Octal | 230 | 143 | 156 | 0 | 43 | 34 | 50 | 534 | 25 | 61 |
| Binary | 10011000 | 1100011 | 1101110 | 0 | 100011 | 11100 | 101000 | 101011100 | 10101 | 110001 |
Color Harmonies of #98636E
Complementary color
Monochromatic Colors of #98636E
Black with #98636E
Text Example
Text Example
White with #98636E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98636E; }
p { color: rgb(152,99,110); }
H1.HeaderClassName
{
color: #98636E;
}
.AnyTagClassName
{
color: #98636E;
}
</style>
background-color css
<style>
a { background-color: #98636E; }
a { background-color: rgb(152,99,110); }
div.DivClassName
{
background-color: #98636E;
}
.BgClassName
{
background-color: #98636E;
}
</style>
border-color css
<style>
span { border-color: #98636E; }
span { border-color: rgb(152,99,110); }
td.TdClassName
{
border-color: #98636E;
}
.TagClassName
{
border-color: #98636E;
}
</style>