Shades of Rose Taupe #916261
Tints of Rose Taupe #916261
RGB
CMYK
RGB Variations
Color information
#916261 (or 0x916261) is known color: Rose Taupe. HEX triplet: 91, 62 and 61. RGB value is (145,98,97). Sum of RGB (Red+Green+Blue) = 145+98+97=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 145 - color contains mainly: red. Hex color #916261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916261 is #6E9D9E. Grayscale: #6F6F6F. Windows color (decimal): -7249311 or 6382225. OLE color: 6382225.
HSL color Cylindrical-coordinate representation of color #916261: hue angle of 1.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #916261 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 98 | 97 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.43 |
| HSL | 1.25º | 0.2% | 0.47% | - |
| HSV(B) | 1.25º | 0.33% | 0.57% | - |
| XYZ | 18.2 | 15.62 | 13.36 | - |
| YUV | 111.94 | 119.57 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 98 | 97 | 0 | 0.32 | 0.33 | 0.43 | 1.25 | 0.2 | 0.47 |
| Hex | 91 | 62 | 61 | 0 | 20 | 21 | 2B | 1 | 14 | 2F |
| Octal | 221 | 142 | 141 | 0 | 40 | 41 | 53 | 1 | 24 | 57 |
| Binary | 10010001 | 1100010 | 1100001 | 0 | 100000 | 100001 | 101011 | 1 | 10100 | 101111 |
Color Harmonies of #916261
Complementary color
Monochromatic Colors of #916261
Black with #916261
Text Example
Text Example
White with #916261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916261; }
p { color: rgb(145,98,97); }
H1.HeaderClassName
{
color: #916261;
}
.AnyTagClassName
{
color: #916261;
}
</style>
background-color css
<style>
a { background-color: #916261; }
a { background-color: rgb(145,98,97); }
div.DivClassName
{
background-color: #916261;
}
.BgClassName
{
background-color: #916261;
}
</style>
border-color css
<style>
span { border-color: #916261; }
span { border-color: rgb(145,98,97); }
td.TdClassName
{
border-color: #916261;
}
.TagClassName
{
border-color: #916261;
}
</style>