Shades of Rusty Nail #86612E
Tints of Rusty Nail #86612E
RGB
CMYK
RGB Variations
Color information
#86612E (or 0x86612E) is known color: Rusty Nail. HEX triplet: 86, 61 and 2E. RGB value is (134,97,46). Sum of RGB (Red+Green+Blue) = 134+97+46=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #86612E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86612E is #799ED1. Grayscale: #666666. Windows color (decimal): -7970514 or 3039622. OLE color: 3039622.
HSL color Cylindrical-coordinate representation of color #86612E: hue angle of 34.77º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86612E is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 97 | 46 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.47 |
| HSL | 34.77º | 0.49% | 0.35% | - |
| HSV(B) | 34.77º | 0.66% | 0.53% | - |
| XYZ | 14.6 | 13.81 | 4.48 | - |
| YUV | 102.25 | 96.26 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 97 | 46 | 0 | 0.28 | 0.66 | 0.47 | 34.77 | 0.49 | 0.35 |
| Hex | 86 | 61 | 2E | 0 | 1C | 42 | 2F | 23 | 31 | 23 |
| Octal | 206 | 141 | 56 | 0 | 34 | 102 | 57 | 43 | 61 | 43 |
| Binary | 10000110 | 1100001 | 101110 | 0 | 11100 | 1000010 | 101111 | 100011 | 110001 | 100011 |
Color Harmonies of #86612E
Complementary color
Monochromatic Colors of #86612E
Black with #86612E
Text Example
Text Example
White with #86612E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86612E; }
p { color: rgb(134,97,46); }
H1.HeaderClassName
{
color: #86612E;
}
.AnyTagClassName
{
color: #86612E;
}
</style>
background-color css
<style>
a { background-color: #86612E; }
a { background-color: rgb(134,97,46); }
div.DivClassName
{
background-color: #86612E;
}
.BgClassName
{
background-color: #86612E;
}
</style>
border-color css
<style>
span { border-color: #86612E; }
span { border-color: rgb(134,97,46); }
td.TdClassName
{
border-color: #86612E;
}
.TagClassName
{
border-color: #86612E;
}
</style>