Shades of Mauve Taupe #9B6071
Tints of Mauve Taupe #9B6071
RGB
CMYK
RGB Variations
Color information
#9B6071 (or 0x9B6071) is known color: Mauve Taupe. HEX triplet: 9B, 60 and 71. RGB value is (155,96,113). Sum of RGB (Red+Green+Blue) = 155+96+113=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6071 is #649F8E. Grayscale: #737373. Windows color (decimal): -6594447 or 7430299. OLE color: 7430299.
HSL color Cylindrical-coordinate representation of color #9B6071: hue angle of 342.71º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B6071 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 96 | 113 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.39 |
| HSL | 342.71º | 0.24% | 0.49% | - |
| HSV(B) | 342.71º | 0.38% | 0.61% | - |
| XYZ | 20.68 | 16.53 | 17.72 | - |
| YUV | 115.58 | 126.55 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 96 | 113 | 0 | 0.38 | 0.27 | 0.39 | 342.71 | 0.24 | 0.49 |
| Hex | 9B | 60 | 71 | 0 | 26 | 1B | 27 | 157 | 18 | 31 |
| Octal | 233 | 140 | 161 | 0 | 46 | 33 | 47 | 527 | 30 | 61 |
| Binary | 10011011 | 1100000 | 1110001 | 0 | 100110 | 11011 | 100111 | 101010111 | 11000 | 110001 |
Color Harmonies of #9B6071
Complementary color
Monochromatic Colors of #9B6071
Black with #9B6071
Text Example
Text Example
White with #9B6071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6071; }
p { color: rgb(155,96,113); }
H1.HeaderClassName
{
color: #9B6071;
}
.AnyTagClassName
{
color: #9B6071;
}
</style>
background-color css
<style>
a { background-color: #9B6071; }
a { background-color: rgb(155,96,113); }
div.DivClassName
{
background-color: #9B6071;
}
.BgClassName
{
background-color: #9B6071;
}
</style>
border-color css
<style>
span { border-color: #9B6071; }
span { border-color: rgb(155,96,113); }
td.TdClassName
{
border-color: #9B6071;
}
.TagClassName
{
border-color: #9B6071;
}
</style>