Shades of Mauve Taupe #91676B
Tints of Mauve Taupe #91676B
RGB
CMYK
RGB Variations
Color information
#91676B (or 0x91676B) is known color: Mauve Taupe. HEX triplet: 91, 67 and 6B. RGB value is (145,103,107). Sum of RGB (Red+Green+Blue) = 145+103+107=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 145 - color contains mainly: red. Hex color #91676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91676B is #6E9894. Grayscale: #747474. Windows color (decimal): -7248021 or 7038865. OLE color: 7038865.
HSL color Cylindrical-coordinate representation of color #91676B: hue angle of 354.29º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91676B is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 103 | 107 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.43 |
| HSL | 354.29º | 0.17% | 0.49% | - |
| HSV(B) | 354.29º | 0.29% | 0.57% | - |
| XYZ | 19.18 | 16.78 | 16.14 | - |
| YUV | 116.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 103 | 107 | 0 | 0.29 | 0.26 | 0.43 | 354.29 | 0.17 | 0.49 |
| Hex | 91 | 67 | 6B | 0 | 1D | 1A | 2B | 162 | 11 | 31 |
| Octal | 221 | 147 | 153 | 0 | 35 | 32 | 53 | 542 | 21 | 61 |
| Binary | 10010001 | 1100111 | 1101011 | 0 | 11101 | 11010 | 101011 | 101100010 | 10001 | 110001 |
Color Harmonies of #91676B
Complementary color
Monochromatic Colors of #91676B
Black with #91676B
Text Example
Text Example
White with #91676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91676B; }
p { color: rgb(145,103,107); }
H1.HeaderClassName
{
color: #91676B;
}
.AnyTagClassName
{
color: #91676B;
}
</style>
background-color css
<style>
a { background-color: #91676B; }
a { background-color: rgb(145,103,107); }
div.DivClassName
{
background-color: #91676B;
}
.BgClassName
{
background-color: #91676B;
}
</style>
border-color css
<style>
span { border-color: #91676B; }
span { border-color: rgb(145,103,107); }
td.TdClassName
{
border-color: #91676B;
}
.TagClassName
{
border-color: #91676B;
}
</style>