Shades of Russet #86501F
Tints of Russet #86501F
RGB
CMYK
RGB Variations
Color information
#86501F (or 0x86501F) is known color: Russet. HEX triplet: 86, 50 and 1F. RGB value is (134,80,31). Sum of RGB (Red+Green+Blue) = 134+80+31=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #86501F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86501F is #79AFE0. Grayscale: #5A5A5A. Windows color (decimal): -7974881 or 2052230. OLE color: 2052230.
HSL color Cylindrical-coordinate representation of color #86501F: hue angle of 28.54º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86501F is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 80 | 31 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.47 |
| HSL | 28.54º | 0.62% | 0.32% | - |
| HSV(B) | 28.54º | 0.77% | 0.53% | - |
| XYZ | 12.95 | 10.9 | 2.72 | - |
| YUV | 90.56 | 94.39 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 80 | 31 | 0 | 0.40 | 0.77 | 0.47 | 28.54 | 0.62 | 0.32 |
| Hex | 86 | 50 | 1F | 0 | 28 | 4D | 2F | 1D | 3E | 20 |
| Octal | 206 | 120 | 37 | 0 | 50 | 115 | 57 | 35 | 76 | 40 |
| Binary | 10000110 | 1010000 | 11111 | 0 | 101000 | 1001101 | 101111 | 11101 | 111110 | 100000 |
Color Harmonies of #86501F
Complementary color
Monochromatic Colors of #86501F
Black with #86501F
Text Example
Text Example
White with #86501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86501F; }
p { color: rgb(134,80,31); }
H1.HeaderClassName
{
color: #86501F;
}
.AnyTagClassName
{
color: #86501F;
}
</style>
background-color css
<style>
a { background-color: #86501F; }
a { background-color: rgb(134,80,31); }
div.DivClassName
{
background-color: #86501F;
}
.BgClassName
{
background-color: #86501F;
}
</style>
border-color css
<style>
span { border-color: #86501F; }
span { border-color: rgb(134,80,31); }
td.TdClassName
{
border-color: #86501F;
}
.TagClassName
{
border-color: #86501F;
}
</style>