Shades of Mauve Taupe #996873
Tints of Mauve Taupe #996873
RGB
CMYK
RGB Variations
Color information
#996873 (or 0x996873) is known color: Mauve Taupe. HEX triplet: 99, 68 and 73. RGB value is (153,104,115). Sum of RGB (Red+Green+Blue) = 153+104+115=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #996873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996873 is #66978C. Grayscale: #777777. Windows color (decimal): -6723469 or 7563417. OLE color: 7563417.
HSL color Cylindrical-coordinate representation of color #996873: hue angle of 346.53º 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 #996873 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 115 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.4 |
| HSL | 346.53º | 0.19% | 0.5% | - |
| HSV(B) | 346.53º | 0.32% | 0.6% | - |
| XYZ | 21.18 | 17.91 | 18.56 | - |
| YUV | 119.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 115 | 0 | 0.32 | 0.25 | 0.4 | 346.53 | 0.19 | 0.5 |
| Hex | 99 | 68 | 73 | 0 | 20 | 19 | 28 | 15B | 13 | 32 |
| Octal | 231 | 150 | 163 | 0 | 40 | 31 | 50 | 533 | 23 | 62 |
| Binary | 10011001 | 1101000 | 1110011 | 0 | 100000 | 11001 | 101000 | 101011011 | 10011 | 110010 |
Color Harmonies of #996873
Complementary color
Monochromatic Colors of #996873
Black with #996873
Text Example
Text Example
White with #996873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996873; }
p { color: rgb(153,104,115); }
H1.HeaderClassName
{
color: #996873;
}
.AnyTagClassName
{
color: #996873;
}
</style>
background-color css
<style>
a { background-color: #996873; }
a { background-color: rgb(153,104,115); }
div.DivClassName
{
background-color: #996873;
}
.BgClassName
{
background-color: #996873;
}
</style>
border-color css
<style>
span { border-color: #996873; }
span { border-color: rgb(153,104,115); }
td.TdClassName
{
border-color: #996873;
}
.TagClassName
{
border-color: #996873;
}
</style>