Shades of Mauve Taupe #996166
Tints of Mauve Taupe #996166
RGB
CMYK
RGB Variations
Color information
#996166 (or 0x996166) is known color: Mauve Taupe. HEX triplet: 99, 61 and 66. RGB value is (153,97,102). Sum of RGB (Red+Green+Blue) = 153+97+102=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #996166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996166 is #669E99. Grayscale: #727272. Windows color (decimal): -6725274 or 6709657. OLE color: 6709657.
HSL color Cylindrical-coordinate representation of color #996166: hue angle of 354.64º degrees, saturation: 0.22, 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 #996166 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 97 | 102 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.4 |
| HSL | 354.64º | 0.22% | 0.49% | - |
| HSV(B) | 354.64º | 0.37% | 0.6% | - |
| XYZ | 19.81 | 16.28 | 14.67 | - |
| YUV | 114.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 102 | 0 | 0.37 | 0.33 | 0.4 | 354.64 | 0.22 | 0.49 |
| Hex | 99 | 61 | 66 | 0 | 25 | 21 | 28 | 163 | 16 | 31 |
| Octal | 231 | 141 | 146 | 0 | 45 | 41 | 50 | 543 | 26 | 61 |
| Binary | 10011001 | 1100001 | 1100110 | 0 | 100101 | 100001 | 101000 | 101100011 | 10110 | 110001 |
Color Harmonies of #996166
Complementary color
Monochromatic Colors of #996166
Black with #996166
Text Example
Text Example
White with #996166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996166; }
p { color: rgb(153,97,102); }
H1.HeaderClassName
{
color: #996166;
}
.AnyTagClassName
{
color: #996166;
}
</style>
background-color css
<style>
a { background-color: #996166; }
a { background-color: rgb(153,97,102); }
div.DivClassName
{
background-color: #996166;
}
.BgClassName
{
background-color: #996166;
}
</style>
border-color css
<style>
span { border-color: #996166; }
span { border-color: rgb(153,97,102); }
td.TdClassName
{
border-color: #996166;
}
.TagClassName
{
border-color: #996166;
}
</style>