Shades of Rusty Nail #8E672C
Tints of Rusty Nail #8E672C
RGB
CMYK
RGB Variations
Color information
#8E672C (or 0x8E672C) is known color: Rusty Nail. HEX triplet: 8E, 67 and 2C. RGB value is (142,103,44). Sum of RGB (Red+Green+Blue) = 142+103+44=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E672C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E672C is #7198D3. Grayscale: #6C6C6C. Windows color (decimal): -7444692 or 2910094. OLE color: 2910094.
HSL color Cylindrical-coordinate representation of color #8E672C: hue angle of 36.12º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E672C is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 103 | 44 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.44 |
| HSL | 36.12º | 0.53% | 0.36% | - |
| HSV(B) | 36.12º | 0.69% | 0.56% | - |
| XYZ | 16.46 | 15.63 | 4.53 | - |
| YUV | 107.94 | 91.92 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 103 | 44 | 0 | 0.27 | 0.69 | 0.44 | 36.12 | 0.53 | 0.36 |
| Hex | 8E | 67 | 2C | 0 | 1B | 45 | 2C | 24 | 35 | 24 |
| Octal | 216 | 147 | 54 | 0 | 33 | 105 | 54 | 44 | 65 | 44 |
| Binary | 10001110 | 1100111 | 101100 | 0 | 11011 | 1000101 | 101100 | 100100 | 110101 | 100100 |
Color Harmonies of #8E672C
Complementary color
Monochromatic Colors of #8E672C
Black with #8E672C
Text Example
Text Example
White with #8E672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E672C; }
p { color: rgb(142,103,44); }
H1.HeaderClassName
{
color: #8E672C;
}
.AnyTagClassName
{
color: #8E672C;
}
</style>
background-color css
<style>
a { background-color: #8E672C; }
a { background-color: rgb(142,103,44); }
div.DivClassName
{
background-color: #8E672C;
}
.BgClassName
{
background-color: #8E672C;
}
</style>
border-color css
<style>
span { border-color: #8E672C; }
span { border-color: rgb(142,103,44); }
td.TdClassName
{
border-color: #8E672C;
}
.TagClassName
{
border-color: #8E672C;
}
</style>