Shades of Rusty Nail #86642D
Tints of Rusty Nail #86642D
RGB
CMYK
RGB Variations
Color information
#86642D (or 0x86642D) is known color: Rusty Nail. HEX triplet: 86, 64 and 2D. RGB value is (134,100,45). Sum of RGB (Red+Green+Blue) = 134+100+45=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #86642D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86642D is #799BD2. Grayscale: #686868. Windows color (decimal): -7969747 or 2974854. OLE color: 2974854.
HSL color Cylindrical-coordinate representation of color #86642D: hue angle of 37.08º degrees, saturation: 0.5, 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 #86642D is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 100 | 45 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.47 |
| HSL | 37.08º | 0.5% | 0.35% | - |
| HSV(B) | 37.08º | 0.66% | 0.53% | - |
| XYZ | 14.86 | 14.37 | 4.47 | - |
| YUV | 103.9 | 94.76 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 100 | 45 | 0 | 0.25 | 0.66 | 0.47 | 37.08 | 0.5 | 0.35 |
| Hex | 86 | 64 | 2D | 0 | 19 | 42 | 2F | 25 | 32 | 23 |
| Octal | 206 | 144 | 55 | 0 | 31 | 102 | 57 | 45 | 62 | 43 |
| Binary | 10000110 | 1100100 | 101101 | 0 | 11001 | 1000010 | 101111 | 100101 | 110010 | 100011 |
Color Harmonies of #86642D
Complementary color
Monochromatic Colors of #86642D
Black with #86642D
Text Example
Text Example
White with #86642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86642D; }
p { color: rgb(134,100,45); }
H1.HeaderClassName
{
color: #86642D;
}
.AnyTagClassName
{
color: #86642D;
}
</style>
background-color css
<style>
a { background-color: #86642D; }
a { background-color: rgb(134,100,45); }
div.DivClassName
{
background-color: #86642D;
}
.BgClassName
{
background-color: #86642D;
}
</style>
border-color css
<style>
span { border-color: #86642D; }
span { border-color: rgb(134,100,45); }
td.TdClassName
{
border-color: #86642D;
}
.TagClassName
{
border-color: #86642D;
}
</style>