Shades of Mauve Taupe #91686B
Tints of Mauve Taupe #91686B
RGB
CMYK
RGB Variations
Color information
#91686B (or 0x91686B) is known color: Mauve Taupe. HEX triplet: 91, 68 and 6B. RGB value is (145,104,107). Sum of RGB (Red+Green+Blue) = 145+104+107=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 145 - color contains mainly: red. Hex color #91686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91686B is #6E9794. Grayscale: #747474. Windows color (decimal): -7247765 or 7039121. OLE color: 7039121.
HSL color Cylindrical-coordinate representation of color #91686B: hue angle of 355.61º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91686B is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 104 | 107 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.43 |
| HSL | 355.61º | 0.16% | 0.49% | - |
| HSV(B) | 355.61º | 0.28% | 0.57% | - |
| XYZ | 19.28 | 16.98 | 16.17 | - |
| YUV | 116.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 104 | 107 | 0 | 0.28 | 0.26 | 0.43 | 355.61 | 0.16 | 0.49 |
| Hex | 91 | 68 | 6B | 0 | 1C | 1A | 2B | 164 | 10 | 31 |
| Octal | 221 | 150 | 153 | 0 | 34 | 32 | 53 | 544 | 20 | 61 |
| Binary | 10010001 | 1101000 | 1101011 | 0 | 11100 | 11010 | 101011 | 101100100 | 10000 | 110001 |
Color Harmonies of #91686B
Complementary color
Monochromatic Colors of #91686B
Black with #91686B
Text Example
Text Example
White with #91686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91686B; }
p { color: rgb(145,104,107); }
H1.HeaderClassName
{
color: #91686B;
}
.AnyTagClassName
{
color: #91686B;
}
</style>
background-color css
<style>
a { background-color: #91686B; }
a { background-color: rgb(145,104,107); }
div.DivClassName
{
background-color: #91686B;
}
.BgClassName
{
background-color: #91686B;
}
</style>
border-color css
<style>
span { border-color: #91686B; }
span { border-color: rgb(145,104,107); }
td.TdClassName
{
border-color: #91686B;
}
.TagClassName
{
border-color: #91686B;
}
</style>