Shades of Rusty Nail #8F612D
Tints of Rusty Nail #8F612D
RGB
CMYK
RGB Variations
Color information
#8F612D (or 0x8F612D) is known color: Rusty Nail. HEX triplet: 8F, 61 and 2D. RGB value is (143,97,45). Sum of RGB (Red+Green+Blue) = 143+97+45=285 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.18% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 143 - color contains mainly: red. Hex color #8F612D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F612D is #709ED2. Grayscale: #696969. Windows color (decimal): -7380691 or 2974095. OLE color: 2974095.
HSL color Cylindrical-coordinate representation of color #8F612D: hue angle of 31.84º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F612D is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 97 | 45 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.44 |
| HSL | 31.84º | 0.52% | 0.37% | - |
| HSV(B) | 31.84º | 0.69% | 0.56% | - |
| XYZ | 16.08 | 14.58 | 4.45 | - |
| YUV | 104.83 | 94.24 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 97 | 45 | 0 | 0.32 | 0.69 | 0.44 | 31.84 | 0.52 | 0.37 |
| Hex | 8F | 61 | 2D | 0 | 20 | 45 | 2C | 20 | 34 | 25 |
| Octal | 217 | 141 | 55 | 0 | 40 | 105 | 54 | 40 | 64 | 45 |
| Binary | 10001111 | 1100001 | 101101 | 0 | 100000 | 1000101 | 101100 | 100000 | 110100 | 100101 |
Color Harmonies of #8F612D
Complementary color
Monochromatic Colors of #8F612D
Black with #8F612D
Text Example
Text Example
White with #8F612D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F612D; }
p { color: rgb(143,97,45); }
H1.HeaderClassName
{
color: #8F612D;
}
.AnyTagClassName
{
color: #8F612D;
}
</style>
background-color css
<style>
a { background-color: #8F612D; }
a { background-color: rgb(143,97,45); }
div.DivClassName
{
background-color: #8F612D;
}
.BgClassName
{
background-color: #8F612D;
}
</style>
border-color css
<style>
span { border-color: #8F612D; }
span { border-color: rgb(143,97,45); }
td.TdClassName
{
border-color: #8F612D;
}
.TagClassName
{
border-color: #8F612D;
}
</style>