Shades of Mauve Taupe #996A79
Tints of Mauve Taupe #996A79
RGB
CMYK
RGB Variations
Color information
#996A79 (or 0x996A79) is known color: Mauve Taupe. HEX triplet: 99, 6A and 79. RGB value is (153,106,121). Sum of RGB (Red+Green+Blue) = 153+106+121=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #996A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A79 is #669586. Grayscale: #797979. Windows color (decimal): -6722951 or 7957145. OLE color: 7957145.
HSL color Cylindrical-coordinate representation of color #996A79: hue angle of 340.85º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #996A79 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 106 | 121 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.4 |
| HSL | 340.85º | 0.19% | 0.51% | - |
| HSV(B) | 340.85º | 0.31% | 0.6% | - |
| XYZ | 21.74 | 18.46 | 20.51 | - |
| YUV | 121.76 | 127.57 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 121 | 0 | 0.31 | 0.21 | 0.4 | 340.85 | 0.19 | 0.51 |
| Hex | 99 | 6A | 79 | 0 | 1F | 15 | 28 | 155 | 13 | 33 |
| Octal | 231 | 152 | 171 | 0 | 37 | 25 | 50 | 525 | 23 | 63 |
| Binary | 10011001 | 1101010 | 1111001 | 0 | 11111 | 10101 | 101000 | 101010101 | 10011 | 110011 |
Color Harmonies of #996A79
Complementary color
Monochromatic Colors of #996A79
Black with #996A79
Text Example
Text Example
White with #996A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996A79; }
p { color: rgb(153,106,121); }
H1.HeaderClassName
{
color: #996A79;
}
.AnyTagClassName
{
color: #996A79;
}
</style>
background-color css
<style>
a { background-color: #996A79; }
a { background-color: rgb(153,106,121); }
div.DivClassName
{
background-color: #996A79;
}
.BgClassName
{
background-color: #996A79;
}
</style>
border-color css
<style>
span { border-color: #996A79; }
span { border-color: rgb(153,106,121); }
td.TdClassName
{
border-color: #996A79;
}
.TagClassName
{
border-color: #996A79;
}
</style>