Shades of Rusty Nail #8A6131
Tints of Rusty Nail #8A6131
RGB
CMYK
RGB Variations
Color information
#8A6131 (or 0x8A6131) is known color: Rusty Nail. HEX triplet: 8A, 61 and 31. RGB value is (138,97,49). Sum of RGB (Red+Green+Blue) = 138+97+49=284 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.59% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6131 is #759ECE. Grayscale: #686868. Windows color (decimal): -7708367 or 3236234. OLE color: 3236234.
HSL color Cylindrical-coordinate representation of color #8A6131: hue angle of 32.36º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A6131 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 97 | 49 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.46 |
| HSL | 32.36º | 0.48% | 0.37% | - |
| HSV(B) | 32.36º | 0.64% | 0.54% | - |
| XYZ | 15.31 | 14.17 | 4.83 | - |
| YUV | 103.79 | 97.08 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 97 | 49 | 0 | 0.30 | 0.64 | 0.46 | 32.36 | 0.48 | 0.37 |
| Hex | 8A | 61 | 31 | 0 | 1E | 40 | 2E | 20 | 30 | 25 |
| Octal | 212 | 141 | 61 | 0 | 36 | 100 | 56 | 40 | 60 | 45 |
| Binary | 10001010 | 1100001 | 110001 | 0 | 11110 | 1000000 | 101110 | 100000 | 110000 | 100101 |
Color Harmonies of #8A6131
Complementary color
Monochromatic Colors of #8A6131
Black with #8A6131
Text Example
Text Example
White with #8A6131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6131; }
p { color: rgb(138,97,49); }
H1.HeaderClassName
{
color: #8A6131;
}
.AnyTagClassName
{
color: #8A6131;
}
</style>
background-color css
<style>
a { background-color: #8A6131; }
a { background-color: rgb(138,97,49); }
div.DivClassName
{
background-color: #8A6131;
}
.BgClassName
{
background-color: #8A6131;
}
</style>
border-color css
<style>
span { border-color: #8A6131; }
span { border-color: rgb(138,97,49); }
td.TdClassName
{
border-color: #8A6131;
}
.TagClassName
{
border-color: #8A6131;
}
</style>