Shades of Mauve Taupe #91626C
Tints of Mauve Taupe #91626C
RGB
CMYK
RGB Variations
Color information
#91626C (or 0x91626C) is known color: Mauve Taupe. HEX triplet: 91, 62 and 6C. RGB value is (145,98,108). Sum of RGB (Red+Green+Blue) = 145+98+108=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 145 - color contains mainly: red. Hex color #91626C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91626C is #6E9D93. Grayscale: #717171. Windows color (decimal): -7249300 or 7103121. OLE color: 7103121.
HSL color Cylindrical-coordinate representation of color #91626C: hue angle of 347.23º 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 #91626C is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 98 | 108 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.43 |
| HSL | 347.23º | 0.19% | 0.48% | - |
| HSV(B) | 347.23º | 0.32% | 0.57% | - |
| XYZ | 18.75 | 15.84 | 16.26 | - |
| YUV | 113.19 | 125.07 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 98 | 108 | 0 | 0.32 | 0.26 | 0.43 | 347.23 | 0.19 | 0.48 |
| Hex | 91 | 62 | 6C | 0 | 20 | 1A | 2B | 15B | 13 | 30 |
| Octal | 221 | 142 | 154 | 0 | 40 | 32 | 53 | 533 | 23 | 60 |
| Binary | 10010001 | 1100010 | 1101100 | 0 | 100000 | 11010 | 101011 | 101011011 | 10011 | 110000 |
Color Harmonies of #91626C
Complementary color
Monochromatic Colors of #91626C
Black with #91626C
Text Example
Text Example
White with #91626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91626C; }
p { color: rgb(145,98,108); }
H1.HeaderClassName
{
color: #91626C;
}
.AnyTagClassName
{
color: #91626C;
}
</style>
background-color css
<style>
a { background-color: #91626C; }
a { background-color: rgb(145,98,108); }
div.DivClassName
{
background-color: #91626C;
}
.BgClassName
{
background-color: #91626C;
}
</style>
border-color css
<style>
span { border-color: #91626C; }
span { border-color: rgb(145,98,108); }
td.TdClassName
{
border-color: #91626C;
}
.TagClassName
{
border-color: #91626C;
}
</style>