Shades of Rusty Nail #8F602E
Tints of Rusty Nail #8F602E
RGB
CMYK
RGB Variations
Color information
#8F602E (or 0x8F602E) is known color: Rusty Nail. HEX triplet: 8F, 60 and 2E. RGB value is (143,96,46). Sum of RGB (Red+Green+Blue) = 143+96+46=285 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.18% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 143 - color contains mainly: red. Hex color #8F602E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F602E is #709FD1. Grayscale: #686868. Windows color (decimal): -7380946 or 3039375. OLE color: 3039375.
HSL color Cylindrical-coordinate representation of color #8F602E: hue angle of 30.93º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F602E is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 96 | 46 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.44 |
| HSL | 30.93º | 0.51% | 0.37% | - |
| HSV(B) | 30.93º | 0.68% | 0.56% | - |
| XYZ | 16 | 14.4 | 4.52 | - |
| YUV | 104.35 | 95.07 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 96 | 46 | 0 | 0.33 | 0.68 | 0.44 | 30.93 | 0.51 | 0.37 |
| Hex | 8F | 60 | 2E | 0 | 21 | 44 | 2C | 1F | 33 | 25 |
| Octal | 217 | 140 | 56 | 0 | 41 | 104 | 54 | 37 | 63 | 45 |
| Binary | 10001111 | 1100000 | 101110 | 0 | 100001 | 1000100 | 101100 | 11111 | 110011 | 100101 |
Color Harmonies of #8F602E
Complementary color
Monochromatic Colors of #8F602E
Black with #8F602E
Text Example
Text Example
White with #8F602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F602E; }
p { color: rgb(143,96,46); }
H1.HeaderClassName
{
color: #8F602E;
}
.AnyTagClassName
{
color: #8F602E;
}
</style>
background-color css
<style>
a { background-color: #8F602E; }
a { background-color: rgb(143,96,46); }
div.DivClassName
{
background-color: #8F602E;
}
.BgClassName
{
background-color: #8F602E;
}
</style>
border-color css
<style>
span { border-color: #8F602E; }
span { border-color: rgb(143,96,46); }
td.TdClassName
{
border-color: #8F602E;
}
.TagClassName
{
border-color: #8F602E;
}
</style>