Shades of Rusty Nail #92602B
Tints of Rusty Nail #92602B
RGB
CMYK
RGB Variations
Color information
#92602B (or 0x92602B) is known color: Rusty Nail. HEX triplet: 92, 60 and 2B. RGB value is (146,96,43). Sum of RGB (Red+Green+Blue) = 146+96+43=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #92602B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92602B is #6D9FD4. Grayscale: #696969. Windows color (decimal): -7184341 or 2842770. OLE color: 2842770.
HSL color Cylindrical-coordinate representation of color #92602B: hue angle of 30.87º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #92602B is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 96 | 43 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.43 |
| HSL | 30.87º | 0.54% | 0.37% | - |
| HSV(B) | 30.87º | 0.71% | 0.57% | - |
| XYZ | 16.47 | 14.65 | 4.25 | - |
| YUV | 104.91 | 93.07 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 96 | 43 | 0 | 0.34 | 0.71 | 0.43 | 30.87 | 0.54 | 0.37 |
| Hex | 92 | 60 | 2B | 0 | 22 | 47 | 2B | 1F | 36 | 25 |
| Octal | 222 | 140 | 53 | 0 | 42 | 107 | 53 | 37 | 66 | 45 |
| Binary | 10010010 | 1100000 | 101011 | 0 | 100010 | 1000111 | 101011 | 11111 | 110110 | 100101 |
Color Harmonies of #92602B
Complementary color
Monochromatic Colors of #92602B
Black with #92602B
Text Example
Text Example
White with #92602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92602B; }
p { color: rgb(146,96,43); }
H1.HeaderClassName
{
color: #92602B;
}
.AnyTagClassName
{
color: #92602B;
}
</style>
background-color css
<style>
a { background-color: #92602B; }
a { background-color: rgb(146,96,43); }
div.DivClassName
{
background-color: #92602B;
}
.BgClassName
{
background-color: #92602B;
}
</style>
border-color css
<style>
span { border-color: #92602B; }
span { border-color: rgb(146,96,43); }
td.TdClassName
{
border-color: #92602B;
}
.TagClassName
{
border-color: #92602B;
}
</style>