Shades of Mauve Taupe #915968
Tints of Mauve Taupe #915968
RGB
CMYK
RGB Variations
Color information
#915968 (or 0x915968) is known color: Mauve Taupe. HEX triplet: 91, 59 and 68. RGB value is (145,89,104). Sum of RGB (Red+Green+Blue) = 145+89+104=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 145 - color contains mainly: red. Hex color #915968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915968 is #6EA697. Grayscale: #6B6B6B. Windows color (decimal): -7251608 or 6838673. OLE color: 6838673.
HSL color Cylindrical-coordinate representation of color #915968: hue angle of 343.93º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #915968 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 89 | 104 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.43 |
| HSL | 343.93º | 0.24% | 0.46% | - |
| HSV(B) | 343.93º | 0.39% | 0.57% | - |
| XYZ | 17.75 | 14.16 | 14.9 | - |
| YUV | 107.45 | 126.05 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 89 | 104 | 0 | 0.39 | 0.28 | 0.43 | 343.93 | 0.24 | 0.46 |
| Hex | 91 | 59 | 68 | 0 | 27 | 1C | 2B | 158 | 18 | 2E |
| Octal | 221 | 131 | 150 | 0 | 47 | 34 | 53 | 530 | 30 | 56 |
| Binary | 10010001 | 1011001 | 1101000 | 0 | 100111 | 11100 | 101011 | 101011000 | 11000 | 101110 |
Color Harmonies of #915968
Complementary color
Monochromatic Colors of #915968
Black with #915968
Text Example
Text Example
White with #915968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915968; }
p { color: rgb(145,89,104); }
H1.HeaderClassName
{
color: #915968;
}
.AnyTagClassName
{
color: #915968;
}
</style>
background-color css
<style>
a { background-color: #915968; }
a { background-color: rgb(145,89,104); }
div.DivClassName
{
background-color: #915968;
}
.BgClassName
{
background-color: #915968;
}
</style>
border-color css
<style>
span { border-color: #915968; }
span { border-color: rgb(145,89,104); }
td.TdClassName
{
border-color: #915968;
}
.TagClassName
{
border-color: #915968;
}
</style>