Shades of Rusty Nail #8C6031
Tints of Rusty Nail #8C6031
RGB
CMYK
RGB Variations
Color information
#8C6031 (or 0x8C6031) is known color: Rusty Nail. HEX triplet: 8C, 60 and 31. RGB value is (140,96,49). Sum of RGB (Red+Green+Blue) = 140+96+49=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6031 is #739FCE. Grayscale: #686868. Windows color (decimal): -7577551 or 3235980. OLE color: 3235980.
HSL color Cylindrical-coordinate representation of color #8C6031: hue angle of 30.99º 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 #8C6031 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 96 | 49 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.45 |
| HSL | 30.99º | 0.48% | 0.37% | - |
| HSV(B) | 30.99º | 0.65% | 0.55% | - |
| XYZ | 15.55 | 14.16 | 4.82 | - |
| YUV | 103.8 | 97.08 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 49 | 0 | 0.31 | 0.65 | 0.45 | 30.99 | 0.48 | 0.37 |
| Hex | 8C | 60 | 31 | 0 | 1F | 41 | 2D | 1F | 30 | 25 |
| Octal | 214 | 140 | 61 | 0 | 37 | 101 | 55 | 37 | 60 | 45 |
| Binary | 10001100 | 1100000 | 110001 | 0 | 11111 | 1000001 | 101101 | 11111 | 110000 | 100101 |
Color Harmonies of #8C6031
Complementary color
Monochromatic Colors of #8C6031
Black with #8C6031
Text Example
Text Example
White with #8C6031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6031; }
p { color: rgb(140,96,49); }
H1.HeaderClassName
{
color: #8C6031;
}
.AnyTagClassName
{
color: #8C6031;
}
</style>
background-color css
<style>
a { background-color: #8C6031; }
a { background-color: rgb(140,96,49); }
div.DivClassName
{
background-color: #8C6031;
}
.BgClassName
{
background-color: #8C6031;
}
</style>
border-color css
<style>
span { border-color: #8C6031; }
span { border-color: rgb(140,96,49); }
td.TdClassName
{
border-color: #8C6031;
}
.TagClassName
{
border-color: #8C6031;
}
</style>