Shades of Rose Taupe #915D5C
Tints of Rose Taupe #915D5C
RGB
CMYK
RGB Variations
Color information
#915D5C (or 0x915D5C) is known color: Rose Taupe. HEX triplet: 91, 5D and 5C. RGB value is (145,93,92). Sum of RGB (Red+Green+Blue) = 145+93+92=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #915D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915D5C is #6EA2A3. Grayscale: #6C6C6C. Windows color (decimal): -7250596 or 6053265. OLE color: 6053265.
HSL color Cylindrical-coordinate representation of color #915D5C: hue angle of 1.13º degrees, saturation: 0.22, 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 #915D5C is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 93 | 92 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.43 |
| HSL | 1.13º | 0.22% | 0.46% | - |
| HSV(B) | 1.13º | 0.37% | 0.57% | - |
| XYZ | 17.52 | 14.62 | 12.02 | - |
| YUV | 108.43 | 118.73 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 92 | 0 | 0.36 | 0.37 | 0.43 | 1.13 | 0.22 | 0.46 |
| Hex | 91 | 5D | 5C | 0 | 24 | 25 | 2B | 1 | 16 | 2E |
| Octal | 221 | 135 | 134 | 0 | 44 | 45 | 53 | 1 | 26 | 56 |
| Binary | 10010001 | 1011101 | 1011100 | 0 | 100100 | 100101 | 101011 | 1 | 10110 | 101110 |
Color Harmonies of #915D5C
Complementary color
Monochromatic Colors of #915D5C
Black with #915D5C
Text Example
Text Example
White with #915D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915D5C; }
p { color: rgb(145,93,92); }
H1.HeaderClassName
{
color: #915D5C;
}
.AnyTagClassName
{
color: #915D5C;
}
</style>
background-color css
<style>
a { background-color: #915D5C; }
a { background-color: rgb(145,93,92); }
div.DivClassName
{
background-color: #915D5C;
}
.BgClassName
{
background-color: #915D5C;
}
</style>
border-color css
<style>
span { border-color: #915D5C; }
span { border-color: rgb(145,93,92); }
td.TdClassName
{
border-color: #915D5C;
}
.TagClassName
{
border-color: #915D5C;
}
</style>