Shades of Mauve Taupe #986366
Tints of Mauve Taupe #986366
RGB
CMYK
RGB Variations
Color information
#986366 (or 0x986366) is known color: Mauve Taupe. HEX triplet: 98, 63 and 66. RGB value is (152,99,102). Sum of RGB (Red+Green+Blue) = 152+99+102=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #986366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986366 is #679C99. Grayscale: #737373. Windows color (decimal): -6790298 or 6710168. OLE color: 6710168.
HSL color Cylindrical-coordinate representation of color #986366: hue angle of 356.6º 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 #986366 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 99 | 102 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.40 |
| HSL | 356.6º | 0.21% | 0.49% | - |
| HSV(B) | 356.6º | 0.35% | 0.6% | - |
| XYZ | 19.81 | 16.56 | 14.72 | - |
| YUV | 115.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 99 | 102 | 0 | 0.35 | 0.33 | 0.40 | 356.6 | 0.21 | 0.49 |
| Hex | 98 | 63 | 66 | 0 | 23 | 21 | 28 | 165 | 15 | 31 |
| Octal | 230 | 143 | 146 | 0 | 43 | 41 | 50 | 545 | 25 | 61 |
| Binary | 10011000 | 1100011 | 1100110 | 0 | 100011 | 100001 | 101000 | 101100101 | 10101 | 110001 |
Color Harmonies of #986366
Complementary color
Monochromatic Colors of #986366
Black with #986366
Text Example
Text Example
White with #986366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986366; }
p { color: rgb(152,99,102); }
H1.HeaderClassName
{
color: #986366;
}
.AnyTagClassName
{
color: #986366;
}
</style>
background-color css
<style>
a { background-color: #986366; }
a { background-color: rgb(152,99,102); }
div.DivClassName
{
background-color: #986366;
}
.BgClassName
{
background-color: #986366;
}
</style>
border-color css
<style>
span { border-color: #986366; }
span { border-color: rgb(152,99,102); }
td.TdClassName
{
border-color: #986366;
}
.TagClassName
{
border-color: #986366;
}
</style>