Shades of Mauve Taupe #915D6B
Tints of Mauve Taupe #915D6B
RGB
CMYK
RGB Variations
Color information
#915D6B (or 0x915D6B) is known color: Mauve Taupe. HEX triplet: 91, 5D and 6B. RGB value is (145,93,107). Sum of RGB (Red+Green+Blue) = 145+93+107=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 145 - color contains mainly: red. Hex color #915D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915D6B is #6EA294. Grayscale: #6E6E6E. Windows color (decimal): -7250581 or 7036305. OLE color: 7036305.
HSL color Cylindrical-coordinate representation of color #915D6B: hue angle of 343.85º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #915D6B is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 93 | 107 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.43 |
| HSL | 343.85º | 0.22% | 0.47% | - |
| HSV(B) | 343.85º | 0.36% | 0.57% | - |
| XYZ | 18.25 | 14.91 | 15.83 | - |
| YUV | 110.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 107 | 0 | 0.36 | 0.26 | 0.43 | 343.85 | 0.22 | 0.47 |
| Hex | 91 | 5D | 6B | 0 | 24 | 1A | 2B | 158 | 16 | 2F |
| Octal | 221 | 135 | 153 | 0 | 44 | 32 | 53 | 530 | 26 | 57 |
| Binary | 10010001 | 1011101 | 1101011 | 0 | 100100 | 11010 | 101011 | 101011000 | 10110 | 101111 |
Color Harmonies of #915D6B
Complementary color
Monochromatic Colors of #915D6B
Black with #915D6B
Text Example
Text Example
White with #915D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915D6B; }
p { color: rgb(145,93,107); }
H1.HeaderClassName
{
color: #915D6B;
}
.AnyTagClassName
{
color: #915D6B;
}
</style>
background-color css
<style>
a { background-color: #915D6B; }
a { background-color: rgb(145,93,107); }
div.DivClassName
{
background-color: #915D6B;
}
.BgClassName
{
background-color: #915D6B;
}
</style>
border-color css
<style>
span { border-color: #915D6B; }
span { border-color: rgb(145,93,107); }
td.TdClassName
{
border-color: #915D6B;
}
.TagClassName
{
border-color: #915D6B;
}
</style>