Shades of Mauve Taupe #976366
Tints of Mauve Taupe #976366
RGB
CMYK
RGB Variations
Color information
#976366 (or 0x976366) is known color: Mauve Taupe. HEX triplet: 97, 63 and 66. RGB value is (151,99,102). Sum of RGB (Red+Green+Blue) = 151+99+102=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 151 - color contains mainly: red. Hex color #976366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976366 is #689C99. Grayscale: #727272. Windows color (decimal): -6855834 or 6710167. OLE color: 6710167.
HSL color Cylindrical-coordinate representation of color #976366: hue angle of 356.54º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #976366 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 99 | 102 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.41 |
| HSL | 356.54º | 0.21% | 0.49% | - |
| HSV(B) | 356.54º | 0.34% | 0.59% | - |
| XYZ | 19.62 | 16.46 | 14.71 | - |
| YUV | 114.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 99 | 102 | 0 | 0.34 | 0.32 | 0.41 | 356.54 | 0.21 | 0.49 |
| Hex | 97 | 63 | 66 | 0 | 22 | 20 | 29 | 165 | 15 | 31 |
| Octal | 227 | 143 | 146 | 0 | 42 | 40 | 51 | 545 | 25 | 61 |
| Binary | 10010111 | 1100011 | 1100110 | 0 | 100010 | 100000 | 101001 | 101100101 | 10101 | 110001 |
Color Harmonies of #976366
Complementary color
Monochromatic Colors of #976366
Black with #976366
Text Example
Text Example
White with #976366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976366; }
p { color: rgb(151,99,102); }
H1.HeaderClassName
{
color: #976366;
}
.AnyTagClassName
{
color: #976366;
}
</style>
background-color css
<style>
a { background-color: #976366; }
a { background-color: rgb(151,99,102); }
div.DivClassName
{
background-color: #976366;
}
.BgClassName
{
background-color: #976366;
}
</style>
border-color css
<style>
span { border-color: #976366; }
span { border-color: rgb(151,99,102); }
td.TdClassName
{
border-color: #976366;
}
.TagClassName
{
border-color: #976366;
}
</style>