Shades of Russet #864020
Tints of Russet #864020
RGB
CMYK
RGB Variations
Color information
#864020 (or 0x864020) is known color: Russet. HEX triplet: 86, 40 and 20. RGB value is (134,64,32). Sum of RGB (Red+Green+Blue) = 134+64+32=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #864020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864020 is #79BFDF. Grayscale: #515151. Windows color (decimal): -7978976 or 2113670. OLE color: 2113670.
HSL color Cylindrical-coordinate representation of color #864020: hue angle of 18.82º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #864020 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 64 | 32 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.47 |
| HSL | 18.82º | 0.61% | 0.33% | - |
| HSV(B) | 18.82º | 0.76% | 0.53% | - |
| XYZ | 11.93 | 8.84 | 2.44 | - |
| YUV | 81.28 | 100.19 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 64 | 32 | 0 | 0.52 | 0.76 | 0.47 | 18.82 | 0.61 | 0.33 |
| Hex | 86 | 40 | 20 | 0 | 34 | 4C | 2F | 13 | 3D | 21 |
| Octal | 206 | 100 | 40 | 0 | 64 | 114 | 57 | 23 | 75 | 41 |
| Binary | 10000110 | 1000000 | 100000 | 0 | 110100 | 1001100 | 101111 | 10011 | 111101 | 100001 |
Color Harmonies of #864020
Complementary color
Monochromatic Colors of #864020
Black with #864020
Text Example
Text Example
White with #864020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864020; }
p { color: rgb(134,64,32); }
H1.HeaderClassName
{
color: #864020;
}
.AnyTagClassName
{
color: #864020;
}
</style>
background-color css
<style>
a { background-color: #864020; }
a { background-color: rgb(134,64,32); }
div.DivClassName
{
background-color: #864020;
}
.BgClassName
{
background-color: #864020;
}
</style>
border-color css
<style>
span { border-color: #864020; }
span { border-color: rgb(134,64,32); }
td.TdClassName
{
border-color: #864020;
}
.TagClassName
{
border-color: #864020;
}
</style>