Shades of Russet #86511D
Tints of Russet #86511D
RGB
CMYK
RGB Variations
Color information
#86511D (or 0x86511D) is known color: Russet. HEX triplet: 86, 51 and 1D. RGB value is (134,81,29). Sum of RGB (Red+Green+Blue) = 134+81+29=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #86511D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86511D is #79AEE2. Grayscale: #5B5B5B. Windows color (decimal): -7974627 or 1921414. OLE color: 1921414.
HSL color Cylindrical-coordinate representation of color #86511D: hue angle of 29.71º degrees, saturation: 0.64, 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 #86511D is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 81 | 29 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.47 |
| HSL | 29.71º | 0.64% | 0.32% | - |
| HSV(B) | 29.71º | 0.78% | 0.53% | - |
| XYZ | 13 | 11.04 | 2.61 | - |
| YUV | 90.92 | 93.06 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 81 | 29 | 0 | 0.40 | 0.78 | 0.47 | 29.71 | 0.64 | 0.32 |
| Hex | 86 | 51 | 1D | 0 | 28 | 4E | 2F | 1E | 40 | 20 |
| Octal | 206 | 121 | 35 | 0 | 50 | 116 | 57 | 36 | 100 | 40 |
| Binary | 10000110 | 1010001 | 11101 | 0 | 101000 | 1001110 | 101111 | 11110 | 1000000 | 100000 |
Color Harmonies of #86511D
Complementary color
Monochromatic Colors of #86511D
Black with #86511D
Text Example
Text Example
White with #86511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86511D; }
p { color: rgb(134,81,29); }
H1.HeaderClassName
{
color: #86511D;
}
.AnyTagClassName
{
color: #86511D;
}
</style>
background-color css
<style>
a { background-color: #86511D; }
a { background-color: rgb(134,81,29); }
div.DivClassName
{
background-color: #86511D;
}
.BgClassName
{
background-color: #86511D;
}
</style>
border-color css
<style>
span { border-color: #86511D; }
span { border-color: rgb(134,81,29); }
td.TdClassName
{
border-color: #86511D;
}
.TagClassName
{
border-color: #86511D;
}
</style>