Shades of Mauve Taupe #916265
Tints of Mauve Taupe #916265
RGB
CMYK
RGB Variations
Color information
#916265 (or 0x916265) is known color: Mauve Taupe. HEX triplet: 91, 62 and 65. RGB value is (145,98,101). Sum of RGB (Red+Green+Blue) = 145+98+101=344 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.15% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 145 - color contains mainly: red. Hex color #916265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916265 is #6E9D9A. Grayscale: #707070. Windows color (decimal): -7249307 or 6644369. OLE color: 6644369.
HSL color Cylindrical-coordinate representation of color #916265: hue angle of 356.17º 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 #916265 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 98 | 101 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.43 |
| HSL | 356.17º | 0.19% | 0.48% | - |
| HSV(B) | 356.17º | 0.32% | 0.57% | - |
| XYZ | 18.39 | 15.69 | 14.37 | - |
| YUV | 112.4 | 121.57 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 98 | 101 | 0 | 0.32 | 0.30 | 0.43 | 356.17 | 0.19 | 0.48 |
| Hex | 91 | 62 | 65 | 0 | 20 | 1E | 2B | 164 | 13 | 30 |
| Octal | 221 | 142 | 145 | 0 | 40 | 36 | 53 | 544 | 23 | 60 |
| Binary | 10010001 | 1100010 | 1100101 | 0 | 100000 | 11110 | 101011 | 101100100 | 10011 | 110000 |
Color Harmonies of #916265
Complementary color
Monochromatic Colors of #916265
Black with #916265
Text Example
Text Example
White with #916265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916265; }
p { color: rgb(145,98,101); }
H1.HeaderClassName
{
color: #916265;
}
.AnyTagClassName
{
color: #916265;
}
</style>
background-color css
<style>
a { background-color: #916265; }
a { background-color: rgb(145,98,101); }
div.DivClassName
{
background-color: #916265;
}
.BgClassName
{
background-color: #916265;
}
</style>
border-color css
<style>
span { border-color: #916265; }
span { border-color: rgb(145,98,101); }
td.TdClassName
{
border-color: #916265;
}
.TagClassName
{
border-color: #916265;
}
</style>