Shades of Mauve Taupe #91616F
Tints of Mauve Taupe #91616F
RGB
CMYK
RGB Variations
Color information
#91616F (or 0x91616F) is known color: Mauve Taupe. HEX triplet: 91, 61 and 6F. RGB value is (145,97,111). Sum of RGB (Red+Green+Blue) = 145+97+111=353 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.08% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 145 - color contains mainly: red. Hex color #91616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91616F is #6E9E90. Grayscale: #707070. Windows color (decimal): -7249553 or 7299473. OLE color: 7299473.
HSL color Cylindrical-coordinate representation of color #91616F: hue angle of 342.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91616F is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 97 | 111 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.43 |
| HSL | 342.5º | 0.2% | 0.47% | - |
| HSV(B) | 342.5º | 0.33% | 0.57% | - |
| XYZ | 18.82 | 15.72 | 17.08 | - |
| YUV | 112.95 | 126.9 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 97 | 111 | 0 | 0.33 | 0.23 | 0.43 | 342.5 | 0.2 | 0.47 |
| Hex | 91 | 61 | 6F | 0 | 21 | 17 | 2B | 156 | 14 | 2F |
| Octal | 221 | 141 | 157 | 0 | 41 | 27 | 53 | 526 | 24 | 57 |
| Binary | 10010001 | 1100001 | 1101111 | 0 | 100001 | 10111 | 101011 | 101010110 | 10100 | 101111 |
Color Harmonies of #91616F
Complementary color
Monochromatic Colors of #91616F
Black with #91616F
Text Example
Text Example
White with #91616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91616F; }
p { color: rgb(145,97,111); }
H1.HeaderClassName
{
color: #91616F;
}
.AnyTagClassName
{
color: #91616F;
}
</style>
background-color css
<style>
a { background-color: #91616F; }
a { background-color: rgb(145,97,111); }
div.DivClassName
{
background-color: #91616F;
}
.BgClassName
{
background-color: #91616F;
}
</style>
border-color css
<style>
span { border-color: #91616F; }
span { border-color: rgb(145,97,111); }
td.TdClassName
{
border-color: #91616F;
}
.TagClassName
{
border-color: #91616F;
}
</style>