Shades of Russet #864D1D
Tints of Russet #864D1D
RGB
CMYK
RGB Variations
Color information
#864D1D (or 0x864D1D) is known color: Russet. HEX triplet: 86, 4D and 1D. RGB value is (134,77,29). Sum of RGB (Red+Green+Blue) = 134+77+29=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #864D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864D1D is #79B2E2. Grayscale: #585858. Windows color (decimal): -7975651 or 1920390. OLE color: 1920390.
HSL color Cylindrical-coordinate representation of color #864D1D: hue angle of 27.43º 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 #864D1D is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 77 | 29 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.47 |
| HSL | 27.43º | 0.64% | 0.32% | - |
| HSV(B) | 27.43º | 0.78% | 0.53% | - |
| XYZ | 12.71 | 10.46 | 2.51 | - |
| YUV | 88.57 | 94.38 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 77 | 29 | 0 | 0.43 | 0.78 | 0.47 | 27.43 | 0.64 | 0.32 |
| Hex | 86 | 4D | 1D | 0 | 2B | 4E | 2F | 1B | 40 | 20 |
| Octal | 206 | 115 | 35 | 0 | 53 | 116 | 57 | 33 | 100 | 40 |
| Binary | 10000110 | 1001101 | 11101 | 0 | 101011 | 1001110 | 101111 | 11011 | 1000000 | 100000 |
Color Harmonies of #864D1D
Complementary color
Monochromatic Colors of #864D1D
Black with #864D1D
Text Example
Text Example
White with #864D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864D1D; }
p { color: rgb(134,77,29); }
H1.HeaderClassName
{
color: #864D1D;
}
.AnyTagClassName
{
color: #864D1D;
}
</style>
background-color css
<style>
a { background-color: #864D1D; }
a { background-color: rgb(134,77,29); }
div.DivClassName
{
background-color: #864D1D;
}
.BgClassName
{
background-color: #864D1D;
}
</style>
border-color css
<style>
span { border-color: #864D1D; }
span { border-color: rgb(134,77,29); }
td.TdClassName
{
border-color: #864D1D;
}
.TagClassName
{
border-color: #864D1D;
}
</style>