Shades of Mauve Taupe #9B626D
Tints of Mauve Taupe #9B626D
RGB
CMYK
RGB Variations
Color information
#9B626D (or 0x9B626D) is known color: Mauve Taupe. HEX triplet: 9B, 62 and 6D. RGB value is (155,98,109). Sum of RGB (Red+Green+Blue) = 155+98+109=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 155 - color contains mainly: red. Hex color #9B626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B626D is #649D92. Grayscale: #747474. Windows color (decimal): -6593939 or 7168667. OLE color: 7168667.
HSL color Cylindrical-coordinate representation of color #9B626D: hue angle of 348.42º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B626D is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 98 | 109 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.39 |
| HSL | 348.42º | 0.23% | 0.5% | - |
| HSV(B) | 348.42º | 0.37% | 0.61% | - |
| XYZ | 20.65 | 16.81 | 16.62 | - |
| YUV | 116.3 | 123.88 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 98 | 109 | 0 | 0.37 | 0.30 | 0.39 | 348.42 | 0.23 | 0.5 |
| Hex | 9B | 62 | 6D | 0 | 25 | 1E | 27 | 15C | 17 | 32 |
| Octal | 233 | 142 | 155 | 0 | 45 | 36 | 47 | 534 | 27 | 62 |
| Binary | 10011011 | 1100010 | 1101101 | 0 | 100101 | 11110 | 100111 | 101011100 | 10111 | 110010 |
Color Harmonies of #9B626D
Complementary color
Monochromatic Colors of #9B626D
Black with #9B626D
Text Example
Text Example
White with #9B626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B626D; }
p { color: rgb(155,98,109); }
H1.HeaderClassName
{
color: #9B626D;
}
.AnyTagClassName
{
color: #9B626D;
}
</style>
background-color css
<style>
a { background-color: #9B626D; }
a { background-color: rgb(155,98,109); }
div.DivClassName
{
background-color: #9B626D;
}
.BgClassName
{
background-color: #9B626D;
}
</style>
border-color css
<style>
span { border-color: #9B626D; }
span { border-color: rgb(155,98,109); }
td.TdClassName
{
border-color: #9B626D;
}
.TagClassName
{
border-color: #9B626D;
}
</style>