Shades of Mauve Taupe #915A74
Tints of Mauve Taupe #915A74
RGB
CMYK
RGB Variations
Color information
#915A74 (or 0x915A74) is known color: Mauve Taupe. HEX triplet: 91, 5A and 74. RGB value is (145,90,116). Sum of RGB (Red+Green+Blue) = 145+90+116=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 145 - color contains mainly: red. Hex color #915A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915A74 is #6EA58B. Grayscale: #6D6D6D. Windows color (decimal): -7251340 or 7625361. OLE color: 7625361.
HSL color Cylindrical-coordinate representation of color #915A74: hue angle of 331.64º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #915A74 is Cyan = 0, Magento = 0.38, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 90 | 116 | - |
| CMYK | 0 | 0.38 | 0.2 | 0.43 |
| HSL | 331.64º | 0.23% | 0.46% | - |
| HSV(B) | 331.64º | 0.38% | 0.57% | - |
| XYZ | 18.49 | 14.59 | 18.37 | - |
| YUV | 109.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 116 | 0 | 0.38 | 0.2 | 0.43 | 331.64 | 0.23 | 0.46 |
| Hex | 91 | 5A | 74 | 0 | 26 | 14 | 2B | 14C | 17 | 2E |
| Octal | 221 | 132 | 164 | 0 | 46 | 24 | 53 | 514 | 27 | 56 |
| Binary | 10010001 | 1011010 | 1110100 | 0 | 100110 | 10100 | 101011 | 101001100 | 10111 | 101110 |
Color Harmonies of #915A74
Complementary color
Monochromatic Colors of #915A74
Black with #915A74
Text Example
Text Example
White with #915A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915A74; }
p { color: rgb(145,90,116); }
H1.HeaderClassName
{
color: #915A74;
}
.AnyTagClassName
{
color: #915A74;
}
</style>
background-color css
<style>
a { background-color: #915A74; }
a { background-color: rgb(145,90,116); }
div.DivClassName
{
background-color: #915A74;
}
.BgClassName
{
background-color: #915A74;
}
</style>
border-color css
<style>
span { border-color: #915A74; }
span { border-color: rgb(145,90,116); }
td.TdClassName
{
border-color: #915A74;
}
.TagClassName
{
border-color: #915A74;
}
</style>