Shades of Rusty Nail #8A622E
Tints of Rusty Nail #8A622E
RGB
CMYK
RGB Variations
Color information
#8A622E (or 0x8A622E) is known color: Rusty Nail. HEX triplet: 8A, 62 and 2E. RGB value is (138,98,46). Sum of RGB (Red+Green+Blue) = 138+98+46=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 138 - color contains mainly: red. Hex color #8A622E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A622E is #759DD1. Grayscale: #686868. Windows color (decimal): -7708114 or 3039882. OLE color: 3039882.
HSL color Cylindrical-coordinate representation of color #8A622E: hue angle of 33.91º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A622E is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 98 | 46 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.46 |
| HSL | 33.91º | 0.5% | 0.36% | - |
| HSV(B) | 33.91º | 0.67% | 0.54% | - |
| XYZ | 15.34 | 14.34 | 4.54 | - |
| YUV | 104.03 | 95.25 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 98 | 46 | 0 | 0.29 | 0.67 | 0.46 | 33.91 | 0.5 | 0.36 |
| Hex | 8A | 62 | 2E | 0 | 1D | 43 | 2E | 22 | 32 | 24 |
| Octal | 212 | 142 | 56 | 0 | 35 | 103 | 56 | 42 | 62 | 44 |
| Binary | 10001010 | 1100010 | 101110 | 0 | 11101 | 1000011 | 101110 | 100010 | 110010 | 100100 |
Color Harmonies of #8A622E
Complementary color
Monochromatic Colors of #8A622E
Black with #8A622E
Text Example
Text Example
White with #8A622E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A622E; }
p { color: rgb(138,98,46); }
H1.HeaderClassName
{
color: #8A622E;
}
.AnyTagClassName
{
color: #8A622E;
}
</style>
background-color css
<style>
a { background-color: #8A622E; }
a { background-color: rgb(138,98,46); }
div.DivClassName
{
background-color: #8A622E;
}
.BgClassName
{
background-color: #8A622E;
}
</style>
border-color css
<style>
span { border-color: #8A622E; }
span { border-color: rgb(138,98,46); }
td.TdClassName
{
border-color: #8A622E;
}
.TagClassName
{
border-color: #8A622E;
}
</style>