Shades of Mauve Taupe #91636F
Tints of Mauve Taupe #91636F
RGB
CMYK
RGB Variations
Color information
#91636F (or 0x91636F) is known color: Mauve Taupe. HEX triplet: 91, 63 and 6F. RGB value is (145,99,111). Sum of RGB (Red+Green+Blue) = 145+99+111=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 145 - color contains mainly: red. Hex color #91636F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91636F is #6E9C90. Grayscale: #727272. Windows color (decimal): -7249041 or 7299985. OLE color: 7299985.
HSL color Cylindrical-coordinate representation of color #91636F: hue angle of 344.35º 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 #91636F is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 99 | 111 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.43 |
| HSL | 344.35º | 0.19% | 0.48% | - |
| HSV(B) | 344.35º | 0.32% | 0.57% | - |
| XYZ | 19.01 | 16.09 | 17.14 | - |
| YUV | 114.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 99 | 111 | 0 | 0.32 | 0.23 | 0.43 | 344.35 | 0.19 | 0.48 |
| Hex | 91 | 63 | 6F | 0 | 20 | 17 | 2B | 158 | 13 | 30 |
| Octal | 221 | 143 | 157 | 0 | 40 | 27 | 53 | 530 | 23 | 60 |
| Binary | 10010001 | 1100011 | 1101111 | 0 | 100000 | 10111 | 101011 | 101011000 | 10011 | 110000 |
Color Harmonies of #91636F
Complementary color
Monochromatic Colors of #91636F
Black with #91636F
Text Example
Text Example
White with #91636F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91636F; }
p { color: rgb(145,99,111); }
H1.HeaderClassName
{
color: #91636F;
}
.AnyTagClassName
{
color: #91636F;
}
</style>
background-color css
<style>
a { background-color: #91636F; }
a { background-color: rgb(145,99,111); }
div.DivClassName
{
background-color: #91636F;
}
.BgClassName
{
background-color: #91636F;
}
</style>
border-color css
<style>
span { border-color: #91636F; }
span { border-color: rgb(145,99,111); }
td.TdClassName
{
border-color: #91636F;
}
.TagClassName
{
border-color: #91636F;
}
</style>