Shades of Rusty Nail #8E642F
Tints of Rusty Nail #8E642F
RGB
CMYK
RGB Variations
Color information
#8E642F (or 0x8E642F) is known color: Rusty Nail. HEX triplet: 8E, 64 and 2F. RGB value is (142,100,47). Sum of RGB (Red+Green+Blue) = 142+100+47=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E642F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E642F is #719BD0. Grayscale: #6A6A6A. Windows color (decimal): -7445457 or 3105934. OLE color: 3105934.
HSL color Cylindrical-coordinate representation of color #8E642F: hue angle of 33.47º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E642F is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 100 | 47 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.44 |
| HSL | 33.47º | 0.5% | 0.37% | - |
| HSV(B) | 33.47º | 0.67% | 0.56% | - |
| XYZ | 16.23 | 15.07 | 4.74 | - |
| YUV | 106.52 | 94.41 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 100 | 47 | 0 | 0.30 | 0.67 | 0.44 | 33.47 | 0.5 | 0.37 |
| Hex | 8E | 64 | 2F | 0 | 1E | 43 | 2C | 21 | 32 | 25 |
| Octal | 216 | 144 | 57 | 0 | 36 | 103 | 54 | 41 | 62 | 45 |
| Binary | 10001110 | 1100100 | 101111 | 0 | 11110 | 1000011 | 101100 | 100001 | 110010 | 100101 |
Color Harmonies of #8E642F
Complementary color
Monochromatic Colors of #8E642F
Black with #8E642F
Text Example
Text Example
White with #8E642F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E642F; }
p { color: rgb(142,100,47); }
H1.HeaderClassName
{
color: #8E642F;
}
.AnyTagClassName
{
color: #8E642F;
}
</style>
background-color css
<style>
a { background-color: #8E642F; }
a { background-color: rgb(142,100,47); }
div.DivClassName
{
background-color: #8E642F;
}
.BgClassName
{
background-color: #8E642F;
}
</style>
border-color css
<style>
span { border-color: #8E642F; }
span { border-color: rgb(142,100,47); }
td.TdClassName
{
border-color: #8E642F;
}
.TagClassName
{
border-color: #8E642F;
}
</style>