Shades of Rusty Nail #8E672E
Tints of Rusty Nail #8E672E
RGB
CMYK
RGB Variations
Color information
#8E672E (or 0x8E672E) is known color: Rusty Nail. HEX triplet: 8E, 67 and 2E. RGB value is (142,103,46). Sum of RGB (Red+Green+Blue) = 142+103+46=291 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.80% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 142 - color contains mainly: red. Hex color #8E672E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E672E is #7198D1. Grayscale: #6C6C6C. Windows color (decimal): -7444690 or 3041166. OLE color: 3041166.
HSL color Cylindrical-coordinate representation of color #8E672E: hue angle of 35.62º 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 #8E672E is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 103 | 46 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.44 |
| HSL | 35.63º | 0.51% | 0.37% | - |
| HSV(B) | 35.63º | 0.68% | 0.56% | - |
| XYZ | 16.5 | 15.65 | 4.74 | - |
| YUV | 108.16 | 92.92 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 103 | 46 | 0 | 0.27 | 0.68 | 0.44 | 35.63 | 0.51 | 0.37 |
| Hex | 8E | 67 | 2E | 0 | 1B | 44 | 2C | 24 | 33 | 25 |
| Octal | 216 | 147 | 56 | 0 | 33 | 104 | 54 | 44 | 63 | 45 |
| Binary | 10001110 | 1100111 | 101110 | 0 | 11011 | 1000100 | 101100 | 100100 | 110011 | 100101 |
Color Harmonies of #8E672E
Complementary color
Monochromatic Colors of #8E672E
Black with #8E672E
Text Example
Text Example
White with #8E672E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E672E; }
p { color: rgb(142,103,46); }
H1.HeaderClassName
{
color: #8E672E;
}
.AnyTagClassName
{
color: #8E672E;
}
</style>
background-color css
<style>
a { background-color: #8E672E; }
a { background-color: rgb(142,103,46); }
div.DivClassName
{
background-color: #8E672E;
}
.BgClassName
{
background-color: #8E672E;
}
</style>
border-color css
<style>
span { border-color: #8E672E; }
span { border-color: rgb(142,103,46); }
td.TdClassName
{
border-color: #8E672E;
}
.TagClassName
{
border-color: #8E672E;
}
</style>