Shades of Mauve Taupe #96636C
Tints of Mauve Taupe #96636C
RGB
CMYK
RGB Variations
Color information
#96636C (or 0x96636C) is known color: Mauve Taupe. HEX triplet: 96, 63 and 6C. RGB value is (150,99,108). Sum of RGB (Red+Green+Blue) = 150+99+108=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #96636C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96636C is #699C93. Grayscale: #737373. Windows color (decimal): -6921364 or 7103382. OLE color: 7103382.
HSL color Cylindrical-coordinate representation of color #96636C: hue angle of 349.41º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96636C is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 99 | 108 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.41 |
| HSL | 349.41º | 0.2% | 0.49% | - |
| HSV(B) | 349.41º | 0.34% | 0.59% | - |
| XYZ | 19.75 | 16.49 | 16.33 | - |
| YUV | 115.28 | 123.9 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 99 | 108 | 0 | 0.34 | 0.28 | 0.41 | 349.41 | 0.2 | 0.49 |
| Hex | 96 | 63 | 6C | 0 | 22 | 1C | 29 | 15D | 14 | 31 |
| Octal | 226 | 143 | 154 | 0 | 42 | 34 | 51 | 535 | 24 | 61 |
| Binary | 10010110 | 1100011 | 1101100 | 0 | 100010 | 11100 | 101001 | 101011101 | 10100 | 110001 |
Color Harmonies of #96636C
Complementary color
Monochromatic Colors of #96636C
Black with #96636C
Text Example
Text Example
White with #96636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96636C; }
p { color: rgb(150,99,108); }
H1.HeaderClassName
{
color: #96636C;
}
.AnyTagClassName
{
color: #96636C;
}
</style>
background-color css
<style>
a { background-color: #96636C; }
a { background-color: rgb(150,99,108); }
div.DivClassName
{
background-color: #96636C;
}
.BgClassName
{
background-color: #96636C;
}
</style>
border-color css
<style>
span { border-color: #96636C; }
span { border-color: rgb(150,99,108); }
td.TdClassName
{
border-color: #96636C;
}
.TagClassName
{
border-color: #96636C;
}
</style>