Shades of Mauve Taupe #9B606A
Tints of Mauve Taupe #9B606A
RGB
CMYK
RGB Variations
Color information
#9B606A (or 0x9B606A) is known color: Mauve Taupe. HEX triplet: 9B, 60 and 6A. RGB value is (155,96,106). Sum of RGB (Red+Green+Blue) = 155+96+106=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 155 - color contains mainly: red. Hex color #9B606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B606A is #649F95. Grayscale: #727272. Windows color (decimal): -6594454 or 6971547. OLE color: 6971547.
HSL color Cylindrical-coordinate representation of color #9B606A: hue angle of 349.83º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B606A is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 96 | 106 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.39 |
| HSL | 349.83º | 0.24% | 0.49% | - |
| HSV(B) | 349.83º | 0.38% | 0.61% | - |
| XYZ | 20.3 | 16.37 | 15.73 | - |
| YUV | 114.78 | 123.05 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 96 | 106 | 0 | 0.38 | 0.32 | 0.39 | 349.83 | 0.24 | 0.49 |
| Hex | 9B | 60 | 6A | 0 | 26 | 20 | 27 | 15E | 18 | 31 |
| Octal | 233 | 140 | 152 | 0 | 46 | 40 | 47 | 536 | 30 | 61 |
| Binary | 10011011 | 1100000 | 1101010 | 0 | 100110 | 100000 | 100111 | 101011110 | 11000 | 110001 |
Color Harmonies of #9B606A
Complementary color
Monochromatic Colors of #9B606A
Black with #9B606A
Text Example
Text Example
White with #9B606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B606A; }
p { color: rgb(155,96,106); }
H1.HeaderClassName
{
color: #9B606A;
}
.AnyTagClassName
{
color: #9B606A;
}
</style>
background-color css
<style>
a { background-color: #9B606A; }
a { background-color: rgb(155,96,106); }
div.DivClassName
{
background-color: #9B606A;
}
.BgClassName
{
background-color: #9B606A;
}
</style>
border-color css
<style>
span { border-color: #9B606A; }
span { border-color: rgb(155,96,106); }
td.TdClassName
{
border-color: #9B606A;
}
.TagClassName
{
border-color: #9B606A;
}
</style>