Shades of Rose Taupe #92605D
Tints of Rose Taupe #92605D
RGB
CMYK
RGB Variations
Color information
#92605D (or 0x92605D) is known color: Rose Taupe. HEX triplet: 92, 60 and 5D. RGB value is (146,96,93). Sum of RGB (Red+Green+Blue) = 146+96+93=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 146 - color contains mainly: red. Hex color #92605D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92605D is #6D9FA2. Grayscale: #6E6E6E. Windows color (decimal): -7184291 or 6119570. OLE color: 6119570.
HSL color Cylindrical-coordinate representation of color #92605D: hue angle of 3.4º 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 #92605D is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 96 | 93 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.43 |
| HSL | 3.4º | 0.22% | 0.47% | - |
| HSV(B) | 3.4º | 0.36% | 0.57% | - |
| XYZ | 18.01 | 15.27 | 12.35 | - |
| YUV | 110.61 | 118.07 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 96 | 93 | 0 | 0.34 | 0.36 | 0.43 | 3.4 | 0.22 | 0.47 |
| Hex | 92 | 60 | 5D | 0 | 22 | 24 | 2B | 3 | 16 | 2F |
| Octal | 222 | 140 | 135 | 0 | 42 | 44 | 53 | 3 | 26 | 57 |
| Binary | 10010010 | 1100000 | 1011101 | 0 | 100010 | 100100 | 101011 | 11 | 10110 | 101111 |
Color Harmonies of #92605D
Complementary color
Monochromatic Colors of #92605D
Black with #92605D
Text Example
Text Example
White with #92605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92605D; }
p { color: rgb(146,96,93); }
H1.HeaderClassName
{
color: #92605D;
}
.AnyTagClassName
{
color: #92605D;
}
</style>
background-color css
<style>
a { background-color: #92605D; }
a { background-color: rgb(146,96,93); }
div.DivClassName
{
background-color: #92605D;
}
.BgClassName
{
background-color: #92605D;
}
</style>
border-color css
<style>
span { border-color: #92605D; }
span { border-color: rgb(146,96,93); }
td.TdClassName
{
border-color: #92605D;
}
.TagClassName
{
border-color: #92605D;
}
</style>