Shades of Mauve Taupe #915C64
Tints of Mauve Taupe #915C64
RGB
CMYK
RGB Variations
Color information
#915C64 (or 0x915C64) is known color: Mauve Taupe. HEX triplet: 91, 5C and 64. RGB value is (145,92,100). Sum of RGB (Red+Green+Blue) = 145+92+100=337 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.03% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 145 - color contains mainly: red. Hex color #915C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915C64 is #6EA39B. Grayscale: #6C6C6C. Windows color (decimal): -7250844 or 6577297. OLE color: 6577297.
HSL color Cylindrical-coordinate representation of color #915C64: hue angle of 350.94º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #915C64 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 92 | 100 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.43 |
| HSL | 350.94º | 0.22% | 0.46% | - |
| HSV(B) | 350.94º | 0.37% | 0.57% | - |
| XYZ | 17.8 | 14.59 | 13.94 | - |
| YUV | 108.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 92 | 100 | 0 | 0.37 | 0.31 | 0.43 | 350.94 | 0.22 | 0.46 |
| Hex | 91 | 5C | 64 | 0 | 25 | 1F | 2B | 15F | 16 | 2E |
| Octal | 221 | 134 | 144 | 0 | 45 | 37 | 53 | 537 | 26 | 56 |
| Binary | 10010001 | 1011100 | 1100100 | 0 | 100101 | 11111 | 101011 | 101011111 | 10110 | 101110 |
Color Harmonies of #915C64
Complementary color
Monochromatic Colors of #915C64
Black with #915C64
Text Example
Text Example
White with #915C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915C64; }
p { color: rgb(145,92,100); }
H1.HeaderClassName
{
color: #915C64;
}
.AnyTagClassName
{
color: #915C64;
}
</style>
background-color css
<style>
a { background-color: #915C64; }
a { background-color: rgb(145,92,100); }
div.DivClassName
{
background-color: #915C64;
}
.BgClassName
{
background-color: #915C64;
}
</style>
border-color css
<style>
span { border-color: #915C64; }
span { border-color: rgb(145,92,100); }
td.TdClassName
{
border-color: #915C64;
}
.TagClassName
{
border-color: #915C64;
}
</style>