Shades of Mauve Taupe #91566F
Tints of Mauve Taupe #91566F
RGB
CMYK
RGB Variations
Color information
#91566F (or 0x91566F) is known color: Mauve Taupe. HEX triplet: 91, 56 and 6F. RGB value is (145,86,111). Sum of RGB (Red+Green+Blue) = 145+86+111=342 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.40% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 145 - color contains mainly: red. Hex color #91566F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91566F is #6EA990. Grayscale: #6A6A6A. Windows color (decimal): -7252369 or 7296657. OLE color: 7296657.
HSL color Cylindrical-coordinate representation of color #91566F: hue angle of 334.58º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91566F is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 86 | 111 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.43 |
| HSL | 334.58º | 0.26% | 0.45% | - |
| HSV(B) | 334.58º | 0.41% | 0.57% | - |
| XYZ | 17.87 | 13.82 | 16.76 | - |
| YUV | 106.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 86 | 111 | 0 | 0.41 | 0.23 | 0.43 | 334.58 | 0.26 | 0.45 |
| Hex | 91 | 56 | 6F | 0 | 29 | 17 | 2B | 14F | 1A | 2D |
| Octal | 221 | 126 | 157 | 0 | 51 | 27 | 53 | 517 | 32 | 55 |
| Binary | 10010001 | 1010110 | 1101111 | 0 | 101001 | 10111 | 101011 | 101001111 | 11010 | 101101 |
Color Harmonies of #91566F
Complementary color
Monochromatic Colors of #91566F
Black with #91566F
Text Example
Text Example
White with #91566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91566F; }
p { color: rgb(145,86,111); }
H1.HeaderClassName
{
color: #91566F;
}
.AnyTagClassName
{
color: #91566F;
}
</style>
background-color css
<style>
a { background-color: #91566F; }
a { background-color: rgb(145,86,111); }
div.DivClassName
{
background-color: #91566F;
}
.BgClassName
{
background-color: #91566F;
}
</style>
border-color css
<style>
span { border-color: #91566F; }
span { border-color: rgb(145,86,111); }
td.TdClassName
{
border-color: #91566F;
}
.TagClassName
{
border-color: #91566F;
}
</style>