Shades of Mauve Taupe #9B6371
Tints of Mauve Taupe #9B6371
RGB
CMYK
RGB Variations
Color information
#9B6371 (or 0x9B6371) is known color: Mauve Taupe. HEX triplet: 9B, 63 and 71. RGB value is (155,99,113). Sum of RGB (Red+Green+Blue) = 155+99+113=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6371 is #649C8E. Grayscale: #757575. Windows color (decimal): -6593679 or 7431067. OLE color: 7431067.
HSL color Cylindrical-coordinate representation of color #9B6371: hue angle of 345º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B6371 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 99 | 113 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.39 |
| HSL | 345º | 0.22% | 0.5% | - |
| HSV(B) | 345º | 0.36% | 0.61% | - |
| XYZ | 20.96 | 17.08 | 17.82 | - |
| YUV | 117.34 | 125.55 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 99 | 113 | 0 | 0.36 | 0.27 | 0.39 | 345 | 0.22 | 0.5 |
| Hex | 9B | 63 | 71 | 0 | 24 | 1B | 27 | 159 | 16 | 32 |
| Octal | 233 | 143 | 161 | 0 | 44 | 33 | 47 | 531 | 26 | 62 |
| Binary | 10011011 | 1100011 | 1110001 | 0 | 100100 | 11011 | 100111 | 101011001 | 10110 | 110010 |
Color Harmonies of #9B6371
Complementary color
Monochromatic Colors of #9B6371
Black with #9B6371
Text Example
Text Example
White with #9B6371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6371; }
p { color: rgb(155,99,113); }
H1.HeaderClassName
{
color: #9B6371;
}
.AnyTagClassName
{
color: #9B6371;
}
</style>
background-color css
<style>
a { background-color: #9B6371; }
a { background-color: rgb(155,99,113); }
div.DivClassName
{
background-color: #9B6371;
}
.BgClassName
{
background-color: #9B6371;
}
</style>
border-color css
<style>
span { border-color: #9B6371; }
span { border-color: rgb(155,99,113); }
td.TdClassName
{
border-color: #9B6371;
}
.TagClassName
{
border-color: #9B6371;
}
</style>