Shades of Rose Taupe #91615C
Tints of Rose Taupe #91615C
RGB
CMYK
RGB Variations
Color information
#91615C (or 0x91615C) is known color: Rose Taupe. HEX triplet: 91, 61 and 5C. RGB value is (145,97,92). Sum of RGB (Red+Green+Blue) = 145+97+92=334 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.41% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 145 - color contains mainly: red. Hex color #91615C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91615C is #6E9EA3. Grayscale: #6E6E6E. Windows color (decimal): -7249572 or 6054289. OLE color: 6054289.
HSL color Cylindrical-coordinate representation of color #91615C: hue angle of 5.66º 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 #91615C is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 97 | 92 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.43 |
| HSL | 5.66º | 0.22% | 0.46% | - |
| HSV(B) | 5.66º | 0.37% | 0.57% | - |
| XYZ | 17.88 | 15.34 | 12.14 | - |
| YUV | 110.78 | 117.4 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 97 | 92 | 0 | 0.33 | 0.37 | 0.43 | 5.66 | 0.22 | 0.46 |
| Hex | 91 | 61 | 5C | 0 | 21 | 25 | 2B | 6 | 16 | 2E |
| Octal | 221 | 141 | 134 | 0 | 41 | 45 | 53 | 6 | 26 | 56 |
| Binary | 10010001 | 1100001 | 1011100 | 0 | 100001 | 100101 | 101011 | 110 | 10110 | 101110 |
Color Harmonies of #91615C
Complementary color
Monochromatic Colors of #91615C
Black with #91615C
Text Example
Text Example
White with #91615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91615C; }
p { color: rgb(145,97,92); }
H1.HeaderClassName
{
color: #91615C;
}
.AnyTagClassName
{
color: #91615C;
}
</style>
background-color css
<style>
a { background-color: #91615C; }
a { background-color: rgb(145,97,92); }
div.DivClassName
{
background-color: #91615C;
}
.BgClassName
{
background-color: #91615C;
}
</style>
border-color css
<style>
span { border-color: #91615C; }
span { border-color: rgb(145,97,92); }
td.TdClassName
{
border-color: #91615C;
}
.TagClassName
{
border-color: #91615C;
}
</style>