Shades of Mauve Taupe #996872
Tints of Mauve Taupe #996872
RGB
CMYK
RGB Variations
Color information
#996872 (or 0x996872) is known color: Mauve Taupe. HEX triplet: 99, 68 and 72. RGB value is (153,104,114). Sum of RGB (Red+Green+Blue) = 153+104+114=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #996872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996872 is #66978D. Grayscale: #777777. Windows color (decimal): -6723470 or 7497881. OLE color: 7497881.
HSL color Cylindrical-coordinate representation of color #996872: hue angle of 347.76º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #996872 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 114 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.4 |
| HSL | 347.76º | 0.19% | 0.5% | - |
| HSV(B) | 347.76º | 0.32% | 0.6% | - |
| XYZ | 21.12 | 17.89 | 18.26 | - |
| YUV | 119.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 114 | 0 | 0.32 | 0.25 | 0.4 | 347.76 | 0.19 | 0.5 |
| Hex | 99 | 68 | 72 | 0 | 20 | 19 | 28 | 15C | 13 | 32 |
| Octal | 231 | 150 | 162 | 0 | 40 | 31 | 50 | 534 | 23 | 62 |
| Binary | 10011001 | 1101000 | 1110010 | 0 | 100000 | 11001 | 101000 | 101011100 | 10011 | 110010 |
Color Harmonies of #996872
Complementary color
Monochromatic Colors of #996872
Black with #996872
Text Example
Text Example
White with #996872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996872; }
p { color: rgb(153,104,114); }
H1.HeaderClassName
{
color: #996872;
}
.AnyTagClassName
{
color: #996872;
}
</style>
background-color css
<style>
a { background-color: #996872; }
a { background-color: rgb(153,104,114); }
div.DivClassName
{
background-color: #996872;
}
.BgClassName
{
background-color: #996872;
}
</style>
border-color css
<style>
span { border-color: #996872; }
span { border-color: rgb(153,104,114); }
td.TdClassName
{
border-color: #996872;
}
.TagClassName
{
border-color: #996872;
}
</style>