Shades of Mauve Taupe #916669
Tints of Mauve Taupe #916669
RGB
CMYK
RGB Variations
Color information
#916669 (or 0x916669) is known color: Mauve Taupe. HEX triplet: 91, 66 and 69. RGB value is (145,102,105). Sum of RGB (Red+Green+Blue) = 145+102+105=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 145 - color contains mainly: red. Hex color #916669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916669 is #6E9996. Grayscale: #737373. Windows color (decimal): -7248279 or 6907537. OLE color: 6907537.
HSL color Cylindrical-coordinate representation of color #916669: hue angle of 355.81º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #916669 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 102 | 105 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.43 |
| HSL | 355.81º | 0.17% | 0.48% | - |
| HSV(B) | 355.81º | 0.3% | 0.57% | - |
| XYZ | 18.98 | 16.54 | 15.56 | - |
| YUV | 115.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 102 | 105 | 0 | 0.30 | 0.28 | 0.43 | 355.81 | 0.17 | 0.48 |
| Hex | 91 | 66 | 69 | 0 | 1E | 1C | 2B | 164 | 11 | 30 |
| Octal | 221 | 146 | 151 | 0 | 36 | 34 | 53 | 544 | 21 | 60 |
| Binary | 10010001 | 1100110 | 1101001 | 0 | 11110 | 11100 | 101011 | 101100100 | 10001 | 110000 |
Color Harmonies of #916669
Complementary color
Monochromatic Colors of #916669
Black with #916669
Text Example
Text Example
White with #916669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916669; }
p { color: rgb(145,102,105); }
H1.HeaderClassName
{
color: #916669;
}
.AnyTagClassName
{
color: #916669;
}
</style>
background-color css
<style>
a { background-color: #916669; }
a { background-color: rgb(145,102,105); }
div.DivClassName
{
background-color: #916669;
}
.BgClassName
{
background-color: #916669;
}
</style>
border-color css
<style>
span { border-color: #916669; }
span { border-color: rgb(145,102,105); }
td.TdClassName
{
border-color: #916669;
}
.TagClassName
{
border-color: #916669;
}
</style>