Shades of Mauve Taupe #976473
Tints of Mauve Taupe #976473
RGB
CMYK
RGB Variations
Color information
#976473 (or 0x976473) is known color: Mauve Taupe. HEX triplet: 97, 64 and 73. RGB value is (151,100,115). Sum of RGB (Red+Green+Blue) = 151+100+115=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 151 - color contains mainly: red. Hex color #976473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976473 is #689B8C. Grayscale: #747474. Windows color (decimal): -6855565 or 7562391. OLE color: 7562391.
HSL color Cylindrical-coordinate representation of color #976473: hue angle of 342.35º degrees, saturation: 0.2, 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 #976473 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 100 | 115 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.41 |
| HSL | 342.35º | 0.2% | 0.49% | - |
| HSV(B) | 342.35º | 0.34% | 0.59% | - |
| XYZ | 20.41 | 16.93 | 18.41 | - |
| YUV | 116.96 | 126.9 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 100 | 115 | 0 | 0.34 | 0.24 | 0.41 | 342.35 | 0.2 | 0.49 |
| Hex | 97 | 64 | 73 | 0 | 22 | 18 | 29 | 156 | 14 | 31 |
| Octal | 227 | 144 | 163 | 0 | 42 | 30 | 51 | 526 | 24 | 61 |
| Binary | 10010111 | 1100100 | 1110011 | 0 | 100010 | 11000 | 101001 | 101010110 | 10100 | 110001 |
Color Harmonies of #976473
Complementary color
Monochromatic Colors of #976473
Black with #976473
Text Example
Text Example
White with #976473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976473; }
p { color: rgb(151,100,115); }
H1.HeaderClassName
{
color: #976473;
}
.AnyTagClassName
{
color: #976473;
}
</style>
background-color css
<style>
a { background-color: #976473; }
a { background-color: rgb(151,100,115); }
div.DivClassName
{
background-color: #976473;
}
.BgClassName
{
background-color: #976473;
}
</style>
border-color css
<style>
span { border-color: #976473; }
span { border-color: rgb(151,100,115); }
td.TdClassName
{
border-color: #976473;
}
.TagClassName
{
border-color: #976473;
}
</style>