Shades of Rusty Nail #86602E
Tints of Rusty Nail #86602E
RGB
CMYK
RGB Variations
Color information
#86602E (or 0x86602E) is known color: Rusty Nail. HEX triplet: 86, 60 and 2E. RGB value is (134,96,46). Sum of RGB (Red+Green+Blue) = 134+96+46=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #86602E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86602E is #799FD1. Grayscale: #656565. Windows color (decimal): -7970770 or 3039366. OLE color: 3039366.
HSL color Cylindrical-coordinate representation of color #86602E: hue angle of 34.09º 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 #86602E is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 96 | 46 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.47 |
| HSL | 34.09º | 0.49% | 0.35% | - |
| HSV(B) | 34.09º | 0.66% | 0.53% | - |
| XYZ | 14.51 | 13.63 | 4.45 | - |
| YUV | 101.66 | 96.59 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 96 | 46 | 0 | 0.28 | 0.66 | 0.47 | 34.09 | 0.49 | 0.35 |
| Hex | 86 | 60 | 2E | 0 | 1C | 42 | 2F | 22 | 31 | 23 |
| Octal | 206 | 140 | 56 | 0 | 34 | 102 | 57 | 42 | 61 | 43 |
| Binary | 10000110 | 1100000 | 101110 | 0 | 11100 | 1000010 | 101111 | 100010 | 110001 | 100011 |
Color Harmonies of #86602E
Complementary color
Monochromatic Colors of #86602E
Black with #86602E
Text Example
Text Example
White with #86602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86602E; }
p { color: rgb(134,96,46); }
H1.HeaderClassName
{
color: #86602E;
}
.AnyTagClassName
{
color: #86602E;
}
</style>
background-color css
<style>
a { background-color: #86602E; }
a { background-color: rgb(134,96,46); }
div.DivClassName
{
background-color: #86602E;
}
.BgClassName
{
background-color: #86602E;
}
</style>
border-color css
<style>
span { border-color: #86602E; }
span { border-color: rgb(134,96,46); }
td.TdClassName
{
border-color: #86602E;
}
.TagClassName
{
border-color: #86602E;
}
</style>