Shades of Mauve Taupe #9B6A7A
Tints of Mauve Taupe #9B6A7A
RGB
CMYK
RGB Variations
Color information
#9B6A7A (or 0x9B6A7A) is known color: Mauve Taupe. HEX triplet: 9B, 6A and 7A. RGB value is (155,106,122). Sum of RGB (Red+Green+Blue) = 155+106+122=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6A7A is #649585. Grayscale: #7A7A7A. Windows color (decimal): -6591878 or 8022683. OLE color: 8022683.
HSL color Cylindrical-coordinate representation of color #9B6A7A: hue angle of 340.41º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B6A7A is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 106 | 122 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.39 |
| HSL | 340.41º | 0.2% | 0.51% | - |
| HSV(B) | 340.41º | 0.32% | 0.61% | - |
| XYZ | 22.18 | 18.68 | 20.85 | - |
| YUV | 122.48 | 127.73 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 106 | 122 | 0 | 0.32 | 0.21 | 0.39 | 340.41 | 0.2 | 0.51 |
| Hex | 9B | 6A | 7A | 0 | 20 | 15 | 27 | 154 | 14 | 33 |
| Octal | 233 | 152 | 172 | 0 | 40 | 25 | 47 | 524 | 24 | 63 |
| Binary | 10011011 | 1101010 | 1111010 | 0 | 100000 | 10101 | 100111 | 101010100 | 10100 | 110011 |
Color Harmonies of #9B6A7A
Complementary color
Monochromatic Colors of #9B6A7A
Black with #9B6A7A
Text Example
Text Example
White with #9B6A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6A7A; }
p { color: rgb(155,106,122); }
H1.HeaderClassName
{
color: #9B6A7A;
}
.AnyTagClassName
{
color: #9B6A7A;
}
</style>
background-color css
<style>
a { background-color: #9B6A7A; }
a { background-color: rgb(155,106,122); }
div.DivClassName
{
background-color: #9B6A7A;
}
.BgClassName
{
background-color: #9B6A7A;
}
</style>
border-color css
<style>
span { border-color: #9B6A7A; }
span { border-color: rgb(155,106,122); }
td.TdClassName
{
border-color: #9B6A7A;
}
.TagClassName
{
border-color: #9B6A7A;
}
</style>