Shades of Mauve Taupe #9D6471
Tints of Mauve Taupe #9D6471
RGB
CMYK
RGB Variations
Color information
#9D6471 (or 0x9D6471) is known color: Mauve Taupe. HEX triplet: 9D, 64 and 71. RGB value is (157,100,113). Sum of RGB (Red+Green+Blue) = 157+100+113=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6471 is #629B8E. Grayscale: #767676. Windows color (decimal): -6462351 or 7431325. OLE color: 7431325.
HSL color Cylindrical-coordinate representation of color #9D6471: hue angle of 346.32º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D6471 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 100 | 113 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.38 |
| HSL | 346.32º | 0.23% | 0.5% | - |
| HSV(B) | 346.32º | 0.36% | 0.62% | - |
| XYZ | 21.44 | 17.47 | 17.87 | - |
| YUV | 118.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 100 | 113 | 0 | 0.36 | 0.28 | 0.38 | 346.32 | 0.23 | 0.5 |
| Hex | 9D | 64 | 71 | 0 | 24 | 1C | 26 | 15A | 17 | 32 |
| Octal | 235 | 144 | 161 | 0 | 44 | 34 | 46 | 532 | 27 | 62 |
| Binary | 10011101 | 1100100 | 1110001 | 0 | 100100 | 11100 | 100110 | 101011010 | 10111 | 110010 |
Color Harmonies of #9D6471
Complementary color
Monochromatic Colors of #9D6471
Black with #9D6471
Text Example
Text Example
White with #9D6471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6471; }
p { color: rgb(157,100,113); }
H1.HeaderClassName
{
color: #9D6471;
}
.AnyTagClassName
{
color: #9D6471;
}
</style>
background-color css
<style>
a { background-color: #9D6471; }
a { background-color: rgb(157,100,113); }
div.DivClassName
{
background-color: #9D6471;
}
.BgClassName
{
background-color: #9D6471;
}
</style>
border-color css
<style>
span { border-color: #9D6471; }
span { border-color: rgb(157,100,113); }
td.TdClassName
{
border-color: #9D6471;
}
.TagClassName
{
border-color: #9D6471;
}
</style>