Shades of Mauve Taupe #996A76
Tints of Mauve Taupe #996A76
RGB
CMYK
RGB Variations
Color information
#996A76 (or 0x996A76) is known color: Mauve Taupe. HEX triplet: 99, 6A and 76. RGB value is (153,106,118). Sum of RGB (Red+Green+Blue) = 153+106+118=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #996A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A76 is #669589. Grayscale: #797979. Windows color (decimal): -6722954 or 7760537. OLE color: 7760537.
HSL color Cylindrical-coordinate representation of color #996A76: hue angle of 344.68º 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 #996A76 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 106 | 118 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.4 |
| HSL | 344.68º | 0.19% | 0.51% | - |
| HSV(B) | 344.68º | 0.31% | 0.6% | - |
| XYZ | 21.56 | 18.39 | 19.55 | - |
| YUV | 121.42 | 126.07 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 118 | 0 | 0.31 | 0.23 | 0.4 | 344.68 | 0.19 | 0.51 |
| Hex | 99 | 6A | 76 | 0 | 1F | 17 | 28 | 159 | 13 | 33 |
| Octal | 231 | 152 | 166 | 0 | 37 | 27 | 50 | 531 | 23 | 63 |
| Binary | 10011001 | 1101010 | 1110110 | 0 | 11111 | 10111 | 101000 | 101011001 | 10011 | 110011 |
Color Harmonies of #996A76
Complementary color
Monochromatic Colors of #996A76
Black with #996A76
Text Example
Text Example
White with #996A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996A76; }
p { color: rgb(153,106,118); }
H1.HeaderClassName
{
color: #996A76;
}
.AnyTagClassName
{
color: #996A76;
}
</style>
background-color css
<style>
a { background-color: #996A76; }
a { background-color: rgb(153,106,118); }
div.DivClassName
{
background-color: #996A76;
}
.BgClassName
{
background-color: #996A76;
}
</style>
border-color css
<style>
span { border-color: #996A76; }
span { border-color: rgb(153,106,118); }
td.TdClassName
{
border-color: #996A76;
}
.TagClassName
{
border-color: #996A76;
}
</style>