Shades of Mauve Taupe #916768
Tints of Mauve Taupe #916768
RGB
CMYK
RGB Variations
Color information
#916768 (or 0x916768) is known color: Mauve Taupe. HEX triplet: 91, 67 and 68. RGB value is (145,103,104). Sum of RGB (Red+Green+Blue) = 145+103+104=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 145 - color contains mainly: red. Hex color #916768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916768 is #6E9897. Grayscale: #737373. Windows color (decimal): -7248024 or 6842257. OLE color: 6842257.
HSL color Cylindrical-coordinate representation of color #916768: hue angle of 358.57º 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 #916768 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 103 | 104 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.43 |
| HSL | 358.57º | 0.17% | 0.49% | - |
| HSV(B) | 358.57º | 0.29% | 0.57% | - |
| XYZ | 19.03 | 16.72 | 15.32 | - |
| YUV | 115.67 | 121.41 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 103 | 104 | 0 | 0.29 | 0.28 | 0.43 | 358.57 | 0.17 | 0.49 |
| Hex | 91 | 67 | 68 | 0 | 1D | 1C | 2B | 167 | 11 | 31 |
| Octal | 221 | 147 | 150 | 0 | 35 | 34 | 53 | 547 | 21 | 61 |
| Binary | 10010001 | 1100111 | 1101000 | 0 | 11101 | 11100 | 101011 | 101100111 | 10001 | 110001 |
Color Harmonies of #916768
Complementary color
Monochromatic Colors of #916768
Black with #916768
Text Example
Text Example
White with #916768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916768; }
p { color: rgb(145,103,104); }
H1.HeaderClassName
{
color: #916768;
}
.AnyTagClassName
{
color: #916768;
}
</style>
background-color css
<style>
a { background-color: #916768; }
a { background-color: rgb(145,103,104); }
div.DivClassName
{
background-color: #916768;
}
.BgClassName
{
background-color: #916768;
}
</style>
border-color css
<style>
span { border-color: #916768; }
span { border-color: rgb(145,103,104); }
td.TdClassName
{
border-color: #916768;
}
.TagClassName
{
border-color: #916768;
}
</style>