Shades of Mauve Taupe #996071
Tints of Mauve Taupe #996071
RGB
CMYK
RGB Variations
Color information
#996071 (or 0x996071) is known color: Mauve Taupe. HEX triplet: 99, 60 and 71. RGB value is (153,96,113). Sum of RGB (Red+Green+Blue) = 153+96+113=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #996071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996071 is #669F8E. Grayscale: #727272. Windows color (decimal): -6725519 or 7430297. OLE color: 7430297.
HSL color Cylindrical-coordinate representation of color #996071: hue angle of 342.11º degrees, saturation: 0.23, 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 #996071 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 96 | 113 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.4 |
| HSL | 342.11º | 0.23% | 0.49% | - |
| HSV(B) | 342.11º | 0.37% | 0.6% | - |
| XYZ | 20.3 | 16.33 | 17.7 | - |
| YUV | 114.98 | 126.88 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 113 | 0 | 0.37 | 0.26 | 0.4 | 342.11 | 0.23 | 0.49 |
| Hex | 99 | 60 | 71 | 0 | 25 | 1A | 28 | 156 | 17 | 31 |
| Octal | 231 | 140 | 161 | 0 | 45 | 32 | 50 | 526 | 27 | 61 |
| Binary | 10011001 | 1100000 | 1110001 | 0 | 100101 | 11010 | 101000 | 101010110 | 10111 | 110001 |
Color Harmonies of #996071
Complementary color
Monochromatic Colors of #996071
Black with #996071
Text Example
Text Example
White with #996071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996071; }
p { color: rgb(153,96,113); }
H1.HeaderClassName
{
color: #996071;
}
.AnyTagClassName
{
color: #996071;
}
</style>
background-color css
<style>
a { background-color: #996071; }
a { background-color: rgb(153,96,113); }
div.DivClassName
{
background-color: #996071;
}
.BgClassName
{
background-color: #996071;
}
</style>
border-color css
<style>
span { border-color: #996071; }
span { border-color: rgb(153,96,113); }
td.TdClassName
{
border-color: #996071;
}
.TagClassName
{
border-color: #996071;
}
</style>