Shades of Mauve Taupe #915B68
Tints of Mauve Taupe #915B68
RGB
CMYK
RGB Variations
Color information
#915B68 (or 0x915B68) is known color: Mauve Taupe. HEX triplet: 91, 5B and 68. RGB value is (145,91,104). Sum of RGB (Red+Green+Blue) = 145+91+104=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 145 - color contains mainly: red. Hex color #915B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915B68 is #6EA497. Grayscale: #6C6C6C. Windows color (decimal): -7251096 or 6839185. OLE color: 6839185.
HSL color Cylindrical-coordinate representation of color #915B68: hue angle of 345.56º degrees, saturation: 0.23, 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 #915B68 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 91 | 104 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.43 |
| HSL | 345.56º | 0.23% | 0.46% | - |
| HSV(B) | 345.56º | 0.37% | 0.57% | - |
| XYZ | 17.92 | 14.5 | 14.95 | - |
| YUV | 108.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 91 | 104 | 0 | 0.37 | 0.28 | 0.43 | 345.56 | 0.23 | 0.46 |
| Hex | 91 | 5B | 68 | 0 | 25 | 1C | 2B | 15A | 17 | 2E |
| Octal | 221 | 133 | 150 | 0 | 45 | 34 | 53 | 532 | 27 | 56 |
| Binary | 10010001 | 1011011 | 1101000 | 0 | 100101 | 11100 | 101011 | 101011010 | 10111 | 101110 |
Color Harmonies of #915B68
Complementary color
Monochromatic Colors of #915B68
Black with #915B68
Text Example
Text Example
White with #915B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915B68; }
p { color: rgb(145,91,104); }
H1.HeaderClassName
{
color: #915B68;
}
.AnyTagClassName
{
color: #915B68;
}
</style>
background-color css
<style>
a { background-color: #915B68; }
a { background-color: rgb(145,91,104); }
div.DivClassName
{
background-color: #915B68;
}
.BgClassName
{
background-color: #915B68;
}
</style>
border-color css
<style>
span { border-color: #915B68; }
span { border-color: rgb(145,91,104); }
td.TdClassName
{
border-color: #915B68;
}
.TagClassName
{
border-color: #915B68;
}
</style>