Shades of Mauve Taupe #9B5D70
Tints of Mauve Taupe #9B5D70
RGB
CMYK
RGB Variations
Color information
#9B5D70 (or 0x9B5D70) is known color: Mauve Taupe. HEX triplet: 9B, 5D and 70. RGB value is (155,93,112). Sum of RGB (Red+Green+Blue) = 155+93+112=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5D70 is #64A28F. Grayscale: #717171. Windows color (decimal): -6595216 or 7363995. OLE color: 7363995.
HSL color Cylindrical-coordinate representation of color #9B5D70: hue angle of 341.61º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B5D70 is Cyan = 0, Magento = 0.4, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 93 | 112 | - |
| CMYK | 0 | 0.4 | 0.28 | 0.39 |
| HSL | 341.61º | 0.25% | 0.49% | - |
| HSV(B) | 341.61º | 0.4% | 0.61% | - |
| XYZ | 20.36 | 15.97 | 17.34 | - |
| YUV | 113.7 | 127.04 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 93 | 112 | 0 | 0.4 | 0.28 | 0.39 | 341.61 | 0.25 | 0.49 |
| Hex | 9B | 5D | 70 | 0 | 28 | 1C | 27 | 156 | 19 | 31 |
| Octal | 233 | 135 | 160 | 0 | 50 | 34 | 47 | 526 | 31 | 61 |
| Binary | 10011011 | 1011101 | 1110000 | 0 | 101000 | 11100 | 100111 | 101010110 | 11001 | 110001 |
Color Harmonies of #9B5D70
Complementary color
Monochromatic Colors of #9B5D70
Black with #9B5D70
Text Example
Text Example
White with #9B5D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5D70; }
p { color: rgb(155,93,112); }
H1.HeaderClassName
{
color: #9B5D70;
}
.AnyTagClassName
{
color: #9B5D70;
}
</style>
background-color css
<style>
a { background-color: #9B5D70; }
a { background-color: rgb(155,93,112); }
div.DivClassName
{
background-color: #9B5D70;
}
.BgClassName
{
background-color: #9B5D70;
}
</style>
border-color css
<style>
span { border-color: #9B5D70; }
span { border-color: rgb(155,93,112); }
td.TdClassName
{
border-color: #9B5D70;
}
.TagClassName
{
border-color: #9B5D70;
}
</style>