Shades of Russet #86411F
Tints of Russet #86411F
RGB
CMYK
RGB Variations
Color information
#86411F (or 0x86411F) is known color: Russet. HEX triplet: 86, 41 and 1F. RGB value is (134,65,31). Sum of RGB (Red+Green+Blue) = 134+65+31=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 31 (12.5% from 255 or 13.48% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #86411F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86411F is #79BEE0. Grayscale: #515151. Windows color (decimal): -7978721 or 2048390. OLE color: 2048390.
HSL color Cylindrical-coordinate representation of color #86411F: hue angle of 19.81º 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 #86411F is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 65 | 31 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.47 |
| HSL | 19.81º | 0.62% | 0.32% | - |
| HSV(B) | 19.81º | 0.77% | 0.53% | - |
| XYZ | 11.97 | 8.95 | 2.39 | - |
| YUV | 81.76 | 99.36 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 65 | 31 | 0 | 0.51 | 0.77 | 0.47 | 19.81 | 0.62 | 0.32 |
| Hex | 86 | 41 | 1F | 0 | 33 | 4D | 2F | 14 | 3E | 20 |
| Octal | 206 | 101 | 37 | 0 | 63 | 115 | 57 | 24 | 76 | 40 |
| Binary | 10000110 | 1000001 | 11111 | 0 | 110011 | 1001101 | 101111 | 10100 | 111110 | 100000 |
Color Harmonies of #86411F
Complementary color
Monochromatic Colors of #86411F
Black with #86411F
Text Example
Text Example
White with #86411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86411F; }
p { color: rgb(134,65,31); }
H1.HeaderClassName
{
color: #86411F;
}
.AnyTagClassName
{
color: #86411F;
}
</style>
background-color css
<style>
a { background-color: #86411F; }
a { background-color: rgb(134,65,31); }
div.DivClassName
{
background-color: #86411F;
}
.BgClassName
{
background-color: #86411F;
}
</style>
border-color css
<style>
span { border-color: #86411F; }
span { border-color: rgb(134,65,31); }
td.TdClassName
{
border-color: #86411F;
}
.TagClassName
{
border-color: #86411F;
}
</style>