Shades of Mauve Taupe #986162
Tints of Mauve Taupe #986162
RGB
CMYK
RGB Variations
Color information
#986162 (or 0x986162) is known color: Mauve Taupe. HEX triplet: 98, 61 and 62. RGB value is (152,97,98). Sum of RGB (Red+Green+Blue) = 152+97+98=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #986162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986162 is #679E9D. Grayscale: #717171. Windows color (decimal): -6790814 or 6447512. OLE color: 6447512.
HSL color Cylindrical-coordinate representation of color #986162: hue angle of 358.91º 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 #986162 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 97 | 98 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.40 |
| HSL | 358.91º | 0.22% | 0.49% | - |
| HSV(B) | 358.91º | 0.36% | 0.6% | - |
| XYZ | 19.43 | 16.11 | 13.64 | - |
| YUV | 113.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 97 | 98 | 0 | 0.36 | 0.36 | 0.40 | 358.91 | 0.22 | 0.49 |
| Hex | 98 | 61 | 62 | 0 | 24 | 24 | 28 | 167 | 16 | 31 |
| Octal | 230 | 141 | 142 | 0 | 44 | 44 | 50 | 547 | 26 | 61 |
| Binary | 10011000 | 1100001 | 1100010 | 0 | 100100 | 100100 | 101000 | 101100111 | 10110 | 110001 |
Color Harmonies of #986162
Complementary color
Monochromatic Colors of #986162
Black with #986162
Text Example
Text Example
White with #986162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986162; }
p { color: rgb(152,97,98); }
H1.HeaderClassName
{
color: #986162;
}
.AnyTagClassName
{
color: #986162;
}
</style>
background-color css
<style>
a { background-color: #986162; }
a { background-color: rgb(152,97,98); }
div.DivClassName
{
background-color: #986162;
}
.BgClassName
{
background-color: #986162;
}
</style>
border-color css
<style>
span { border-color: #986162; }
span { border-color: rgb(152,97,98); }
td.TdClassName
{
border-color: #986162;
}
.TagClassName
{
border-color: #986162;
}
</style>