Shades of Rose Taupe #91605D
Tints of Rose Taupe #91605D
RGB
CMYK
RGB Variations
Color information
#91605D (or 0x91605D) is known color: Rose Taupe. HEX triplet: 91, 60 and 5D. RGB value is (145,96,93). Sum of RGB (Red+Green+Blue) = 145+96+93=334 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.41% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 145 - color contains mainly: red. Hex color #91605D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91605D is #6E9FA2. Grayscale: #6E6E6E. Windows color (decimal): -7249827 or 6119569. OLE color: 6119569.
HSL color Cylindrical-coordinate representation of color #91605D: hue angle of 3.46º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #91605D is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 96 | 93 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.43 |
| HSL | 3.46º | 0.22% | 0.47% | - |
| HSV(B) | 3.46º | 0.36% | 0.57% | - |
| XYZ | 17.84 | 15.18 | 12.35 | - |
| YUV | 110.31 | 118.23 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 96 | 93 | 0 | 0.34 | 0.36 | 0.43 | 3.46 | 0.22 | 0.47 |
| Hex | 91 | 60 | 5D | 0 | 22 | 24 | 2B | 3 | 16 | 2F |
| Octal | 221 | 140 | 135 | 0 | 42 | 44 | 53 | 3 | 26 | 57 |
| Binary | 10010001 | 1100000 | 1011101 | 0 | 100010 | 100100 | 101011 | 11 | 10110 | 101111 |
Color Harmonies of #91605D
Complementary color
Monochromatic Colors of #91605D
Black with #91605D
Text Example
Text Example
White with #91605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91605D; }
p { color: rgb(145,96,93); }
H1.HeaderClassName
{
color: #91605D;
}
.AnyTagClassName
{
color: #91605D;
}
</style>
background-color css
<style>
a { background-color: #91605D; }
a { background-color: rgb(145,96,93); }
div.DivClassName
{
background-color: #91605D;
}
.BgClassName
{
background-color: #91605D;
}
</style>
border-color css
<style>
span { border-color: #91605D; }
span { border-color: rgb(145,96,93); }
td.TdClassName
{
border-color: #91605D;
}
.TagClassName
{
border-color: #91605D;
}
</style>