Shades of Mauve Taupe #98616E
Tints of Mauve Taupe #98616E
RGB
CMYK
RGB Variations
Color information
#98616E (or 0x98616E) is known color: Mauve Taupe. HEX triplet: 98, 61 and 6E. RGB value is (152,97,110). Sum of RGB (Red+Green+Blue) = 152+97+110=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #98616E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98616E is #679E91. Grayscale: #727272. Windows color (decimal): -6790802 or 7233944. OLE color: 7233944.
HSL color Cylindrical-coordinate representation of color #98616E: hue angle of 345.82º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98616E is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 97 | 110 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.40 |
| HSL | 345.82º | 0.22% | 0.49% | - |
| HSV(B) | 345.82º | 0.36% | 0.6% | - |
| XYZ | 20.04 | 16.35 | 16.85 | - |
| YUV | 114.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 97 | 110 | 0 | 0.36 | 0.28 | 0.40 | 345.82 | 0.22 | 0.49 |
| Hex | 98 | 61 | 6E | 0 | 24 | 1C | 28 | 15A | 16 | 31 |
| Octal | 230 | 141 | 156 | 0 | 44 | 34 | 50 | 532 | 26 | 61 |
| Binary | 10011000 | 1100001 | 1101110 | 0 | 100100 | 11100 | 101000 | 101011010 | 10110 | 110001 |
Color Harmonies of #98616E
Complementary color
Monochromatic Colors of #98616E
Black with #98616E
Text Example
Text Example
White with #98616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98616E; }
p { color: rgb(152,97,110); }
H1.HeaderClassName
{
color: #98616E;
}
.AnyTagClassName
{
color: #98616E;
}
</style>
background-color css
<style>
a { background-color: #98616E; }
a { background-color: rgb(152,97,110); }
div.DivClassName
{
background-color: #98616E;
}
.BgClassName
{
background-color: #98616E;
}
</style>
border-color css
<style>
span { border-color: #98616E; }
span { border-color: rgb(152,97,110); }
td.TdClassName
{
border-color: #98616E;
}
.TagClassName
{
border-color: #98616E;
}
</style>