Shades of Rusty Nail #865E2F
Tints of Rusty Nail #865E2F
RGB
CMYK
RGB Variations
Color information
#865E2F (or 0x865E2F) is known color: Rusty Nail. HEX triplet: 86, 5E and 2F. RGB value is (134,94,47). Sum of RGB (Red+Green+Blue) = 134+94+47=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #865E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865E2F is #79A1D0. Grayscale: #646464. Windows color (decimal): -7971281 or 3104390. OLE color: 3104390.
HSL color Cylindrical-coordinate representation of color #865E2F: hue angle of 32.41º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #865E2F is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 94 | 47 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.47 |
| HSL | 32.41º | 0.48% | 0.35% | - |
| HSV(B) | 32.41º | 0.65% | 0.53% | - |
| XYZ | 14.35 | 13.28 | 4.5 | - |
| YUV | 100.6 | 97.75 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 47 | 0 | 0.30 | 0.65 | 0.47 | 32.41 | 0.48 | 0.35 |
| Hex | 86 | 5E | 2F | 0 | 1E | 41 | 2F | 20 | 30 | 23 |
| Octal | 206 | 136 | 57 | 0 | 36 | 101 | 57 | 40 | 60 | 43 |
| Binary | 10000110 | 1011110 | 101111 | 0 | 11110 | 1000001 | 101111 | 100000 | 110000 | 100011 |
Color Harmonies of #865E2F
Complementary color
Monochromatic Colors of #865E2F
Black with #865E2F
Text Example
Text Example
White with #865E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865E2F; }
p { color: rgb(134,94,47); }
H1.HeaderClassName
{
color: #865E2F;
}
.AnyTagClassName
{
color: #865E2F;
}
</style>
background-color css
<style>
a { background-color: #865E2F; }
a { background-color: rgb(134,94,47); }
div.DivClassName
{
background-color: #865E2F;
}
.BgClassName
{
background-color: #865E2F;
}
</style>
border-color css
<style>
span { border-color: #865E2F; }
span { border-color: rgb(134,94,47); }
td.TdClassName
{
border-color: #865E2F;
}
.TagClassName
{
border-color: #865E2F;
}
</style>