Shades of Mauve Taupe #9B636C
Tints of Mauve Taupe #9B636C
RGB
CMYK
RGB Variations
Color information
#9B636C (or 0x9B636C) is known color: Mauve Taupe. HEX triplet: 9B, 63 and 6C. RGB value is (155,99,108). Sum of RGB (Red+Green+Blue) = 155+99+108=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 155 - color contains mainly: red. Hex color #9B636C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B636C is #649C93. Grayscale: #747474. Windows color (decimal): -6593684 or 7103387. OLE color: 7103387.
HSL color Cylindrical-coordinate representation of color #9B636C: hue angle of 350.36º 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 #9B636C is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 99 | 108 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.39 |
| HSL | 350.36º | 0.22% | 0.5% | - |
| HSV(B) | 350.36º | 0.36% | 0.61% | - |
| XYZ | 20.69 | 16.97 | 16.37 | - |
| YUV | 116.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 99 | 108 | 0 | 0.36 | 0.30 | 0.39 | 350.36 | 0.22 | 0.5 |
| Hex | 9B | 63 | 6C | 0 | 24 | 1E | 27 | 15E | 16 | 32 |
| Octal | 233 | 143 | 154 | 0 | 44 | 36 | 47 | 536 | 26 | 62 |
| Binary | 10011011 | 1100011 | 1101100 | 0 | 100100 | 11110 | 100111 | 101011110 | 10110 | 110010 |
Color Harmonies of #9B636C
Complementary color
Monochromatic Colors of #9B636C
Black with #9B636C
Text Example
Text Example
White with #9B636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B636C; }
p { color: rgb(155,99,108); }
H1.HeaderClassName
{
color: #9B636C;
}
.AnyTagClassName
{
color: #9B636C;
}
</style>
background-color css
<style>
a { background-color: #9B636C; }
a { background-color: rgb(155,99,108); }
div.DivClassName
{
background-color: #9B636C;
}
.BgClassName
{
background-color: #9B636C;
}
</style>
border-color css
<style>
span { border-color: #9B636C; }
span { border-color: rgb(155,99,108); }
td.TdClassName
{
border-color: #9B636C;
}
.TagClassName
{
border-color: #9B636C;
}
</style>