Shades of Rusty Nail #8C602D
Tints of Rusty Nail #8C602D
RGB
CMYK
RGB Variations
Color information
#8C602D (or 0x8C602D) is known color: Rusty Nail. HEX triplet: 8C, 60 and 2D. RGB value is (140,96,45). Sum of RGB (Red+Green+Blue) = 140+96+45=281 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.82% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 140 - color contains mainly: red. Hex color #8C602D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C602D is #739FD2. Grayscale: #676767. Windows color (decimal): -7577555 or 2973836. OLE color: 2973836.
HSL color Cylindrical-coordinate representation of color #8C602D: hue angle of 32.21º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C602D is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 96 | 45 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.45 |
| HSL | 32.21º | 0.51% | 0.36% | - |
| HSV(B) | 32.21º | 0.68% | 0.55% | - |
| XYZ | 15.47 | 14.13 | 4.39 | - |
| YUV | 103.34 | 95.08 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 45 | 0 | 0.31 | 0.68 | 0.45 | 32.21 | 0.51 | 0.36 |
| Hex | 8C | 60 | 2D | 0 | 1F | 44 | 2D | 20 | 33 | 24 |
| Octal | 214 | 140 | 55 | 0 | 37 | 104 | 55 | 40 | 63 | 44 |
| Binary | 10001100 | 1100000 | 101101 | 0 | 11111 | 1000100 | 101101 | 100000 | 110011 | 100100 |
Color Harmonies of #8C602D
Complementary color
Monochromatic Colors of #8C602D
Black with #8C602D
Text Example
Text Example
White with #8C602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C602D; }
p { color: rgb(140,96,45); }
H1.HeaderClassName
{
color: #8C602D;
}
.AnyTagClassName
{
color: #8C602D;
}
</style>
background-color css
<style>
a { background-color: #8C602D; }
a { background-color: rgb(140,96,45); }
div.DivClassName
{
background-color: #8C602D;
}
.BgClassName
{
background-color: #8C602D;
}
</style>
border-color css
<style>
span { border-color: #8C602D; }
span { border-color: rgb(140,96,45); }
td.TdClassName
{
border-color: #8C602D;
}
.TagClassName
{
border-color: #8C602D;
}
</style>