Shades of Mauve Taupe #9B646E
Tints of Mauve Taupe #9B646E
RGB
CMYK
RGB Variations
Color information
#9B646E (or 0x9B646E) is known color: Mauve Taupe. HEX triplet: 9B, 64 and 6E. RGB value is (155,100,110). Sum of RGB (Red+Green+Blue) = 155+100+110=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B646E is #649B91. Grayscale: #757575. Windows color (decimal): -6593426 or 7234715. OLE color: 7234715.
HSL color Cylindrical-coordinate representation of color #9B646E: hue angle of 349.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 #9B646E is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 100 | 110 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.39 |
| HSL | 349.09º | 0.22% | 0.5% | - |
| HSV(B) | 349.09º | 0.35% | 0.61% | - |
| XYZ | 20.89 | 17.21 | 16.97 | - |
| YUV | 117.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 100 | 110 | 0 | 0.35 | 0.29 | 0.39 | 349.09 | 0.22 | 0.5 |
| Hex | 9B | 64 | 6E | 0 | 23 | 1D | 27 | 15D | 16 | 32 |
| Octal | 233 | 144 | 156 | 0 | 43 | 35 | 47 | 535 | 26 | 62 |
| Binary | 10011011 | 1100100 | 1101110 | 0 | 100011 | 11101 | 100111 | 101011101 | 10110 | 110010 |
Color Harmonies of #9B646E
Complementary color
Monochromatic Colors of #9B646E
Black with #9B646E
Text Example
Text Example
White with #9B646E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B646E; }
p { color: rgb(155,100,110); }
H1.HeaderClassName
{
color: #9B646E;
}
.AnyTagClassName
{
color: #9B646E;
}
</style>
background-color css
<style>
a { background-color: #9B646E; }
a { background-color: rgb(155,100,110); }
div.DivClassName
{
background-color: #9B646E;
}
.BgClassName
{
background-color: #9B646E;
}
</style>
border-color css
<style>
span { border-color: #9B646E; }
span { border-color: rgb(155,100,110); }
td.TdClassName
{
border-color: #9B646E;
}
.TagClassName
{
border-color: #9B646E;
}
</style>