Shades of Russet #86411E
Tints of Russet #86411E
RGB
CMYK
RGB Variations
Color information
#86411E (or 0x86411E) is known color: Russet. HEX triplet: 86, 41 and 1E. RGB value is (134,65,30). Sum of RGB (Red+Green+Blue) = 134+65+30=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #86411E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86411E is #79BEE1. Grayscale: #515151. Windows color (decimal): -7978722 or 1982854. OLE color: 1982854.
HSL color Cylindrical-coordinate representation of color #86411E: hue angle of 20.19º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86411E is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 65 | 30 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.47 |
| HSL | 20.19º | 0.63% | 0.32% | - |
| HSV(B) | 20.19º | 0.78% | 0.53% | - |
| XYZ | 11.96 | 8.94 | 2.32 | - |
| YUV | 81.64 | 98.86 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 65 | 30 | 0 | 0.51 | 0.78 | 0.47 | 20.19 | 0.63 | 0.32 |
| Hex | 86 | 41 | 1E | 0 | 33 | 4E | 2F | 14 | 3F | 20 |
| Octal | 206 | 101 | 36 | 0 | 63 | 116 | 57 | 24 | 77 | 40 |
| Binary | 10000110 | 1000001 | 11110 | 0 | 110011 | 1001110 | 101111 | 10100 | 111111 | 100000 |
Color Harmonies of #86411E
Complementary color
Monochromatic Colors of #86411E
Black with #86411E
Text Example
Text Example
White with #86411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86411E; }
p { color: rgb(134,65,30); }
H1.HeaderClassName
{
color: #86411E;
}
.AnyTagClassName
{
color: #86411E;
}
</style>
background-color css
<style>
a { background-color: #86411E; }
a { background-color: rgb(134,65,30); }
div.DivClassName
{
background-color: #86411E;
}
.BgClassName
{
background-color: #86411E;
}
</style>
border-color css
<style>
span { border-color: #86411E; }
span { border-color: rgb(134,65,30); }
td.TdClassName
{
border-color: #86411E;
}
.TagClassName
{
border-color: #86411E;
}
</style>