Shades of Mauve Taupe #915E64
Tints of Mauve Taupe #915E64
RGB
CMYK
RGB Variations
Color information
#915E64 (or 0x915E64) is known color: Mauve Taupe. HEX triplet: 91, 5E and 64. RGB value is (145,94,100). Sum of RGB (Red+Green+Blue) = 145+94+100=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #915E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915E64 is #6EA19B. Grayscale: #6D6D6D. Windows color (decimal): -7250332 or 6577809. OLE color: 6577809.
HSL color Cylindrical-coordinate representation of color #915E64: hue angle of 352.94º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #915E64 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 94 | 100 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.43 |
| HSL | 352.94º | 0.21% | 0.47% | - |
| HSV(B) | 352.94º | 0.35% | 0.57% | - |
| XYZ | 17.98 | 14.95 | 13.99 | - |
| YUV | 109.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 100 | 0 | 0.35 | 0.31 | 0.43 | 352.94 | 0.21 | 0.47 |
| Hex | 91 | 5E | 64 | 0 | 23 | 1F | 2B | 161 | 15 | 2F |
| Octal | 221 | 136 | 144 | 0 | 43 | 37 | 53 | 541 | 25 | 57 |
| Binary | 10010001 | 1011110 | 1100100 | 0 | 100011 | 11111 | 101011 | 101100001 | 10101 | 101111 |
Color Harmonies of #915E64
Complementary color
Monochromatic Colors of #915E64
Black with #915E64
Text Example
Text Example
White with #915E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915E64; }
p { color: rgb(145,94,100); }
H1.HeaderClassName
{
color: #915E64;
}
.AnyTagClassName
{
color: #915E64;
}
</style>
background-color css
<style>
a { background-color: #915E64; }
a { background-color: rgb(145,94,100); }
div.DivClassName
{
background-color: #915E64;
}
.BgClassName
{
background-color: #915E64;
}
</style>
border-color css
<style>
span { border-color: #915E64; }
span { border-color: rgb(145,94,100); }
td.TdClassName
{
border-color: #915E64;
}
.TagClassName
{
border-color: #915E64;
}
</style>