Shades of Mauve Taupe #9B6167
Tints of Mauve Taupe #9B6167
RGB
CMYK
RGB Variations
Color information
#9B6167 (or 0x9B6167) is known color: Mauve Taupe. HEX triplet: 9B, 61 and 67. RGB value is (155,97,103). Sum of RGB (Red+Green+Blue) = 155+97+103=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6167 is #649E98. Grayscale: #737373. Windows color (decimal): -6594201 or 6775195. OLE color: 6775195.
HSL color Cylindrical-coordinate representation of color #9B6167: hue angle of 353.79º 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 #9B6167 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 97 | 103 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.39 |
| HSL | 353.79º | 0.23% | 0.49% | - |
| HSV(B) | 353.79º | 0.37% | 0.61% | - |
| XYZ | 20.24 | 16.5 | 14.95 | - |
| YUV | 115.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 97 | 103 | 0 | 0.37 | 0.34 | 0.39 | 353.79 | 0.23 | 0.49 |
| Hex | 9B | 61 | 67 | 0 | 25 | 22 | 27 | 162 | 17 | 31 |
| Octal | 233 | 141 | 147 | 0 | 45 | 42 | 47 | 542 | 27 | 61 |
| Binary | 10011011 | 1100001 | 1100111 | 0 | 100101 | 100010 | 100111 | 101100010 | 10111 | 110001 |
Color Harmonies of #9B6167
Complementary color
Monochromatic Colors of #9B6167
Black with #9B6167
Text Example
Text Example
White with #9B6167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6167; }
p { color: rgb(155,97,103); }
H1.HeaderClassName
{
color: #9B6167;
}
.AnyTagClassName
{
color: #9B6167;
}
</style>
background-color css
<style>
a { background-color: #9B6167; }
a { background-color: rgb(155,97,103); }
div.DivClassName
{
background-color: #9B6167;
}
.BgClassName
{
background-color: #9B6167;
}
</style>
border-color css
<style>
span { border-color: #9B6167; }
span { border-color: rgb(155,97,103); }
td.TdClassName
{
border-color: #9B6167;
}
.TagClassName
{
border-color: #9B6167;
}
</style>