Shades of Rusty Nail #8C6131
Tints of Rusty Nail #8C6131
RGB
CMYK
RGB Variations
Color information
#8C6131 (or 0x8C6131) is known color: Rusty Nail. HEX triplet: 8C, 61 and 31. RGB value is (140,97,49). Sum of RGB (Red+Green+Blue) = 140+97+49=286 (37% of max value = 765). Red value is 140 (55.08% from 255 or 48.95% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6131 is #739ECE. Grayscale: #686868. Windows color (decimal): -7577295 or 3236236. OLE color: 3236236.
HSL color Cylindrical-coordinate representation of color #8C6131: hue angle of 31.65º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C6131 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 97 | 49 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.45 |
| HSL | 31.65º | 0.48% | 0.37% | - |
| HSV(B) | 31.65º | 0.65% | 0.55% | - |
| XYZ | 15.64 | 14.35 | 4.85 | - |
| YUV | 104.39 | 96.75 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 97 | 49 | 0 | 0.31 | 0.65 | 0.45 | 31.65 | 0.48 | 0.37 |
| Hex | 8C | 61 | 31 | 0 | 1F | 41 | 2D | 20 | 30 | 25 |
| Octal | 214 | 141 | 61 | 0 | 37 | 101 | 55 | 40 | 60 | 45 |
| Binary | 10001100 | 1100001 | 110001 | 0 | 11111 | 1000001 | 101101 | 100000 | 110000 | 100101 |
Color Harmonies of #8C6131
Complementary color
Monochromatic Colors of #8C6131
Black with #8C6131
Text Example
Text Example
White with #8C6131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6131; }
p { color: rgb(140,97,49); }
H1.HeaderClassName
{
color: #8C6131;
}
.AnyTagClassName
{
color: #8C6131;
}
</style>
background-color css
<style>
a { background-color: #8C6131; }
a { background-color: rgb(140,97,49); }
div.DivClassName
{
background-color: #8C6131;
}
.BgClassName
{
background-color: #8C6131;
}
</style>
border-color css
<style>
span { border-color: #8C6131; }
span { border-color: rgb(140,97,49); }
td.TdClassName
{
border-color: #8C6131;
}
.TagClassName
{
border-color: #8C6131;
}
</style>