Shades of Rose Taupe #905E5B
Tints of Rose Taupe #905E5B
RGB
CMYK
RGB Variations
Color information
#905E5B (or 0x905E5B) is known color: Rose Taupe. HEX triplet: 90, 5E and 5B. RGB value is (144,94,91). Sum of RGB (Red+Green+Blue) = 144+94+91=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 144 - color contains mainly: red. Hex color #905E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905E5B is #6FA1A4. Grayscale: #6C6C6C. Windows color (decimal): -7315877 or 5987984. OLE color: 5987984.
HSL color Cylindrical-coordinate representation of color #905E5B: hue angle of 3.4º 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 #905E5B is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 94 | 91 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.44 |
| HSL | 3.4º | 0.23% | 0.46% | - |
| HSV(B) | 3.4º | 0.37% | 0.56% | - |
| XYZ | 17.39 | 14.69 | 11.82 | - |
| YUV | 108.61 | 118.07 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 94 | 91 | 0 | 0.35 | 0.37 | 0.44 | 3.4 | 0.23 | 0.46 |
| Hex | 90 | 5E | 5B | 0 | 23 | 25 | 2C | 3 | 17 | 2E |
| Octal | 220 | 136 | 133 | 0 | 43 | 45 | 54 | 3 | 27 | 56 |
| Binary | 10010000 | 1011110 | 1011011 | 0 | 100011 | 100101 | 101100 | 11 | 10111 | 101110 |
Color Harmonies of #905E5B
Complementary color
Monochromatic Colors of #905E5B
Black with #905E5B
Text Example
Text Example
White with #905E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905E5B; }
p { color: rgb(144,94,91); }
H1.HeaderClassName
{
color: #905E5B;
}
.AnyTagClassName
{
color: #905E5B;
}
</style>
background-color css
<style>
a { background-color: #905E5B; }
a { background-color: rgb(144,94,91); }
div.DivClassName
{
background-color: #905E5B;
}
.BgClassName
{
background-color: #905E5B;
}
</style>
border-color css
<style>
span { border-color: #905E5B; }
span { border-color: rgb(144,94,91); }
td.TdClassName
{
border-color: #905E5B;
}
.TagClassName
{
border-color: #905E5B;
}
</style>