Shades of Mauve Taupe #996373
Tints of Mauve Taupe #996373
RGB
CMYK
RGB Variations
Color information
#996373 (or 0x996373) is known color: Mauve Taupe. HEX triplet: 99, 63 and 73. RGB value is (153,99,115). Sum of RGB (Red+Green+Blue) = 153+99+115=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #996373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996373 is #669C8C. Grayscale: #747474. Windows color (decimal): -6724749 or 7562137. OLE color: 7562137.
HSL color Cylindrical-coordinate representation of color #996373: hue angle of 342.22º 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 #996373 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 99 | 115 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.4 |
| HSL | 342.22º | 0.21% | 0.49% | - |
| HSV(B) | 342.22º | 0.35% | 0.6% | - |
| XYZ | 20.69 | 16.93 | 18.4 | - |
| YUV | 116.97 | 126.89 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 115 | 0 | 0.35 | 0.25 | 0.4 | 342.22 | 0.21 | 0.49 |
| Hex | 99 | 63 | 73 | 0 | 23 | 19 | 28 | 156 | 15 | 31 |
| Octal | 231 | 143 | 163 | 0 | 43 | 31 | 50 | 526 | 25 | 61 |
| Binary | 10011001 | 1100011 | 1110011 | 0 | 100011 | 11001 | 101000 | 101010110 | 10101 | 110001 |
Color Harmonies of #996373
Complementary color
Monochromatic Colors of #996373
Black with #996373
Text Example
Text Example
White with #996373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996373; }
p { color: rgb(153,99,115); }
H1.HeaderClassName
{
color: #996373;
}
.AnyTagClassName
{
color: #996373;
}
</style>
background-color css
<style>
a { background-color: #996373; }
a { background-color: rgb(153,99,115); }
div.DivClassName
{
background-color: #996373;
}
.BgClassName
{
background-color: #996373;
}
</style>
border-color css
<style>
span { border-color: #996373; }
span { border-color: rgb(153,99,115); }
td.TdClassName
{
border-color: #996373;
}
.TagClassName
{
border-color: #996373;
}
</style>