Shades of Mauve Taupe #9B6166
Tints of Mauve Taupe #9B6166
RGB
CMYK
RGB Variations
Color information
#9B6166 (or 0x9B6166) is known color: Mauve Taupe. HEX triplet: 9B, 61 and 66. RGB value is (155,97,102). Sum of RGB (Red+Green+Blue) = 155+97+102=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6166 is #649E99. Grayscale: #727272. Windows color (decimal): -6594202 or 6709659. OLE color: 6709659.
HSL color Cylindrical-coordinate representation of color #9B6166: hue angle of 354.83º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B6166 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 97 | 102 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.39 |
| HSL | 354.83º | 0.23% | 0.49% | - |
| HSV(B) | 354.83º | 0.37% | 0.61% | - |
| XYZ | 20.19 | 16.48 | 14.69 | - |
| YUV | 114.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 97 | 102 | 0 | 0.37 | 0.34 | 0.39 | 354.83 | 0.23 | 0.49 |
| Hex | 9B | 61 | 66 | 0 | 25 | 22 | 27 | 163 | 17 | 31 |
| Octal | 233 | 141 | 146 | 0 | 45 | 42 | 47 | 543 | 27 | 61 |
| Binary | 10011011 | 1100001 | 1100110 | 0 | 100101 | 100010 | 100111 | 101100011 | 10111 | 110001 |
Color Harmonies of #9B6166
Complementary color
Monochromatic Colors of #9B6166
Black with #9B6166
Text Example
Text Example
White with #9B6166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6166; }
p { color: rgb(155,97,102); }
H1.HeaderClassName
{
color: #9B6166;
}
.AnyTagClassName
{
color: #9B6166;
}
</style>
background-color css
<style>
a { background-color: #9B6166; }
a { background-color: rgb(155,97,102); }
div.DivClassName
{
background-color: #9B6166;
}
.BgClassName
{
background-color: #9B6166;
}
</style>
border-color css
<style>
span { border-color: #9B6166; }
span { border-color: rgb(155,97,102); }
td.TdClassName
{
border-color: #9B6166;
}
.TagClassName
{
border-color: #9B6166;
}
</style>