Shades of Rose Taupe #905A59
Tints of Rose Taupe #905A59
RGB
CMYK
RGB Variations
Color information
#905A59 (or 0x905A59) is known color: Rose Taupe. HEX triplet: 90, 5A and 59. RGB value is (144,90,89). Sum of RGB (Red+Green+Blue) = 144+90+89=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 144 - color contains mainly: red. Hex color #905A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905A59 is #6FA5A6. Grayscale: #6A6A6A. Windows color (decimal): -7316903 or 5855888. OLE color: 5855888.
HSL color Cylindrical-coordinate representation of color #905A59: hue angle of 1.09º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #905A59 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 90 | 89 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.44 |
| HSL | 1.09º | 0.24% | 0.46% | - |
| HSV(B) | 1.09º | 0.38% | 0.56% | - |
| XYZ | 16.96 | 13.96 | 11.25 | - |
| YUV | 106.03 | 118.39 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 89 | 0 | 0.37 | 0.38 | 0.44 | 1.09 | 0.24 | 0.46 |
| Hex | 90 | 5A | 59 | 0 | 25 | 26 | 2C | 1 | 18 | 2E |
| Octal | 220 | 132 | 131 | 0 | 45 | 46 | 54 | 1 | 30 | 56 |
| Binary | 10010000 | 1011010 | 1011001 | 0 | 100101 | 100110 | 101100 | 1 | 11000 | 101110 |
Color Harmonies of #905A59
Complementary color
Monochromatic Colors of #905A59
Black with #905A59
Text Example
Text Example
White with #905A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905A59; }
p { color: rgb(144,90,89); }
H1.HeaderClassName
{
color: #905A59;
}
.AnyTagClassName
{
color: #905A59;
}
</style>
background-color css
<style>
a { background-color: #905A59; }
a { background-color: rgb(144,90,89); }
div.DivClassName
{
background-color: #905A59;
}
.BgClassName
{
background-color: #905A59;
}
</style>
border-color css
<style>
span { border-color: #905A59; }
span { border-color: rgb(144,90,89); }
td.TdClassName
{
border-color: #905A59;
}
.TagClassName
{
border-color: #905A59;
}
</style>