Shades of Rose Taupe #905F5B
Tints of Rose Taupe #905F5B
RGB
CMYK
RGB Variations
Color information
#905F5B (or 0x905F5B) is known color: Rose Taupe. HEX triplet: 90, 5F and 5B. RGB value is (144,95,91). Sum of RGB (Red+Green+Blue) = 144+95+91=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 144 - color contains mainly: red. Hex color #905F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905F5B is #6FA0A4. Grayscale: #6D6D6D. Windows color (decimal): -7315621 or 5988240. OLE color: 5988240.
HSL color Cylindrical-coordinate representation of color #905F5B: hue angle of 4.53º 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 #905F5B is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 95 | 91 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.44 |
| HSL | 4.53º | 0.23% | 0.46% | - |
| HSV(B) | 4.53º | 0.37% | 0.56% | - |
| XYZ | 17.48 | 14.87 | 11.85 | - |
| YUV | 109.2 | 117.73 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 91 | 0 | 0.34 | 0.37 | 0.44 | 4.53 | 0.23 | 0.46 |
| Hex | 90 | 5F | 5B | 0 | 22 | 25 | 2C | 5 | 17 | 2E |
| Octal | 220 | 137 | 133 | 0 | 42 | 45 | 54 | 5 | 27 | 56 |
| Binary | 10010000 | 1011111 | 1011011 | 0 | 100010 | 100101 | 101100 | 101 | 10111 | 101110 |
Color Harmonies of #905F5B
Complementary color
Monochromatic Colors of #905F5B
Black with #905F5B
Text Example
Text Example
White with #905F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905F5B; }
p { color: rgb(144,95,91); }
H1.HeaderClassName
{
color: #905F5B;
}
.AnyTagClassName
{
color: #905F5B;
}
</style>
background-color css
<style>
a { background-color: #905F5B; }
a { background-color: rgb(144,95,91); }
div.DivClassName
{
background-color: #905F5B;
}
.BgClassName
{
background-color: #905F5B;
}
</style>
border-color css
<style>
span { border-color: #905F5B; }
span { border-color: rgb(144,95,91); }
td.TdClassName
{
border-color: #905F5B;
}
.TagClassName
{
border-color: #905F5B;
}
</style>