Shades of Rose Taupe #91635E
Tints of Rose Taupe #91635E
RGB
CMYK
RGB Variations
Color information
#91635E (or 0x91635E) is known color: Rose Taupe. HEX triplet: 91, 63 and 5E. RGB value is (145,99,94). Sum of RGB (Red+Green+Blue) = 145+99+94=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 145 - color contains mainly: red. Hex color #91635E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91635E is #6E9CA1. Grayscale: #707070. Windows color (decimal): -7249058 or 6185873. OLE color: 6185873.
HSL color Cylindrical-coordinate representation of color #91635E: hue angle of 5.88º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91635E is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 99 | 94 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.43 |
| HSL | 5.88º | 0.21% | 0.47% | - |
| HSV(B) | 5.88º | 0.35% | 0.57% | - |
| XYZ | 18.16 | 15.75 | 12.67 | - |
| YUV | 112.18 | 117.74 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 99 | 94 | 0 | 0.32 | 0.35 | 0.43 | 5.88 | 0.21 | 0.47 |
| Hex | 91 | 63 | 5E | 0 | 20 | 23 | 2B | 6 | 15 | 2F |
| Octal | 221 | 143 | 136 | 0 | 40 | 43 | 53 | 6 | 25 | 57 |
| Binary | 10010001 | 1100011 | 1011110 | 0 | 100000 | 100011 | 101011 | 110 | 10101 | 101111 |
Color Harmonies of #91635E
Complementary color
Monochromatic Colors of #91635E
Black with #91635E
Text Example
Text Example
White with #91635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91635E; }
p { color: rgb(145,99,94); }
H1.HeaderClassName
{
color: #91635E;
}
.AnyTagClassName
{
color: #91635E;
}
</style>
background-color css
<style>
a { background-color: #91635E; }
a { background-color: rgb(145,99,94); }
div.DivClassName
{
background-color: #91635E;
}
.BgClassName
{
background-color: #91635E;
}
</style>
border-color css
<style>
span { border-color: #91635E; }
span { border-color: rgb(145,99,94); }
td.TdClassName
{
border-color: #91635E;
}
.TagClassName
{
border-color: #91635E;
}
</style>