Shades of Mauve Taupe #975A6D
Tints of Mauve Taupe #975A6D
RGB
CMYK
RGB Variations
Color information
#975A6D (or 0x975A6D) is known color: Mauve Taupe. HEX triplet: 97, 5A and 6D. RGB value is (151,90,109). Sum of RGB (Red+Green+Blue) = 151+90+109=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 151 - color contains mainly: red. Hex color #975A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975A6D is #68A592. Grayscale: #6E6E6E. Windows color (decimal): -6858131 or 7166615. OLE color: 7166615.
HSL color Cylindrical-coordinate representation of color #975A6D: hue angle of 341.31º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #975A6D is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 90 | 109 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.41 |
| HSL | 341.31º | 0.25% | 0.47% | - |
| HSV(B) | 341.31º | 0.4% | 0.59% | - |
| XYZ | 19.18 | 15 | 16.35 | - |
| YUV | 110.41 | 127.21 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 90 | 109 | 0 | 0.40 | 0.28 | 0.41 | 341.31 | 0.25 | 0.47 |
| Hex | 97 | 5A | 6D | 0 | 28 | 1C | 29 | 155 | 19 | 2F |
| Octal | 227 | 132 | 155 | 0 | 50 | 34 | 51 | 525 | 31 | 57 |
| Binary | 10010111 | 1011010 | 1101101 | 0 | 101000 | 11100 | 101001 | 101010101 | 11001 | 101111 |
Color Harmonies of #975A6D
Complementary color
Monochromatic Colors of #975A6D
Black with #975A6D
Text Example
Text Example
White with #975A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975A6D; }
p { color: rgb(151,90,109); }
H1.HeaderClassName
{
color: #975A6D;
}
.AnyTagClassName
{
color: #975A6D;
}
</style>
background-color css
<style>
a { background-color: #975A6D; }
a { background-color: rgb(151,90,109); }
div.DivClassName
{
background-color: #975A6D;
}
.BgClassName
{
background-color: #975A6D;
}
</style>
border-color css
<style>
span { border-color: #975A6D; }
span { border-color: rgb(151,90,109); }
td.TdClassName
{
border-color: #975A6D;
}
.TagClassName
{
border-color: #975A6D;
}
</style>