Shades of Russet #864E1D
Tints of Russet #864E1D
RGB
CMYK
RGB Variations
Color information
#864E1D (or 0x864E1D) is known color: Russet. HEX triplet: 86, 4E and 1D. RGB value is (134,78,29). Sum of RGB (Red+Green+Blue) = 134+78+29=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #864E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864E1D is #79B1E2. Grayscale: #595959. Windows color (decimal): -7975395 or 1920646. OLE color: 1920646.
HSL color Cylindrical-coordinate representation of color #864E1D: hue angle of 28º 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 #864E1D is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 78 | 29 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.47 |
| HSL | 28º | 0.64% | 0.32% | - |
| HSV(B) | 28º | 0.78% | 0.53% | - |
| XYZ | 12.78 | 10.61 | 2.54 | - |
| YUV | 89.16 | 94.05 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 78 | 29 | 0 | 0.42 | 0.78 | 0.47 | 28 | 0.64 | 0.32 |
| Hex | 86 | 4E | 1D | 0 | 2A | 4E | 2F | 1C | 40 | 20 |
| Octal | 206 | 116 | 35 | 0 | 52 | 116 | 57 | 34 | 100 | 40 |
| Binary | 10000110 | 1001110 | 11101 | 0 | 101010 | 1001110 | 101111 | 11100 | 1000000 | 100000 |
Color Harmonies of #864E1D
Complementary color
Monochromatic Colors of #864E1D
Black with #864E1D
Text Example
Text Example
White with #864E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864E1D; }
p { color: rgb(134,78,29); }
H1.HeaderClassName
{
color: #864E1D;
}
.AnyTagClassName
{
color: #864E1D;
}
</style>
background-color css
<style>
a { background-color: #864E1D; }
a { background-color: rgb(134,78,29); }
div.DivClassName
{
background-color: #864E1D;
}
.BgClassName
{
background-color: #864E1D;
}
</style>
border-color css
<style>
span { border-color: #864E1D; }
span { border-color: rgb(134,78,29); }
td.TdClassName
{
border-color: #864E1D;
}
.TagClassName
{
border-color: #864E1D;
}
</style>