Shades of Rusty Nail #89662D
Tints of Rusty Nail #89662D
RGB
CMYK
RGB Variations
Color information
#89662D (or 0x89662D) is known color: Rusty Nail. HEX triplet: 89, 66 and 2D. RGB value is (137,102,45). Sum of RGB (Red+Green+Blue) = 137+102+45=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #89662D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89662D is #7699D2. Grayscale: #6A6A6A. Windows color (decimal): -7772627 or 2975369. OLE color: 2975369.
HSL color Cylindrical-coordinate representation of color #89662D: hue angle of 37.17º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #89662D is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 102 | 45 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.46 |
| HSL | 37.17º | 0.51% | 0.36% | - |
| HSV(B) | 37.17º | 0.67% | 0.54% | - |
| XYZ | 15.54 | 15.01 | 4.56 | - |
| YUV | 105.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 102 | 45 | 0 | 0.26 | 0.67 | 0.46 | 37.17 | 0.51 | 0.36 |
| Hex | 89 | 66 | 2D | 0 | 1A | 43 | 2E | 25 | 33 | 24 |
| Octal | 211 | 146 | 55 | 0 | 32 | 103 | 56 | 45 | 63 | 44 |
| Binary | 10001001 | 1100110 | 101101 | 0 | 11010 | 1000011 | 101110 | 100101 | 110011 | 100100 |
Color Harmonies of #89662D
Complementary color
Monochromatic Colors of #89662D
Black with #89662D
Text Example
Text Example
White with #89662D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89662D; }
p { color: rgb(137,102,45); }
H1.HeaderClassName
{
color: #89662D;
}
.AnyTagClassName
{
color: #89662D;
}
</style>
background-color css
<style>
a { background-color: #89662D; }
a { background-color: rgb(137,102,45); }
div.DivClassName
{
background-color: #89662D;
}
.BgClassName
{
background-color: #89662D;
}
</style>
border-color css
<style>
span { border-color: #89662D; }
span { border-color: rgb(137,102,45); }
td.TdClassName
{
border-color: #89662D;
}
.TagClassName
{
border-color: #89662D;
}
</style>