Shades of Rusty Nail #8C612E
Tints of Rusty Nail #8C612E
RGB
CMYK
RGB Variations
Color information
#8C612E (or 0x8C612E) is known color: Rusty Nail. HEX triplet: 8C, 61 and 2E. RGB value is (140,97,46). Sum of RGB (Red+Green+Blue) = 140+97+46=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C612E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C612E is #739ED1. Grayscale: #686868. Windows color (decimal): -7577298 or 3039628. OLE color: 3039628.
HSL color Cylindrical-coordinate representation of color #8C612E: hue angle of 32.55º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C612E is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 97 | 46 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.45 |
| HSL | 32.55º | 0.51% | 0.36% | - |
| HSV(B) | 32.55º | 0.67% | 0.55% | - |
| XYZ | 15.58 | 14.32 | 4.53 | - |
| YUV | 104.04 | 95.25 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 97 | 46 | 0 | 0.31 | 0.67 | 0.45 | 32.55 | 0.51 | 0.36 |
| Hex | 8C | 61 | 2E | 0 | 1F | 43 | 2D | 21 | 33 | 24 |
| Octal | 214 | 141 | 56 | 0 | 37 | 103 | 55 | 41 | 63 | 44 |
| Binary | 10001100 | 1100001 | 101110 | 0 | 11111 | 1000011 | 101101 | 100001 | 110011 | 100100 |
Color Harmonies of #8C612E
Complementary color
Monochromatic Colors of #8C612E
Black with #8C612E
Text Example
Text Example
White with #8C612E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C612E; }
p { color: rgb(140,97,46); }
H1.HeaderClassName
{
color: #8C612E;
}
.AnyTagClassName
{
color: #8C612E;
}
</style>
background-color css
<style>
a { background-color: #8C612E; }
a { background-color: rgb(140,97,46); }
div.DivClassName
{
background-color: #8C612E;
}
.BgClassName
{
background-color: #8C612E;
}
</style>
border-color css
<style>
span { border-color: #8C612E; }
span { border-color: rgb(140,97,46); }
td.TdClassName
{
border-color: #8C612E;
}
.TagClassName
{
border-color: #8C612E;
}
</style>