Shades of Mauve Taupe #986163
Tints of Mauve Taupe #986163
RGB
CMYK
RGB Variations
Color information
#986163 (or 0x986163) is known color: Mauve Taupe. HEX triplet: 98, 61 and 63. RGB value is (152,97,99). Sum of RGB (Red+Green+Blue) = 152+97+99=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #986163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986163 is #679E9C. Grayscale: #717171. Windows color (decimal): -6790813 or 6513048. OLE color: 6513048.
HSL color Cylindrical-coordinate representation of color #986163: hue angle of 357.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 #986163 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 97 | 99 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.40 |
| HSL | 357.82º | 0.22% | 0.49% | - |
| HSV(B) | 357.82º | 0.36% | 0.6% | - |
| XYZ | 19.48 | 16.13 | 13.89 | - |
| YUV | 113.67 | 119.72 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 97 | 99 | 0 | 0.36 | 0.35 | 0.40 | 357.82 | 0.22 | 0.49 |
| Hex | 98 | 61 | 63 | 0 | 24 | 23 | 28 | 166 | 16 | 31 |
| Octal | 230 | 141 | 143 | 0 | 44 | 43 | 50 | 546 | 26 | 61 |
| Binary | 10011000 | 1100001 | 1100011 | 0 | 100100 | 100011 | 101000 | 101100110 | 10110 | 110001 |
Color Harmonies of #986163
Complementary color
Monochromatic Colors of #986163
Black with #986163
Text Example
Text Example
White with #986163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986163; }
p { color: rgb(152,97,99); }
H1.HeaderClassName
{
color: #986163;
}
.AnyTagClassName
{
color: #986163;
}
</style>
background-color css
<style>
a { background-color: #986163; }
a { background-color: rgb(152,97,99); }
div.DivClassName
{
background-color: #986163;
}
.BgClassName
{
background-color: #986163;
}
</style>
border-color css
<style>
span { border-color: #986163; }
span { border-color: rgb(152,97,99); }
td.TdClassName
{
border-color: #986163;
}
.TagClassName
{
border-color: #986163;
}
</style>