Shades of Mauve Taupe #9B6573
Tints of Mauve Taupe #9B6573
RGB
CMYK
RGB Variations
Color information
#9B6573 (or 0x9B6573) is known color: Mauve Taupe. HEX triplet: 9B, 65 and 73. RGB value is (155,101,115). Sum of RGB (Red+Green+Blue) = 155+101+115=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6573 is #649A8C. Grayscale: #767676. Windows color (decimal): -6593165 or 7562651. OLE color: 7562651.
HSL color Cylindrical-coordinate representation of color #9B6573: hue angle of 344.44º 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 #9B6573 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 101 | 115 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.39 |
| HSL | 344.44º | 0.21% | 0.5% | - |
| HSV(B) | 344.44º | 0.35% | 0.61% | - |
| XYZ | 21.27 | 17.51 | 18.48 | - |
| YUV | 118.74 | 125.89 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 101 | 115 | 0 | 0.35 | 0.26 | 0.39 | 344.44 | 0.21 | 0.5 |
| Hex | 9B | 65 | 73 | 0 | 23 | 1A | 27 | 158 | 15 | 32 |
| Octal | 233 | 145 | 163 | 0 | 43 | 32 | 47 | 530 | 25 | 62 |
| Binary | 10011011 | 1100101 | 1110011 | 0 | 100011 | 11010 | 100111 | 101011000 | 10101 | 110010 |
Color Harmonies of #9B6573
Complementary color
Monochromatic Colors of #9B6573
Black with #9B6573
Text Example
Text Example
White with #9B6573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6573; }
p { color: rgb(155,101,115); }
H1.HeaderClassName
{
color: #9B6573;
}
.AnyTagClassName
{
color: #9B6573;
}
</style>
background-color css
<style>
a { background-color: #9B6573; }
a { background-color: rgb(155,101,115); }
div.DivClassName
{
background-color: #9B6573;
}
.BgClassName
{
background-color: #9B6573;
}
</style>
border-color css
<style>
span { border-color: #9B6573; }
span { border-color: rgb(155,101,115); }
td.TdClassName
{
border-color: #9B6573;
}
.TagClassName
{
border-color: #9B6573;
}
</style>