Shades of Mauve Taupe #91636C
Tints of Mauve Taupe #91636C
RGB
CMYK
RGB Variations
Color information
#91636C (or 0x91636C) is known color: Mauve Taupe. HEX triplet: 91, 63 and 6C. RGB value is (145,99,108). Sum of RGB (Red+Green+Blue) = 145+99+108=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 145 - color contains mainly: red. Hex color #91636C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91636C is #6E9C93. Grayscale: #717171. Windows color (decimal): -7249044 or 7103377. OLE color: 7103377.
HSL color Cylindrical-coordinate representation of color #91636C: hue angle of 348.26º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91636C is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 99 | 108 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.43 |
| HSL | 348.26º | 0.19% | 0.48% | - |
| HSV(B) | 348.26º | 0.32% | 0.57% | - |
| XYZ | 18.85 | 16.03 | 16.29 | - |
| YUV | 113.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 99 | 108 | 0 | 0.32 | 0.26 | 0.43 | 348.26 | 0.19 | 0.48 |
| Hex | 91 | 63 | 6C | 0 | 20 | 1A | 2B | 15C | 13 | 30 |
| Octal | 221 | 143 | 154 | 0 | 40 | 32 | 53 | 534 | 23 | 60 |
| Binary | 10010001 | 1100011 | 1101100 | 0 | 100000 | 11010 | 101011 | 101011100 | 10011 | 110000 |
Color Harmonies of #91636C
Complementary color
Monochromatic Colors of #91636C
Black with #91636C
Text Example
Text Example
White with #91636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91636C; }
p { color: rgb(145,99,108); }
H1.HeaderClassName
{
color: #91636C;
}
.AnyTagClassName
{
color: #91636C;
}
</style>
background-color css
<style>
a { background-color: #91636C; }
a { background-color: rgb(145,99,108); }
div.DivClassName
{
background-color: #91636C;
}
.BgClassName
{
background-color: #91636C;
}
</style>
border-color css
<style>
span { border-color: #91636C; }
span { border-color: rgb(145,99,108); }
td.TdClassName
{
border-color: #91636C;
}
.TagClassName
{
border-color: #91636C;
}
</style>