Shades of Mauve Taupe #91656A
Tints of Mauve Taupe #91656A
RGB
CMYK
RGB Variations
Color information
#91656A (or 0x91656A) is known color: Mauve Taupe. HEX triplet: 91, 65 and 6A. RGB value is (145,101,106). Sum of RGB (Red+Green+Blue) = 145+101+106=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 145 - color contains mainly: red. Hex color #91656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91656A is #6E9A95. Grayscale: #727272. Windows color (decimal): -7248534 or 6972817. OLE color: 6972817.
HSL color Cylindrical-coordinate representation of color #91656A: hue angle of 353.18º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91656A is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 101 | 106 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.43 |
| HSL | 353.18º | 0.18% | 0.48% | - |
| HSV(B) | 353.18º | 0.3% | 0.57% | - |
| XYZ | 18.93 | 16.37 | 15.8 | - |
| YUV | 114.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 101 | 106 | 0 | 0.30 | 0.27 | 0.43 | 353.18 | 0.18 | 0.48 |
| Hex | 91 | 65 | 6A | 0 | 1E | 1B | 2B | 161 | 12 | 30 |
| Octal | 221 | 145 | 152 | 0 | 36 | 33 | 53 | 541 | 22 | 60 |
| Binary | 10010001 | 1100101 | 1101010 | 0 | 11110 | 11011 | 101011 | 101100001 | 10010 | 110000 |
Color Harmonies of #91656A
Complementary color
Monochromatic Colors of #91656A
Black with #91656A
Text Example
Text Example
White with #91656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91656A; }
p { color: rgb(145,101,106); }
H1.HeaderClassName
{
color: #91656A;
}
.AnyTagClassName
{
color: #91656A;
}
</style>
background-color css
<style>
a { background-color: #91656A; }
a { background-color: rgb(145,101,106); }
div.DivClassName
{
background-color: #91656A;
}
.BgClassName
{
background-color: #91656A;
}
</style>
border-color css
<style>
span { border-color: #91656A; }
span { border-color: rgb(145,101,106); }
td.TdClassName
{
border-color: #91656A;
}
.TagClassName
{
border-color: #91656A;
}
</style>