Shades of Rose Taupe #91635F
Tints of Rose Taupe #91635F
RGB
CMYK
RGB Variations
Color information
#91635F (or 0x91635F) is known color: Rose Taupe. HEX triplet: 91, 63 and 5F. RGB value is (145,99,95). Sum of RGB (Red+Green+Blue) = 145+99+95=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #91635F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91635F is #6E9CA0. Grayscale: #707070. Windows color (decimal): -7249057 or 6251409. OLE color: 6251409.
HSL color Cylindrical-coordinate representation of color #91635F: hue angle of 4.8º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91635F is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 99 | 95 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.43 |
| HSL | 4.8º | 0.21% | 0.47% | - |
| HSV(B) | 4.8º | 0.34% | 0.57% | - |
| XYZ | 18.2 | 15.77 | 12.91 | - |
| YUV | 112.3 | 118.24 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 99 | 95 | 0 | 0.32 | 0.34 | 0.43 | 4.8 | 0.21 | 0.47 |
| Hex | 91 | 63 | 5F | 0 | 20 | 22 | 2B | 5 | 15 | 2F |
| Octal | 221 | 143 | 137 | 0 | 40 | 42 | 53 | 5 | 25 | 57 |
| Binary | 10010001 | 1100011 | 1011111 | 0 | 100000 | 100010 | 101011 | 101 | 10101 | 101111 |
Color Harmonies of #91635F
Complementary color
Monochromatic Colors of #91635F
Black with #91635F
Text Example
Text Example
White with #91635F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91635F; }
p { color: rgb(145,99,95); }
H1.HeaderClassName
{
color: #91635F;
}
.AnyTagClassName
{
color: #91635F;
}
</style>
background-color css
<style>
a { background-color: #91635F; }
a { background-color: rgb(145,99,95); }
div.DivClassName
{
background-color: #91635F;
}
.BgClassName
{
background-color: #91635F;
}
</style>
border-color css
<style>
span { border-color: #91635F; }
span { border-color: rgb(145,99,95); }
td.TdClassName
{
border-color: #91635F;
}
.TagClassName
{
border-color: #91635F;
}
</style>