Shades of Rose Taupe #92615E
Tints of Rose Taupe #92615E
RGB
CMYK
RGB Variations
Color information
#92615E (or 0x92615E) is known color: Rose Taupe. HEX triplet: 92, 61 and 5E. RGB value is (146,97,94). Sum of RGB (Red+Green+Blue) = 146+97+94=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 146 - color contains mainly: red. Hex color #92615E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92615E is #6D9EA1. Grayscale: #6F6F6F. Windows color (decimal): -7184034 or 6185362. OLE color: 6185362.
HSL color Cylindrical-coordinate representation of color #92615E: 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 #92615E is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 97 | 94 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.43 |
| HSL | 3.46º | 0.22% | 0.47% | - |
| HSV(B) | 3.46º | 0.36% | 0.57% | - |
| XYZ | 18.15 | 15.47 | 12.62 | - |
| YUV | 111.31 | 118.23 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 97 | 94 | 0 | 0.34 | 0.36 | 0.43 | 3.46 | 0.22 | 0.47 |
| Hex | 92 | 61 | 5E | 0 | 22 | 24 | 2B | 3 | 16 | 2F |
| Octal | 222 | 141 | 136 | 0 | 42 | 44 | 53 | 3 | 26 | 57 |
| Binary | 10010010 | 1100001 | 1011110 | 0 | 100010 | 100100 | 101011 | 11 | 10110 | 101111 |
Color Harmonies of #92615E
Complementary color
Monochromatic Colors of #92615E
Black with #92615E
Text Example
Text Example
White with #92615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92615E; }
p { color: rgb(146,97,94); }
H1.HeaderClassName
{
color: #92615E;
}
.AnyTagClassName
{
color: #92615E;
}
</style>
background-color css
<style>
a { background-color: #92615E; }
a { background-color: rgb(146,97,94); }
div.DivClassName
{
background-color: #92615E;
}
.BgClassName
{
background-color: #92615E;
}
</style>
border-color css
<style>
span { border-color: #92615E; }
span { border-color: rgb(146,97,94); }
td.TdClassName
{
border-color: #92615E;
}
.TagClassName
{
border-color: #92615E;
}
</style>