Shades of Mauve Taupe #9B6378
Tints of Mauve Taupe #9B6378
RGB
CMYK
RGB Variations
Color information
#9B6378 (or 0x9B6378) is known color: Mauve Taupe. HEX triplet: 9B, 63 and 78. RGB value is (155,99,120). Sum of RGB (Red+Green+Blue) = 155+99+120=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6378 is #649C87. Grayscale: #767676. Windows color (decimal): -6593672 or 7889819. OLE color: 7889819.
HSL color Cylindrical-coordinate representation of color #9B6378: hue angle of 337.5º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B6378 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 99 | 120 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.39 |
| HSL | 337.5º | 0.22% | 0.5% | - |
| HSV(B) | 337.5º | 0.36% | 0.61% | - |
| XYZ | 21.37 | 17.25 | 19.97 | - |
| YUV | 118.14 | 129.05 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 99 | 120 | 0 | 0.36 | 0.23 | 0.39 | 337.5 | 0.22 | 0.5 |
| Hex | 9B | 63 | 78 | 0 | 24 | 17 | 27 | 152 | 16 | 32 |
| Octal | 233 | 143 | 170 | 0 | 44 | 27 | 47 | 522 | 26 | 62 |
| Binary | 10011011 | 1100011 | 1111000 | 0 | 100100 | 10111 | 100111 | 101010010 | 10110 | 110010 |
Color Harmonies of #9B6378
Complementary color
Monochromatic Colors of #9B6378
Black with #9B6378
Text Example
Text Example
White with #9B6378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6378; }
p { color: rgb(155,99,120); }
H1.HeaderClassName
{
color: #9B6378;
}
.AnyTagClassName
{
color: #9B6378;
}
</style>
background-color css
<style>
a { background-color: #9B6378; }
a { background-color: rgb(155,99,120); }
div.DivClassName
{
background-color: #9B6378;
}
.BgClassName
{
background-color: #9B6378;
}
</style>
border-color css
<style>
span { border-color: #9B6378; }
span { border-color: rgb(155,99,120); }
td.TdClassName
{
border-color: #9B6378;
}
.TagClassName
{
border-color: #9B6378;
}
</style>