Shades of Mauve Taupe #905B6E
Tints of Mauve Taupe #905B6E
RGB
CMYK
RGB Variations
Color information
#905B6E (or 0x905B6E) is known color: Mauve Taupe. HEX triplet: 90, 5B and 6E. RGB value is (144,91,110). Sum of RGB (Red+Green+Blue) = 144+91+110=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 144 - color contains mainly: red. Hex color #905B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905B6E is #6FA491. Grayscale: #6C6C6C. Windows color (decimal): -7316626 or 7232400. OLE color: 7232400.
HSL color Cylindrical-coordinate representation of color #905B6E: hue angle of 338.49º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #905B6E is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 91 | 110 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.44 |
| HSL | 338.49º | 0.23% | 0.46% | - |
| HSV(B) | 338.49º | 0.37% | 0.56% | - |
| XYZ | 18.06 | 14.54 | 16.61 | - |
| YUV | 109.01 | 128.56 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 91 | 110 | 0 | 0.37 | 0.24 | 0.44 | 338.49 | 0.23 | 0.46 |
| Hex | 90 | 5B | 6E | 0 | 25 | 18 | 2C | 152 | 17 | 2E |
| Octal | 220 | 133 | 156 | 0 | 45 | 30 | 54 | 522 | 27 | 56 |
| Binary | 10010000 | 1011011 | 1101110 | 0 | 100101 | 11000 | 101100 | 101010010 | 10111 | 101110 |
Color Harmonies of #905B6E
Complementary color
Monochromatic Colors of #905B6E
Black with #905B6E
Text Example
Text Example
White with #905B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905B6E; }
p { color: rgb(144,91,110); }
H1.HeaderClassName
{
color: #905B6E;
}
.AnyTagClassName
{
color: #905B6E;
}
</style>
background-color css
<style>
a { background-color: #905B6E; }
a { background-color: rgb(144,91,110); }
div.DivClassName
{
background-color: #905B6E;
}
.BgClassName
{
background-color: #905B6E;
}
</style>
border-color css
<style>
span { border-color: #905B6E; }
span { border-color: rgb(144,91,110); }
td.TdClassName
{
border-color: #905B6E;
}
.TagClassName
{
border-color: #905B6E;
}
</style>