Shades of Russet #86401F
Tints of Russet #86401F
RGB
CMYK
RGB Variations
Color information
#86401F (or 0x86401F) is known color: Russet. HEX triplet: 86, 40 and 1F. RGB value is (134,64,31). Sum of RGB (Red+Green+Blue) = 134+64+31=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 31 (12.5% from 255 or 13.54% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #86401F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86401F is #79BFE0. Grayscale: #515151. Windows color (decimal): -7978977 or 2048134. OLE color: 2048134.
HSL color Cylindrical-coordinate representation of color #86401F: hue angle of 19.22º 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 #86401F is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 64 | 31 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.47 |
| HSL | 19.22º | 0.62% | 0.32% | - |
| HSV(B) | 19.22º | 0.77% | 0.53% | - |
| XYZ | 11.91 | 8.83 | 2.37 | - |
| YUV | 81.17 | 99.69 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 64 | 31 | 0 | 0.52 | 0.77 | 0.47 | 19.22 | 0.62 | 0.32 |
| Hex | 86 | 40 | 1F | 0 | 34 | 4D | 2F | 13 | 3E | 20 |
| Octal | 206 | 100 | 37 | 0 | 64 | 115 | 57 | 23 | 76 | 40 |
| Binary | 10000110 | 1000000 | 11111 | 0 | 110100 | 1001101 | 101111 | 10011 | 111110 | 100000 |
Color Harmonies of #86401F
Complementary color
Monochromatic Colors of #86401F
Black with #86401F
Text Example
Text Example
White with #86401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86401F; }
p { color: rgb(134,64,31); }
H1.HeaderClassName
{
color: #86401F;
}
.AnyTagClassName
{
color: #86401F;
}
</style>
background-color css
<style>
a { background-color: #86401F; }
a { background-color: rgb(134,64,31); }
div.DivClassName
{
background-color: #86401F;
}
.BgClassName
{
background-color: #86401F;
}
</style>
border-color css
<style>
span { border-color: #86401F; }
span { border-color: rgb(134,64,31); }
td.TdClassName
{
border-color: #86401F;
}
.TagClassName
{
border-color: #86401F;
}
</style>