Shades of Mauve Taupe #996076
Tints of Mauve Taupe #996076
RGB
CMYK
RGB Variations
Color information
#996076 (or 0x996076) is known color: Mauve Taupe. HEX triplet: 99, 60 and 76. RGB value is (153,96,118). Sum of RGB (Red+Green+Blue) = 153+96+118=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #996076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996076 is #669F89. Grayscale: #737373. Windows color (decimal): -6725514 or 7757977. OLE color: 7757977.
HSL color Cylindrical-coordinate representation of color #996076: hue angle of 336.84º 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 #996076 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 96 | 118 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.4 |
| HSL | 336.84º | 0.23% | 0.49% | - |
| HSV(B) | 336.84º | 0.37% | 0.6% | - |
| XYZ | 20.59 | 16.45 | 19.23 | - |
| YUV | 115.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 118 | 0 | 0.37 | 0.23 | 0.4 | 336.84 | 0.23 | 0.49 |
| Hex | 99 | 60 | 76 | 0 | 25 | 17 | 28 | 151 | 17 | 31 |
| Octal | 231 | 140 | 166 | 0 | 45 | 27 | 50 | 521 | 27 | 61 |
| Binary | 10011001 | 1100000 | 1110110 | 0 | 100101 | 10111 | 101000 | 101010001 | 10111 | 110001 |
Color Harmonies of #996076
Complementary color
Monochromatic Colors of #996076
Black with #996076
Text Example
Text Example
White with #996076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996076; }
p { color: rgb(153,96,118); }
H1.HeaderClassName
{
color: #996076;
}
.AnyTagClassName
{
color: #996076;
}
</style>
background-color css
<style>
a { background-color: #996076; }
a { background-color: rgb(153,96,118); }
div.DivClassName
{
background-color: #996076;
}
.BgClassName
{
background-color: #996076;
}
</style>
border-color css
<style>
span { border-color: #996076; }
span { border-color: rgb(153,96,118); }
td.TdClassName
{
border-color: #996076;
}
.TagClassName
{
border-color: #996076;
}
</style>