Shades of Mauve Taupe #996366
Tints of Mauve Taupe #996366
RGB
CMYK
RGB Variations
Color information
#996366 (or 0x996366) is known color: Mauve Taupe. HEX triplet: 99, 63 and 66. RGB value is (153,99,102). Sum of RGB (Red+Green+Blue) = 153+99+102=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #996366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996366 is #669C99. Grayscale: #737373. Windows color (decimal): -6724762 or 6710169. OLE color: 6710169.
HSL color Cylindrical-coordinate representation of color #996366: hue angle of 356.67º 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 #996366 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 99 | 102 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.4 |
| HSL | 356.67º | 0.21% | 0.49% | - |
| HSV(B) | 356.67º | 0.35% | 0.6% | - |
| XYZ | 20 | 16.66 | 14.73 | - |
| YUV | 115.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 102 | 0 | 0.35 | 0.33 | 0.4 | 356.67 | 0.21 | 0.49 |
| Hex | 99 | 63 | 66 | 0 | 23 | 21 | 28 | 165 | 15 | 31 |
| Octal | 231 | 143 | 146 | 0 | 43 | 41 | 50 | 545 | 25 | 61 |
| Binary | 10011001 | 1100011 | 1100110 | 0 | 100011 | 100001 | 101000 | 101100101 | 10101 | 110001 |
Color Harmonies of #996366
Complementary color
Monochromatic Colors of #996366
Black with #996366
Text Example
Text Example
White with #996366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996366; }
p { color: rgb(153,99,102); }
H1.HeaderClassName
{
color: #996366;
}
.AnyTagClassName
{
color: #996366;
}
</style>
background-color css
<style>
a { background-color: #996366; }
a { background-color: rgb(153,99,102); }
div.DivClassName
{
background-color: #996366;
}
.BgClassName
{
background-color: #996366;
}
</style>
border-color css
<style>
span { border-color: #996366; }
span { border-color: rgb(153,99,102); }
td.TdClassName
{
border-color: #996366;
}
.TagClassName
{
border-color: #996366;
}
</style>