Shades of Rose Taupe #91605F
Tints of Rose Taupe #91605F
RGB
CMYK
RGB Variations
Color information
#91605F (or 0x91605F) is known color: Rose Taupe. HEX triplet: 91, 60 and 5F. RGB value is (145,96,95). Sum of RGB (Red+Green+Blue) = 145+96+95=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 145 - color contains mainly: red. Hex color #91605F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91605F is #6E9FA0. Grayscale: #6E6E6E. Windows color (decimal): -7249825 or 6250641. OLE color: 6250641.
HSL color Cylindrical-coordinate representation of color #91605F: hue angle of 1.2º 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 #91605F is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 96 | 95 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.43 |
| HSL | 1.2º | 0.21% | 0.47% | - |
| HSV(B) | 1.2º | 0.34% | 0.57% | - |
| XYZ | 17.93 | 15.21 | 12.82 | - |
| YUV | 110.54 | 119.23 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 96 | 95 | 0 | 0.34 | 0.34 | 0.43 | 1.2 | 0.21 | 0.47 |
| Hex | 91 | 60 | 5F | 0 | 22 | 22 | 2B | 1 | 15 | 2F |
| Octal | 221 | 140 | 137 | 0 | 42 | 42 | 53 | 1 | 25 | 57 |
| Binary | 10010001 | 1100000 | 1011111 | 0 | 100010 | 100010 | 101011 | 1 | 10101 | 101111 |
Color Harmonies of #91605F
Complementary color
Monochromatic Colors of #91605F
Black with #91605F
Text Example
Text Example
White with #91605F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91605F; }
p { color: rgb(145,96,95); }
H1.HeaderClassName
{
color: #91605F;
}
.AnyTagClassName
{
color: #91605F;
}
</style>
background-color css
<style>
a { background-color: #91605F; }
a { background-color: rgb(145,96,95); }
div.DivClassName
{
background-color: #91605F;
}
.BgClassName
{
background-color: #91605F;
}
</style>
border-color css
<style>
span { border-color: #91605F; }
span { border-color: rgb(145,96,95); }
td.TdClassName
{
border-color: #91605F;
}
.TagClassName
{
border-color: #91605F;
}
</style>