Shades of Mauve Taupe #9B6479
Tints of Mauve Taupe #9B6479
RGB
CMYK
RGB Variations
Color information
#9B6479 (or 0x9B6479) is known color: Mauve Taupe. HEX triplet: 9B, 64 and 79. RGB value is (155,100,121). Sum of RGB (Red+Green+Blue) = 155+100+121=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6479 is #649B86. Grayscale: #767676. Windows color (decimal): -6593415 or 7955611. OLE color: 7955611.
HSL color Cylindrical-coordinate representation of color #9B6479: hue angle of 337.09º degrees, saturation: 0.22, 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 #9B6479 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 100 | 121 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.39 |
| HSL | 337.09º | 0.22% | 0.5% | - |
| HSV(B) | 337.09º | 0.35% | 0.61% | - |
| XYZ | 21.53 | 17.46 | 20.33 | - |
| YUV | 118.84 | 129.22 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 100 | 121 | 0 | 0.35 | 0.22 | 0.39 | 337.09 | 0.22 | 0.5 |
| Hex | 9B | 64 | 79 | 0 | 23 | 16 | 27 | 151 | 16 | 32 |
| Octal | 233 | 144 | 171 | 0 | 43 | 26 | 47 | 521 | 26 | 62 |
| Binary | 10011011 | 1100100 | 1111001 | 0 | 100011 | 10110 | 100111 | 101010001 | 10110 | 110010 |
Color Harmonies of #9B6479
Complementary color
Monochromatic Colors of #9B6479
Black with #9B6479
Text Example
Text Example
White with #9B6479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6479; }
p { color: rgb(155,100,121); }
H1.HeaderClassName
{
color: #9B6479;
}
.AnyTagClassName
{
color: #9B6479;
}
</style>
background-color css
<style>
a { background-color: #9B6479; }
a { background-color: rgb(155,100,121); }
div.DivClassName
{
background-color: #9B6479;
}
.BgClassName
{
background-color: #9B6479;
}
</style>
border-color css
<style>
span { border-color: #9B6479; }
span { border-color: rgb(155,100,121); }
td.TdClassName
{
border-color: #9B6479;
}
.TagClassName
{
border-color: #9B6479;
}
</style>