Shades of Mauve Taupe #9B616E
Tints of Mauve Taupe #9B616E
RGB
CMYK
RGB Variations
Color information
#9B616E (or 0x9B616E) is known color: Mauve Taupe. HEX triplet: 9B, 61 and 6E. RGB value is (155,97,110). Sum of RGB (Red+Green+Blue) = 155+97+110=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 155 - color contains mainly: red. Hex color #9B616E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B616E is #649E91. Grayscale: #737373. Windows color (decimal): -6594194 or 7233947. OLE color: 7233947.
HSL color Cylindrical-coordinate representation of color #9B616E: hue angle of 346.55º 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 #9B616E is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 97 | 110 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.39 |
| HSL | 346.55º | 0.23% | 0.49% | - |
| HSV(B) | 346.55º | 0.37% | 0.61% | - |
| XYZ | 20.61 | 16.64 | 16.88 | - |
| YUV | 115.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 97 | 110 | 0 | 0.37 | 0.29 | 0.39 | 346.55 | 0.23 | 0.49 |
| Hex | 9B | 61 | 6E | 0 | 25 | 1D | 27 | 15B | 17 | 31 |
| Octal | 233 | 141 | 156 | 0 | 45 | 35 | 47 | 533 | 27 | 61 |
| Binary | 10011011 | 1100001 | 1101110 | 0 | 100101 | 11101 | 100111 | 101011011 | 10111 | 110001 |
Color Harmonies of #9B616E
Complementary color
Monochromatic Colors of #9B616E
Black with #9B616E
Text Example
Text Example
White with #9B616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B616E; }
p { color: rgb(155,97,110); }
H1.HeaderClassName
{
color: #9B616E;
}
.AnyTagClassName
{
color: #9B616E;
}
</style>
background-color css
<style>
a { background-color: #9B616E; }
a { background-color: rgb(155,97,110); }
div.DivClassName
{
background-color: #9B616E;
}
.BgClassName
{
background-color: #9B616E;
}
</style>
border-color css
<style>
span { border-color: #9B616E; }
span { border-color: rgb(155,97,110); }
td.TdClassName
{
border-color: #9B616E;
}
.TagClassName
{
border-color: #9B616E;
}
</style>