Shades of Mauve Taupe #9D6270
Tints of Mauve Taupe #9D6270
RGB
CMYK
RGB Variations
Color information
#9D6270 (or 0x9D6270) is known color: Mauve Taupe. HEX triplet: 9D, 62 and 70. RGB value is (157,98,112). Sum of RGB (Red+Green+Blue) = 157+98+112=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6270 is #629D8F. Grayscale: #757575. Windows color (decimal): -6462864 or 7365277. OLE color: 7365277.
HSL color Cylindrical-coordinate representation of color #9D6270: hue angle of 345.76º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D6270 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 98 | 112 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.38 |
| HSL | 345.76º | 0.23% | 0.5% | - |
| HSV(B) | 345.76º | 0.38% | 0.62% | - |
| XYZ | 21.2 | 17.07 | 17.51 | - |
| YUV | 117.24 | 125.05 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 98 | 112 | 0 | 0.38 | 0.29 | 0.38 | 345.76 | 0.23 | 0.5 |
| Hex | 9D | 62 | 70 | 0 | 26 | 1D | 26 | 15A | 17 | 32 |
| Octal | 235 | 142 | 160 | 0 | 46 | 35 | 46 | 532 | 27 | 62 |
| Binary | 10011101 | 1100010 | 1110000 | 0 | 100110 | 11101 | 100110 | 101011010 | 10111 | 110010 |
Color Harmonies of #9D6270
Complementary color
Monochromatic Colors of #9D6270
Black with #9D6270
Text Example
Text Example
White with #9D6270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6270; }
p { color: rgb(157,98,112); }
H1.HeaderClassName
{
color: #9D6270;
}
.AnyTagClassName
{
color: #9D6270;
}
</style>
background-color css
<style>
a { background-color: #9D6270; }
a { background-color: rgb(157,98,112); }
div.DivClassName
{
background-color: #9D6270;
}
.BgClassName
{
background-color: #9D6270;
}
</style>
border-color css
<style>
span { border-color: #9D6270; }
span { border-color: rgb(157,98,112); }
td.TdClassName
{
border-color: #9D6270;
}
.TagClassName
{
border-color: #9D6270;
}
</style>