Shades of Mauve Taupe #996371
Tints of Mauve Taupe #996371
RGB
CMYK
RGB Variations
Color information
#996371 (or 0x996371) is known color: Mauve Taupe. HEX triplet: 99, 63 and 71. RGB value is (153,99,113). Sum of RGB (Red+Green+Blue) = 153+99+113=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #996371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996371 is #669C8E. Grayscale: #747474. Windows color (decimal): -6724751 or 7431065. OLE color: 7431065.
HSL color Cylindrical-coordinate representation of color #996371: hue angle of 344.44º 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 #996371 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 99 | 113 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.4 |
| HSL | 344.44º | 0.21% | 0.49% | - |
| HSV(B) | 344.44º | 0.35% | 0.6% | - |
| XYZ | 20.58 | 16.89 | 17.8 | - |
| YUV | 116.74 | 125.89 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 113 | 0 | 0.35 | 0.26 | 0.4 | 344.44 | 0.21 | 0.49 |
| Hex | 99 | 63 | 71 | 0 | 23 | 1A | 28 | 158 | 15 | 31 |
| Octal | 231 | 143 | 161 | 0 | 43 | 32 | 50 | 530 | 25 | 61 |
| Binary | 10011001 | 1100011 | 1110001 | 0 | 100011 | 11010 | 101000 | 101011000 | 10101 | 110001 |
Color Harmonies of #996371
Complementary color
Monochromatic Colors of #996371
Black with #996371
Text Example
Text Example
White with #996371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996371; }
p { color: rgb(153,99,113); }
H1.HeaderClassName
{
color: #996371;
}
.AnyTagClassName
{
color: #996371;
}
</style>
background-color css
<style>
a { background-color: #996371; }
a { background-color: rgb(153,99,113); }
div.DivClassName
{
background-color: #996371;
}
.BgClassName
{
background-color: #996371;
}
</style>
border-color css
<style>
span { border-color: #996371; }
span { border-color: rgb(153,99,113); }
td.TdClassName
{
border-color: #996371;
}
.TagClassName
{
border-color: #996371;
}
</style>