Shades of Mauve Taupe #916769
Tints of Mauve Taupe #916769
RGB
CMYK
RGB Variations
Color information
#916769 (or 0x916769) is known color: Mauve Taupe. HEX triplet: 91, 67 and 69. RGB value is (145,103,105). Sum of RGB (Red+Green+Blue) = 145+103+105=353 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.08% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 145 - color contains mainly: red. Hex color #916769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916769 is #6E9896. Grayscale: #737373. Windows color (decimal): -7248023 or 6907793. OLE color: 6907793.
HSL color Cylindrical-coordinate representation of color #916769: hue angle of 357.14º 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 #916769 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 103 | 105 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.43 |
| HSL | 357.14º | 0.17% | 0.49% | - |
| HSV(B) | 357.14º | 0.29% | 0.57% | - |
| XYZ | 19.08 | 16.74 | 15.59 | - |
| YUV | 115.79 | 121.91 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 103 | 105 | 0 | 0.29 | 0.28 | 0.43 | 357.14 | 0.17 | 0.49 |
| Hex | 91 | 67 | 69 | 0 | 1D | 1C | 2B | 165 | 11 | 31 |
| Octal | 221 | 147 | 151 | 0 | 35 | 34 | 53 | 545 | 21 | 61 |
| Binary | 10010001 | 1100111 | 1101001 | 0 | 11101 | 11100 | 101011 | 101100101 | 10001 | 110001 |
Color Harmonies of #916769
Complementary color
Monochromatic Colors of #916769
Black with #916769
Text Example
Text Example
White with #916769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916769; }
p { color: rgb(145,103,105); }
H1.HeaderClassName
{
color: #916769;
}
.AnyTagClassName
{
color: #916769;
}
</style>
background-color css
<style>
a { background-color: #916769; }
a { background-color: rgb(145,103,105); }
div.DivClassName
{
background-color: #916769;
}
.BgClassName
{
background-color: #916769;
}
</style>
border-color css
<style>
span { border-color: #916769; }
span { border-color: rgb(145,103,105); }
td.TdClassName
{
border-color: #916769;
}
.TagClassName
{
border-color: #916769;
}
</style>