Shades of Mauve Taupe #906768
Tints of Mauve Taupe #906768
RGB
CMYK
RGB Variations
Color information
#906768 (or 0x906768) is known color: Mauve Taupe. HEX triplet: 90, 67 and 68. RGB value is (144,103,104). Sum of RGB (Red+Green+Blue) = 144+103+104=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 144 - color contains mainly: red. Hex color #906768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906768 is #6F9897. Grayscale: #737373. Windows color (decimal): -7313560 or 6842256. OLE color: 6842256.
HSL color Cylindrical-coordinate representation of color #906768: hue angle of 358.54º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #906768 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 103 | 104 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.44 |
| HSL | 358.54º | 0.17% | 0.48% | - |
| HSV(B) | 358.54º | 0.28% | 0.56% | - |
| XYZ | 18.85 | 16.63 | 15.31 | - |
| YUV | 115.37 | 121.58 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 103 | 104 | 0 | 0.28 | 0.28 | 0.44 | 358.54 | 0.17 | 0.48 |
| Hex | 90 | 67 | 68 | 0 | 1C | 1C | 2C | 167 | 11 | 30 |
| Octal | 220 | 147 | 150 | 0 | 34 | 34 | 54 | 547 | 21 | 60 |
| Binary | 10010000 | 1100111 | 1101000 | 0 | 11100 | 11100 | 101100 | 101100111 | 10001 | 110000 |
Color Harmonies of #906768
Complementary color
Monochromatic Colors of #906768
Black with #906768
Text Example
Text Example
White with #906768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906768; }
p { color: rgb(144,103,104); }
H1.HeaderClassName
{
color: #906768;
}
.AnyTagClassName
{
color: #906768;
}
</style>
background-color css
<style>
a { background-color: #906768; }
a { background-color: rgb(144,103,104); }
div.DivClassName
{
background-color: #906768;
}
.BgClassName
{
background-color: #906768;
}
</style>
border-color css
<style>
span { border-color: #906768; }
span { border-color: rgb(144,103,104); }
td.TdClassName
{
border-color: #906768;
}
.TagClassName
{
border-color: #906768;
}
</style>