Shades of Mauve Taupe #996172
Tints of Mauve Taupe #996172
RGB
CMYK
RGB Variations
Color information
#996172 (or 0x996172) is known color: Mauve Taupe. HEX triplet: 99, 61 and 72. RGB value is (153,97,114). Sum of RGB (Red+Green+Blue) = 153+97+114=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #996172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996172 is #669E8D. Grayscale: #737373. Windows color (decimal): -6725262 or 7496089. OLE color: 7496089.
HSL color Cylindrical-coordinate representation of color #996172: hue angle of 341.79º 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 #996172 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 97 | 114 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.4 |
| HSL | 341.79º | 0.22% | 0.49% | - |
| HSV(B) | 341.79º | 0.37% | 0.6% | - |
| XYZ | 20.45 | 16.54 | 18.03 | - |
| YUV | 115.68 | 127.05 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 114 | 0 | 0.37 | 0.25 | 0.4 | 341.79 | 0.22 | 0.49 |
| Hex | 99 | 61 | 72 | 0 | 25 | 19 | 28 | 156 | 16 | 31 |
| Octal | 231 | 141 | 162 | 0 | 45 | 31 | 50 | 526 | 26 | 61 |
| Binary | 10011001 | 1100001 | 1110010 | 0 | 100101 | 11001 | 101000 | 101010110 | 10110 | 110001 |
Color Harmonies of #996172
Complementary color
Monochromatic Colors of #996172
Black with #996172
Text Example
Text Example
White with #996172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996172; }
p { color: rgb(153,97,114); }
H1.HeaderClassName
{
color: #996172;
}
.AnyTagClassName
{
color: #996172;
}
</style>
background-color css
<style>
a { background-color: #996172; }
a { background-color: rgb(153,97,114); }
div.DivClassName
{
background-color: #996172;
}
.BgClassName
{
background-color: #996172;
}
</style>
border-color css
<style>
span { border-color: #996172; }
span { border-color: rgb(153,97,114); }
td.TdClassName
{
border-color: #996172;
}
.TagClassName
{
border-color: #996172;
}
</style>