Shades of Mauve Taupe #9C636C
Tints of Mauve Taupe #9C636C
RGB
CMYK
RGB Variations
Color information
#9C636C (or 0x9C636C) is known color: Mauve Taupe. HEX triplet: 9C, 63 and 6C. RGB value is (156,99,108). Sum of RGB (Red+Green+Blue) = 156+99+108=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 156 - color contains mainly: red. Hex color #9C636C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C636C is #639C93. Grayscale: #757575. Windows color (decimal): -6528148 or 7103388. OLE color: 7103388.
HSL color Cylindrical-coordinate representation of color #9C636C: hue angle of 350.53º degrees, saturation: 0.22, 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 #9C636C is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 99 | 108 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.39 |
| HSL | 350.53º | 0.22% | 0.5% | - |
| HSV(B) | 350.53º | 0.37% | 0.61% | - |
| XYZ | 20.88 | 17.07 | 16.38 | - |
| YUV | 117.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 99 | 108 | 0 | 0.37 | 0.31 | 0.39 | 350.53 | 0.22 | 0.5 |
| Hex | 9C | 63 | 6C | 0 | 25 | 1F | 27 | 15F | 16 | 32 |
| Octal | 234 | 143 | 154 | 0 | 45 | 37 | 47 | 537 | 26 | 62 |
| Binary | 10011100 | 1100011 | 1101100 | 0 | 100101 | 11111 | 100111 | 101011111 | 10110 | 110010 |
Color Harmonies of #9C636C
Complementary color
Monochromatic Colors of #9C636C
Black with #9C636C
Text Example
Text Example
White with #9C636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C636C; }
p { color: rgb(156,99,108); }
H1.HeaderClassName
{
color: #9C636C;
}
.AnyTagClassName
{
color: #9C636C;
}
</style>
background-color css
<style>
a { background-color: #9C636C; }
a { background-color: rgb(156,99,108); }
div.DivClassName
{
background-color: #9C636C;
}
.BgClassName
{
background-color: #9C636C;
}
</style>
border-color css
<style>
span { border-color: #9C636C; }
span { border-color: rgb(156,99,108); }
td.TdClassName
{
border-color: #9C636C;
}
.TagClassName
{
border-color: #9C636C;
}
</style>