Shades of Mauve Taupe #986066
Tints of Mauve Taupe #986066
RGB
CMYK
RGB Variations
Color information
#986066 (or 0x986066) is known color: Mauve Taupe. HEX triplet: 98, 60 and 66. RGB value is (152,96,102). Sum of RGB (Red+Green+Blue) = 152+96+102=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #986066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986066 is #679F99. Grayscale: #717171. Windows color (decimal): -6791066 or 6709400. OLE color: 6709400.
HSL color Cylindrical-coordinate representation of color #986066: hue angle of 353.57º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #986066 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 96 | 102 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.40 |
| HSL | 353.57º | 0.23% | 0.49% | - |
| HSV(B) | 353.57º | 0.37% | 0.6% | - |
| XYZ | 19.53 | 16 | 14.63 | - |
| YUV | 113.43 | 121.55 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 96 | 102 | 0 | 0.37 | 0.33 | 0.40 | 353.57 | 0.23 | 0.49 |
| Hex | 98 | 60 | 66 | 0 | 25 | 21 | 28 | 162 | 17 | 31 |
| Octal | 230 | 140 | 146 | 0 | 45 | 41 | 50 | 542 | 27 | 61 |
| Binary | 10011000 | 1100000 | 1100110 | 0 | 100101 | 100001 | 101000 | 101100010 | 10111 | 110001 |
Color Harmonies of #986066
Complementary color
Monochromatic Colors of #986066
Black with #986066
Text Example
Text Example
White with #986066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986066; }
p { color: rgb(152,96,102); }
H1.HeaderClassName
{
color: #986066;
}
.AnyTagClassName
{
color: #986066;
}
</style>
background-color css
<style>
a { background-color: #986066; }
a { background-color: rgb(152,96,102); }
div.DivClassName
{
background-color: #986066;
}
.BgClassName
{
background-color: #986066;
}
</style>
border-color css
<style>
span { border-color: #986066; }
span { border-color: rgb(152,96,102); }
td.TdClassName
{
border-color: #986066;
}
.TagClassName
{
border-color: #986066;
}
</style>