Shades of Rusty Nail #8C602C
Tints of Rusty Nail #8C602C
RGB
CMYK
RGB Variations
Color information
#8C602C (or 0x8C602C) is known color: Rusty Nail. HEX triplet: 8C, 60 and 2C. RGB value is (140,96,44). Sum of RGB (Red+Green+Blue) = 140+96+44=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C602C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C602C is #739FD3. Grayscale: #676767. Windows color (decimal): -7577556 or 2908300. OLE color: 2908300.
HSL color Cylindrical-coordinate representation of color #8C602C: hue angle of 32.5º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C602C is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 96 | 44 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.45 |
| HSL | 32.5º | 0.52% | 0.36% | - |
| HSV(B) | 32.5º | 0.69% | 0.55% | - |
| XYZ | 15.45 | 14.12 | 4.29 | - |
| YUV | 103.23 | 94.58 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 44 | 0 | 0.31 | 0.69 | 0.45 | 32.5 | 0.52 | 0.36 |
| Hex | 8C | 60 | 2C | 0 | 1F | 45 | 2D | 20 | 34 | 24 |
| Octal | 214 | 140 | 54 | 0 | 37 | 105 | 55 | 40 | 64 | 44 |
| Binary | 10001100 | 1100000 | 101100 | 0 | 11111 | 1000101 | 101101 | 100000 | 110100 | 100100 |
Color Harmonies of #8C602C
Complementary color
Monochromatic Colors of #8C602C
Black with #8C602C
Text Example
Text Example
White with #8C602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C602C; }
p { color: rgb(140,96,44); }
H1.HeaderClassName
{
color: #8C602C;
}
.AnyTagClassName
{
color: #8C602C;
}
</style>
background-color css
<style>
a { background-color: #8C602C; }
a { background-color: rgb(140,96,44); }
div.DivClassName
{
background-color: #8C602C;
}
.BgClassName
{
background-color: #8C602C;
}
</style>
border-color css
<style>
span { border-color: #8C602C; }
span { border-color: rgb(140,96,44); }
td.TdClassName
{
border-color: #8C602C;
}
.TagClassName
{
border-color: #8C602C;
}
</style>