Shades of Rusty Nail #8E622F
Tints of Rusty Nail #8E622F
RGB
CMYK
RGB Variations
Color information
#8E622F (or 0x8E622F) is known color: Rusty Nail. HEX triplet: 8E, 62 and 2F. RGB value is (142,98,47). Sum of RGB (Red+Green+Blue) = 142+98+47=287 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.48% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 142 - color contains mainly: red. Hex color #8E622F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E622F is #719DD0. Grayscale: #696969. Windows color (decimal): -7445969 or 3105422. OLE color: 3105422.
HSL color Cylindrical-coordinate representation of color #8E622F: hue angle of 32.21º 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 #8E622F is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 98 | 47 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.44 |
| HSL | 32.21º | 0.5% | 0.37% | - |
| HSV(B) | 32.21º | 0.67% | 0.56% | - |
| XYZ | 16.04 | 14.69 | 4.68 | - |
| YUV | 105.34 | 95.08 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 98 | 47 | 0 | 0.31 | 0.67 | 0.44 | 32.21 | 0.5 | 0.37 |
| Hex | 8E | 62 | 2F | 0 | 1F | 43 | 2C | 20 | 32 | 25 |
| Octal | 216 | 142 | 57 | 0 | 37 | 103 | 54 | 40 | 62 | 45 |
| Binary | 10001110 | 1100010 | 101111 | 0 | 11111 | 1000011 | 101100 | 100000 | 110010 | 100101 |
Color Harmonies of #8E622F
Complementary color
Monochromatic Colors of #8E622F
Black with #8E622F
Text Example
Text Example
White with #8E622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E622F; }
p { color: rgb(142,98,47); }
H1.HeaderClassName
{
color: #8E622F;
}
.AnyTagClassName
{
color: #8E622F;
}
</style>
background-color css
<style>
a { background-color: #8E622F; }
a { background-color: rgb(142,98,47); }
div.DivClassName
{
background-color: #8E622F;
}
.BgClassName
{
background-color: #8E622F;
}
</style>
border-color css
<style>
span { border-color: #8E622F; }
span { border-color: rgb(142,98,47); }
td.TdClassName
{
border-color: #8E622F;
}
.TagClassName
{
border-color: #8E622F;
}
</style>