Shades of Mauve Taupe #916065
Tints of Mauve Taupe #916065
RGB
CMYK
RGB Variations
Color information
#916065 (or 0x916065) is known color: Mauve Taupe. HEX triplet: 91, 60 and 65. RGB value is (145,96,101). Sum of RGB (Red+Green+Blue) = 145+96+101=342 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.40% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 145 - color contains mainly: red. Hex color #916065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916065 is #6E9F9A. Grayscale: #6F6F6F. Windows color (decimal): -7249819 or 6643857. OLE color: 6643857.
HSL color Cylindrical-coordinate representation of color #916065: hue angle of 353.88º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #916065 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 96 | 101 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.43 |
| HSL | 353.88º | 0.2% | 0.47% | - |
| HSV(B) | 353.88º | 0.34% | 0.57% | - |
| XYZ | 18.21 | 15.33 | 14.31 | - |
| YUV | 111.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 96 | 101 | 0 | 0.34 | 0.30 | 0.43 | 353.88 | 0.2 | 0.47 |
| Hex | 91 | 60 | 65 | 0 | 22 | 1E | 2B | 162 | 14 | 2F |
| Octal | 221 | 140 | 145 | 0 | 42 | 36 | 53 | 542 | 24 | 57 |
| Binary | 10010001 | 1100000 | 1100101 | 0 | 100010 | 11110 | 101011 | 101100010 | 10100 | 101111 |
Color Harmonies of #916065
Complementary color
Monochromatic Colors of #916065
Black with #916065
Text Example
Text Example
White with #916065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916065; }
p { color: rgb(145,96,101); }
H1.HeaderClassName
{
color: #916065;
}
.AnyTagClassName
{
color: #916065;
}
</style>
background-color css
<style>
a { background-color: #916065; }
a { background-color: rgb(145,96,101); }
div.DivClassName
{
background-color: #916065;
}
.BgClassName
{
background-color: #916065;
}
</style>
border-color css
<style>
span { border-color: #916065; }
span { border-color: rgb(145,96,101); }
td.TdClassName
{
border-color: #916065;
}
.TagClassName
{
border-color: #916065;
}
</style>