Shades of Mauve Taupe #9B6570
Tints of Mauve Taupe #9B6570
RGB
CMYK
RGB Variations
Color information
#9B6570 (or 0x9B6570) is known color: Mauve Taupe. HEX triplet: 9B, 65 and 70. RGB value is (155,101,112). Sum of RGB (Red+Green+Blue) = 155+101+112=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6570 is #649A8F. Grayscale: #767676. Windows color (decimal): -6593168 or 7366043. OLE color: 7366043.
HSL color Cylindrical-coordinate representation of color #9B6570: hue angle of 347.78º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B6570 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 101 | 112 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.39 |
| HSL | 347.78º | 0.21% | 0.5% | - |
| HSV(B) | 347.78º | 0.35% | 0.61% | - |
| XYZ | 21.1 | 17.45 | 17.58 | - |
| YUV | 118.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 101 | 112 | 0 | 0.35 | 0.28 | 0.39 | 347.78 | 0.21 | 0.5 |
| Hex | 9B | 65 | 70 | 0 | 23 | 1C | 27 | 15C | 15 | 32 |
| Octal | 233 | 145 | 160 | 0 | 43 | 34 | 47 | 534 | 25 | 62 |
| Binary | 10011011 | 1100101 | 1110000 | 0 | 100011 | 11100 | 100111 | 101011100 | 10101 | 110010 |
Color Harmonies of #9B6570
Complementary color
Monochromatic Colors of #9B6570
Black with #9B6570
Text Example
Text Example
White with #9B6570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6570; }
p { color: rgb(155,101,112); }
H1.HeaderClassName
{
color: #9B6570;
}
.AnyTagClassName
{
color: #9B6570;
}
</style>
background-color css
<style>
a { background-color: #9B6570; }
a { background-color: rgb(155,101,112); }
div.DivClassName
{
background-color: #9B6570;
}
.BgClassName
{
background-color: #9B6570;
}
</style>
border-color css
<style>
span { border-color: #9B6570; }
span { border-color: rgb(155,101,112); }
td.TdClassName
{
border-color: #9B6570;
}
.TagClassName
{
border-color: #9B6570;
}
</style>