Shades of Mauve Taupe #915A6A
Tints of Mauve Taupe #915A6A
RGB
CMYK
RGB Variations
Color information
#915A6A (or 0x915A6A) is known color: Mauve Taupe. HEX triplet: 91, 5A and 6A. RGB value is (145,90,106). Sum of RGB (Red+Green+Blue) = 145+90+106=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 145 - color contains mainly: red. Hex color #915A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915A6A is #6EA595. Grayscale: #6C6C6C. Windows color (decimal): -7251350 or 6970001. OLE color: 6970001.
HSL color Cylindrical-coordinate representation of color #915A6A: hue angle of 342.55º 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 #915A6A is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 90 | 106 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.43 |
| HSL | 342.55º | 0.23% | 0.46% | - |
| HSV(B) | 342.55º | 0.38% | 0.57% | - |
| XYZ | 17.93 | 14.37 | 15.46 | - |
| YUV | 108.27 | 126.72 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 106 | 0 | 0.38 | 0.27 | 0.43 | 342.55 | 0.23 | 0.46 |
| Hex | 91 | 5A | 6A | 0 | 26 | 1B | 2B | 157 | 17 | 2E |
| Octal | 221 | 132 | 152 | 0 | 46 | 33 | 53 | 527 | 27 | 56 |
| Binary | 10010001 | 1011010 | 1101010 | 0 | 100110 | 11011 | 101011 | 101010111 | 10111 | 101110 |
Color Harmonies of #915A6A
Complementary color
Monochromatic Colors of #915A6A
Black with #915A6A
Text Example
Text Example
White with #915A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915A6A; }
p { color: rgb(145,90,106); }
H1.HeaderClassName
{
color: #915A6A;
}
.AnyTagClassName
{
color: #915A6A;
}
</style>
background-color css
<style>
a { background-color: #915A6A; }
a { background-color: rgb(145,90,106); }
div.DivClassName
{
background-color: #915A6A;
}
.BgClassName
{
background-color: #915A6A;
}
</style>
border-color css
<style>
span { border-color: #915A6A; }
span { border-color: rgb(145,90,106); }
td.TdClassName
{
border-color: #915A6A;
}
.TagClassName
{
border-color: #915A6A;
}
</style>