Shades of Mauve Taupe #976370
Tints of Mauve Taupe #976370
RGB
CMYK
RGB Variations
Color information
#976370 (or 0x976370) is known color: Mauve Taupe. HEX triplet: 97, 63 and 70. RGB value is (151,99,112). Sum of RGB (Red+Green+Blue) = 151+99+112=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 151 - color contains mainly: red. Hex color #976370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976370 is #689C8F. Grayscale: #747474. Windows color (decimal): -6855824 or 7365527. OLE color: 7365527.
HSL color Cylindrical-coordinate representation of color #976370: hue angle of 345º 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 #976370 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 99 | 112 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.41 |
| HSL | 345º | 0.21% | 0.49% | - |
| HSV(B) | 345º | 0.34% | 0.59% | - |
| XYZ | 20.15 | 16.67 | 17.49 | - |
| YUV | 116.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 99 | 112 | 0 | 0.34 | 0.26 | 0.41 | 345 | 0.21 | 0.49 |
| Hex | 97 | 63 | 70 | 0 | 22 | 1A | 29 | 159 | 15 | 31 |
| Octal | 227 | 143 | 160 | 0 | 42 | 32 | 51 | 531 | 25 | 61 |
| Binary | 10010111 | 1100011 | 1110000 | 0 | 100010 | 11010 | 101001 | 101011001 | 10101 | 110001 |
Color Harmonies of #976370
Complementary color
Monochromatic Colors of #976370
Black with #976370
Text Example
Text Example
White with #976370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976370; }
p { color: rgb(151,99,112); }
H1.HeaderClassName
{
color: #976370;
}
.AnyTagClassName
{
color: #976370;
}
</style>
background-color css
<style>
a { background-color: #976370; }
a { background-color: rgb(151,99,112); }
div.DivClassName
{
background-color: #976370;
}
.BgClassName
{
background-color: #976370;
}
</style>
border-color css
<style>
span { border-color: #976370; }
span { border-color: rgb(151,99,112); }
td.TdClassName
{
border-color: #976370;
}
.TagClassName
{
border-color: #976370;
}
</style>