Shades of Rusty Nail #8D612E
Tints of Rusty Nail #8D612E
RGB
CMYK
RGB Variations
Color information
#8D612E (or 0x8D612E) is known color: Rusty Nail. HEX triplet: 8D, 61 and 2E. RGB value is (141,97,46). Sum of RGB (Red+Green+Blue) = 141+97+46=284 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.65% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 141 - color contains mainly: red. Hex color #8D612E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D612E is #729ED1. Grayscale: #686868. Windows color (decimal): -7511762 or 3039629. OLE color: 3039629.
HSL color Cylindrical-coordinate representation of color #8D612E: hue angle of 32.21º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D612E is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 97 | 46 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.45 |
| HSL | 32.21º | 0.51% | 0.37% | - |
| HSV(B) | 32.21º | 0.67% | 0.55% | - |
| XYZ | 15.75 | 14.41 | 4.54 | - |
| YUV | 104.34 | 95.08 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 46 | 0 | 0.31 | 0.67 | 0.45 | 32.21 | 0.51 | 0.37 |
| Hex | 8D | 61 | 2E | 0 | 1F | 43 | 2D | 20 | 33 | 25 |
| Octal | 215 | 141 | 56 | 0 | 37 | 103 | 55 | 40 | 63 | 45 |
| Binary | 10001101 | 1100001 | 101110 | 0 | 11111 | 1000011 | 101101 | 100000 | 110011 | 100101 |
Color Harmonies of #8D612E
Complementary color
Monochromatic Colors of #8D612E
Black with #8D612E
Text Example
Text Example
White with #8D612E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D612E; }
p { color: rgb(141,97,46); }
H1.HeaderClassName
{
color: #8D612E;
}
.AnyTagClassName
{
color: #8D612E;
}
</style>
background-color css
<style>
a { background-color: #8D612E; }
a { background-color: rgb(141,97,46); }
div.DivClassName
{
background-color: #8D612E;
}
.BgClassName
{
background-color: #8D612E;
}
</style>
border-color css
<style>
span { border-color: #8D612E; }
span { border-color: rgb(141,97,46); }
td.TdClassName
{
border-color: #8D612E;
}
.TagClassName
{
border-color: #8D612E;
}
</style>