Shades of Mauve Taupe #9B6171
Tints of Mauve Taupe #9B6171
RGB
CMYK
RGB Variations
Color information
#9B6171 (or 0x9B6171) is known color: Mauve Taupe. HEX triplet: 9B, 61 and 71. RGB value is (155,97,113). Sum of RGB (Red+Green+Blue) = 155+97+113=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6171 is #649E8E. Grayscale: #747474. Windows color (decimal): -6594191 or 7430555. OLE color: 7430555.
HSL color Cylindrical-coordinate representation of color #9B6171: hue angle of 343.45º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B6171 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 97 | 113 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.39 |
| HSL | 343.45º | 0.23% | 0.49% | - |
| HSV(B) | 343.45º | 0.37% | 0.61% | - |
| XYZ | 20.77 | 16.71 | 17.75 | - |
| YUV | 116.17 | 126.22 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 97 | 113 | 0 | 0.37 | 0.27 | 0.39 | 343.45 | 0.23 | 0.49 |
| Hex | 9B | 61 | 71 | 0 | 25 | 1B | 27 | 157 | 17 | 31 |
| Octal | 233 | 141 | 161 | 0 | 45 | 33 | 47 | 527 | 27 | 61 |
| Binary | 10011011 | 1100001 | 1110001 | 0 | 100101 | 11011 | 100111 | 101010111 | 10111 | 110001 |
Color Harmonies of #9B6171
Complementary color
Monochromatic Colors of #9B6171
Black with #9B6171
Text Example
Text Example
White with #9B6171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6171; }
p { color: rgb(155,97,113); }
H1.HeaderClassName
{
color: #9B6171;
}
.AnyTagClassName
{
color: #9B6171;
}
</style>
background-color css
<style>
a { background-color: #9B6171; }
a { background-color: rgb(155,97,113); }
div.DivClassName
{
background-color: #9B6171;
}
.BgClassName
{
background-color: #9B6171;
}
</style>
border-color css
<style>
span { border-color: #9B6171; }
span { border-color: rgb(155,97,113); }
td.TdClassName
{
border-color: #9B6171;
}
.TagClassName
{
border-color: #9B6171;
}
</style>