Shades of Rusty Nail #865B32
Tints of Rusty Nail #865B32
RGB
CMYK
RGB Variations
Color information
#865B32 (or 0x865B32) is known color: Rusty Nail. HEX triplet: 86, 5B and 32. RGB value is (134,91,50). Sum of RGB (Red+Green+Blue) = 134+91+50=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #865B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865B32 is #79A4CD. Grayscale: #636363. Windows color (decimal): -7972046 or 3300230. OLE color: 3300230.
HSL color Cylindrical-coordinate representation of color #865B32: hue angle of 29.29º 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 #865B32 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 91 | 50 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.47 |
| HSL | 29.29º | 0.46% | 0.36% | - |
| HSV(B) | 29.29º | 0.63% | 0.53% | - |
| XYZ | 14.15 | 12.78 | 4.74 | - |
| YUV | 99.18 | 100.25 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 50 | 0 | 0.32 | 0.63 | 0.47 | 29.29 | 0.46 | 0.36 |
| Hex | 86 | 5B | 32 | 0 | 20 | 3F | 2F | 1D | 2E | 24 |
| Octal | 206 | 133 | 62 | 0 | 40 | 77 | 57 | 35 | 56 | 44 |
| Binary | 10000110 | 1011011 | 110010 | 0 | 100000 | 111111 | 101111 | 11101 | 101110 | 100100 |
Color Harmonies of #865B32
Complementary color
Monochromatic Colors of #865B32
Black with #865B32
Text Example
Text Example
White with #865B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865B32; }
p { color: rgb(134,91,50); }
H1.HeaderClassName
{
color: #865B32;
}
.AnyTagClassName
{
color: #865B32;
}
</style>
background-color css
<style>
a { background-color: #865B32; }
a { background-color: rgb(134,91,50); }
div.DivClassName
{
background-color: #865B32;
}
.BgClassName
{
background-color: #865B32;
}
</style>
border-color css
<style>
span { border-color: #865B32; }
span { border-color: rgb(134,91,50); }
td.TdClassName
{
border-color: #865B32;
}
.TagClassName
{
border-color: #865B32;
}
</style>