Shades of Rusty Nail #8A662E
Tints of Rusty Nail #8A662E
RGB
CMYK
RGB Variations
Color information
#8A662E (or 0x8A662E) is known color: Rusty Nail. HEX triplet: 8A, 66 and 2E. RGB value is (138,102,46). Sum of RGB (Red+Green+Blue) = 138+102+46=286 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.25% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 138 - color contains mainly: red. Hex color #8A662E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A662E is #7599D1. Grayscale: #6A6A6A. Windows color (decimal): -7707090 or 3040906. OLE color: 3040906.
HSL color Cylindrical-coordinate representation of color #8A662E: hue angle of 36.52º 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 #8A662E is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 102 | 46 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.46 |
| HSL | 36.52º | 0.5% | 0.36% | - |
| HSV(B) | 36.52º | 0.67% | 0.54% | - |
| XYZ | 15.73 | 15.1 | 4.67 | - |
| YUV | 106.38 | 93.93 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 102 | 46 | 0 | 0.26 | 0.67 | 0.46 | 36.52 | 0.5 | 0.36 |
| Hex | 8A | 66 | 2E | 0 | 1A | 43 | 2E | 25 | 32 | 24 |
| Octal | 212 | 146 | 56 | 0 | 32 | 103 | 56 | 45 | 62 | 44 |
| Binary | 10001010 | 1100110 | 101110 | 0 | 11010 | 1000011 | 101110 | 100101 | 110010 | 100100 |
Color Harmonies of #8A662E
Complementary color
Monochromatic Colors of #8A662E
Black with #8A662E
Text Example
Text Example
White with #8A662E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A662E; }
p { color: rgb(138,102,46); }
H1.HeaderClassName
{
color: #8A662E;
}
.AnyTagClassName
{
color: #8A662E;
}
</style>
background-color css
<style>
a { background-color: #8A662E; }
a { background-color: rgb(138,102,46); }
div.DivClassName
{
background-color: #8A662E;
}
.BgClassName
{
background-color: #8A662E;
}
</style>
border-color css
<style>
span { border-color: #8A662E; }
span { border-color: rgb(138,102,46); }
td.TdClassName
{
border-color: #8A662E;
}
.TagClassName
{
border-color: #8A662E;
}
</style>