Shades of Rose Taupe #915E5B
Tints of Rose Taupe #915E5B
RGB
CMYK
RGB Variations
Color information
#915E5B (or 0x915E5B) is known color: Rose Taupe. HEX triplet: 91, 5E and 5B. RGB value is (145,94,91). Sum of RGB (Red+Green+Blue) = 145+94+91=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #915E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915E5B is #6EA1A4. Grayscale: #6C6C6C. Windows color (decimal): -7250341 or 5987985. OLE color: 5987985.
HSL color Cylindrical-coordinate representation of color #915E5B: hue angle of 3.33º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #915E5B is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 94 | 91 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.43 |
| HSL | 3.33º | 0.23% | 0.46% | - |
| HSV(B) | 3.33º | 0.37% | 0.57% | - |
| XYZ | 17.57 | 14.78 | 11.82 | - |
| YUV | 108.91 | 117.9 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 91 | 0 | 0.35 | 0.37 | 0.43 | 3.33 | 0.23 | 0.46 |
| Hex | 91 | 5E | 5B | 0 | 23 | 25 | 2B | 3 | 17 | 2E |
| Octal | 221 | 136 | 133 | 0 | 43 | 45 | 53 | 3 | 27 | 56 |
| Binary | 10010001 | 1011110 | 1011011 | 0 | 100011 | 100101 | 101011 | 11 | 10111 | 101110 |
Color Harmonies of #915E5B
Complementary color
Monochromatic Colors of #915E5B
Black with #915E5B
Text Example
Text Example
White with #915E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915E5B; }
p { color: rgb(145,94,91); }
H1.HeaderClassName
{
color: #915E5B;
}
.AnyTagClassName
{
color: #915E5B;
}
</style>
background-color css
<style>
a { background-color: #915E5B; }
a { background-color: rgb(145,94,91); }
div.DivClassName
{
background-color: #915E5B;
}
.BgClassName
{
background-color: #915E5B;
}
</style>
border-color css
<style>
span { border-color: #915E5B; }
span { border-color: rgb(145,94,91); }
td.TdClassName
{
border-color: #915E5B;
}
.TagClassName
{
border-color: #915E5B;
}
</style>