Shades of Mauve Taupe #905F6A
Tints of Mauve Taupe #905F6A
RGB
CMYK
RGB Variations
Color information
#905F6A (or 0x905F6A) is known color: Mauve Taupe. HEX triplet: 90, 5F and 6A. RGB value is (144,95,106). Sum of RGB (Red+Green+Blue) = 144+95+106=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 144 - color contains mainly: red. Hex color #905F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905F6A is #6FA095. Grayscale: #6E6E6E. Windows color (decimal): -7315606 or 6971280. OLE color: 6971280.
HSL color Cylindrical-coordinate representation of color #905F6A: hue angle of 346.53º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #905F6A is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 95 | 106 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.44 |
| HSL | 346.53º | 0.21% | 0.47% | - |
| HSV(B) | 346.53º | 0.34% | 0.56% | - |
| XYZ | 18.2 | 15.15 | 15.6 | - |
| YUV | 110.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 106 | 0 | 0.34 | 0.26 | 0.44 | 346.53 | 0.21 | 0.47 |
| Hex | 90 | 5F | 6A | 0 | 22 | 1A | 2C | 15B | 15 | 2F |
| Octal | 220 | 137 | 152 | 0 | 42 | 32 | 54 | 533 | 25 | 57 |
| Binary | 10010000 | 1011111 | 1101010 | 0 | 100010 | 11010 | 101100 | 101011011 | 10101 | 101111 |
Color Harmonies of #905F6A
Complementary color
Monochromatic Colors of #905F6A
Black with #905F6A
Text Example
Text Example
White with #905F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905F6A; }
p { color: rgb(144,95,106); }
H1.HeaderClassName
{
color: #905F6A;
}
.AnyTagClassName
{
color: #905F6A;
}
</style>
background-color css
<style>
a { background-color: #905F6A; }
a { background-color: rgb(144,95,106); }
div.DivClassName
{
background-color: #905F6A;
}
.BgClassName
{
background-color: #905F6A;
}
</style>
border-color css
<style>
span { border-color: #905F6A; }
span { border-color: rgb(144,95,106); }
td.TdClassName
{
border-color: #905F6A;
}
.TagClassName
{
border-color: #905F6A;
}
</style>