Shades of Rusty Nail #896229
Tints of Rusty Nail #896229
RGB
CMYK
RGB Variations
Color information
#896229 (or 0x896229) is known color: Rusty Nail. HEX triplet: 89, 62 and 29. RGB value is (137,98,41). Sum of RGB (Red+Green+Blue) = 137+98+41=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #896229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896229 is #769DD6. Grayscale: #676767. Windows color (decimal): -7773655 or 2712201. OLE color: 2712201.
HSL color Cylindrical-coordinate representation of color #896229: hue angle of 35.62º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #896229 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 98 | 41 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.46 |
| HSL | 35.63º | 0.54% | 0.35% | - |
| HSV(B) | 35.63º | 0.7% | 0.54% | - |
| XYZ | 15.08 | 14.21 | 4.05 | - |
| YUV | 103.16 | 92.92 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 98 | 41 | 0 | 0.28 | 0.70 | 0.46 | 35.63 | 0.54 | 0.35 |
| Hex | 89 | 62 | 29 | 0 | 1C | 46 | 2E | 24 | 36 | 23 |
| Octal | 211 | 142 | 51 | 0 | 34 | 106 | 56 | 44 | 66 | 43 |
| Binary | 10001001 | 1100010 | 101001 | 0 | 11100 | 1000110 | 101110 | 100100 | 110110 | 100011 |
Color Harmonies of #896229
Complementary color
Monochromatic Colors of #896229
Black with #896229
Text Example
Text Example
White with #896229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896229; }
p { color: rgb(137,98,41); }
H1.HeaderClassName
{
color: #896229;
}
.AnyTagClassName
{
color: #896229;
}
</style>
background-color css
<style>
a { background-color: #896229; }
a { background-color: rgb(137,98,41); }
div.DivClassName
{
background-color: #896229;
}
.BgClassName
{
background-color: #896229;
}
</style>
border-color css
<style>
span { border-color: #896229; }
span { border-color: rgb(137,98,41); }
td.TdClassName
{
border-color: #896229;
}
.TagClassName
{
border-color: #896229;
}
</style>