Shades of Rusty Nail #896226
Tints of Rusty Nail #896226
RGB
CMYK
RGB Variations
Color information
#896226 (or 0x896226) is known color: Rusty Nail. HEX triplet: 89, 62 and 26. RGB value is (137,98,38). Sum of RGB (Red+Green+Blue) = 137+98+38=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #896226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896226 is #769DD9. Grayscale: #676767. Windows color (decimal): -7773658 or 2515593. OLE color: 2515593.
HSL color Cylindrical-coordinate representation of color #896226: hue angle of 36.36º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #896226 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 98 | 38 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.46 |
| HSL | 36.36º | 0.57% | 0.34% | - |
| HSV(B) | 36.36º | 0.72% | 0.54% | - |
| XYZ | 15.03 | 14.19 | 3.78 | - |
| YUV | 102.82 | 91.42 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 98 | 38 | 0 | 0.28 | 0.72 | 0.46 | 36.36 | 0.57 | 0.34 |
| Hex | 89 | 62 | 26 | 0 | 1C | 48 | 2E | 24 | 39 | 22 |
| Octal | 211 | 142 | 46 | 0 | 34 | 110 | 56 | 44 | 71 | 42 |
| Binary | 10001001 | 1100010 | 100110 | 0 | 11100 | 1001000 | 101110 | 100100 | 111001 | 100010 |
Color Harmonies of #896226
Complementary color
Monochromatic Colors of #896226
Black with #896226
Text Example
Text Example
White with #896226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896226; }
p { color: rgb(137,98,38); }
H1.HeaderClassName
{
color: #896226;
}
.AnyTagClassName
{
color: #896226;
}
</style>
background-color css
<style>
a { background-color: #896226; }
a { background-color: rgb(137,98,38); }
div.DivClassName
{
background-color: #896226;
}
.BgClassName
{
background-color: #896226;
}
</style>
border-color css
<style>
span { border-color: #896226; }
span { border-color: rgb(137,98,38); }
td.TdClassName
{
border-color: #896226;
}
.TagClassName
{
border-color: #896226;
}
</style>