Shades of Rusty Nail #896128
Tints of Rusty Nail #896128
RGB
CMYK
RGB Variations
Color information
#896128 (or 0x896128) is known color: Rusty Nail. HEX triplet: 89, 61 and 28. RGB value is (137,97,40). Sum of RGB (Red+Green+Blue) = 137+97+40=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #896128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896128 is #769ED7. Grayscale: #666666. Windows color (decimal): -7773912 or 2646409. OLE color: 2646409.
HSL color Cylindrical-coordinate representation of color #896128: hue angle of 35.26º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #896128 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 97 | 40 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.46 |
| HSL | 35.26º | 0.55% | 0.35% | - |
| HSV(B) | 35.26º | 0.71% | 0.54% | - |
| XYZ | 14.97 | 14.02 | 3.92 | - |
| YUV | 102.46 | 92.75 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 97 | 40 | 0 | 0.29 | 0.71 | 0.46 | 35.26 | 0.55 | 0.35 |
| Hex | 89 | 61 | 28 | 0 | 1D | 47 | 2E | 23 | 37 | 23 |
| Octal | 211 | 141 | 50 | 0 | 35 | 107 | 56 | 43 | 67 | 43 |
| Binary | 10001001 | 1100001 | 101000 | 0 | 11101 | 1000111 | 101110 | 100011 | 110111 | 100011 |
Color Harmonies of #896128
Complementary color
Monochromatic Colors of #896128
Black with #896128
Text Example
Text Example
White with #896128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896128; }
p { color: rgb(137,97,40); }
H1.HeaderClassName
{
color: #896128;
}
.AnyTagClassName
{
color: #896128;
}
</style>
background-color css
<style>
a { background-color: #896128; }
a { background-color: rgb(137,97,40); }
div.DivClassName
{
background-color: #896128;
}
.BgClassName
{
background-color: #896128;
}
</style>
border-color css
<style>
span { border-color: #896128; }
span { border-color: rgb(137,97,40); }
td.TdClassName
{
border-color: #896128;
}
.TagClassName
{
border-color: #896128;
}
</style>