Shades of Mauve Taupe #9B586E
Tints of Mauve Taupe #9B586E
RGB
CMYK
RGB Variations
Color information
#9B586E (or 0x9B586E) is known color: Mauve Taupe. HEX triplet: 9B, 58 and 6E. RGB value is (155,88,110). Sum of RGB (Red+Green+Blue) = 155+88+110=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B586E is #64A791. Grayscale: #6E6E6E. Windows color (decimal): -6596498 or 7231643. OLE color: 7231643.
HSL color Cylindrical-coordinate representation of color #9B586E: hue angle of 340.3º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B586E is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 88 | 110 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.39 |
| HSL | 340.3º | 0.28% | 0.48% | - |
| HSV(B) | 340.3º | 0.43% | 0.61% | - |
| XYZ | 19.82 | 15.07 | 16.62 | - |
| YUV | 110.54 | 127.7 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 88 | 110 | 0 | 0.43 | 0.29 | 0.39 | 340.3 | 0.28 | 0.48 |
| Hex | 9B | 58 | 6E | 0 | 2B | 1D | 27 | 154 | 1C | 30 |
| Octal | 233 | 130 | 156 | 0 | 53 | 35 | 47 | 524 | 34 | 60 |
| Binary | 10011011 | 1011000 | 1101110 | 0 | 101011 | 11101 | 100111 | 101010100 | 11100 | 110000 |
Color Harmonies of #9B586E
Complementary color
Monochromatic Colors of #9B586E
Black with #9B586E
Text Example
Text Example
White with #9B586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B586E; }
p { color: rgb(155,88,110); }
H1.HeaderClassName
{
color: #9B586E;
}
.AnyTagClassName
{
color: #9B586E;
}
</style>
background-color css
<style>
a { background-color: #9B586E; }
a { background-color: rgb(155,88,110); }
div.DivClassName
{
background-color: #9B586E;
}
.BgClassName
{
background-color: #9B586E;
}
</style>
border-color css
<style>
span { border-color: #9B586E; }
span { border-color: rgb(155,88,110); }
td.TdClassName
{
border-color: #9B586E;
}
.TagClassName
{
border-color: #9B586E;
}
</style>