Shades of Rusty Nail #866131
Tints of Rusty Nail #866131
RGB
CMYK
RGB Variations
Color information
#866131 (or 0x866131) is known color: Rusty Nail. HEX triplet: 86, 61 and 31. RGB value is (134,97,49). Sum of RGB (Red+Green+Blue) = 134+97+49=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #866131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866131 is #799ECE. Grayscale: #666666. Windows color (decimal): -7970511 or 3236230. OLE color: 3236230.
HSL color Cylindrical-coordinate representation of color #866131: hue angle of 33.88º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #866131 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 97 | 49 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.47 |
| HSL | 33.88º | 0.46% | 0.36% | - |
| HSV(B) | 33.88º | 0.63% | 0.53% | - |
| XYZ | 14.66 | 13.84 | 4.8 | - |
| YUV | 102.59 | 97.76 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 97 | 49 | 0 | 0.28 | 0.63 | 0.47 | 33.88 | 0.46 | 0.36 |
| Hex | 86 | 61 | 31 | 0 | 1C | 3F | 2F | 22 | 2E | 24 |
| Octal | 206 | 141 | 61 | 0 | 34 | 77 | 57 | 42 | 56 | 44 |
| Binary | 10000110 | 1100001 | 110001 | 0 | 11100 | 111111 | 101111 | 100010 | 101110 | 100100 |
Color Harmonies of #866131
Complementary color
Monochromatic Colors of #866131
Black with #866131
Text Example
Text Example
White with #866131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866131; }
p { color: rgb(134,97,49); }
H1.HeaderClassName
{
color: #866131;
}
.AnyTagClassName
{
color: #866131;
}
</style>
background-color css
<style>
a { background-color: #866131; }
a { background-color: rgb(134,97,49); }
div.DivClassName
{
background-color: #866131;
}
.BgClassName
{
background-color: #866131;
}
</style>
border-color css
<style>
span { border-color: #866131; }
span { border-color: rgb(134,97,49); }
td.TdClassName
{
border-color: #866131;
}
.TagClassName
{
border-color: #866131;
}
</style>