Shades of Russet #864F1C
Tints of Russet #864F1C
RGB
CMYK
RGB Variations
Color information
#864F1C (or 0x864F1C) is known color: Russet. HEX triplet: 86, 4F and 1C. RGB value is (134,79,28). Sum of RGB (Red+Green+Blue) = 134+79+28=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #864F1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864F1C is #79B0E3. Grayscale: #595959. Windows color (decimal): -7975140 or 1855366. OLE color: 1855366.
HSL color Cylindrical-coordinate representation of color #864F1C: hue angle of 28.87º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #864F1C is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 79 | 28 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.47 |
| HSL | 28.87º | 0.65% | 0.32% | - |
| HSV(B) | 28.87º | 0.79% | 0.53% | - |
| XYZ | 12.84 | 10.74 | 2.5 | - |
| YUV | 89.63 | 93.22 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 79 | 28 | 0 | 0.41 | 0.79 | 0.47 | 28.87 | 0.65 | 0.32 |
| Hex | 86 | 4F | 1C | 0 | 29 | 4F | 2F | 1D | 41 | 20 |
| Octal | 206 | 117 | 34 | 0 | 51 | 117 | 57 | 35 | 101 | 40 |
| Binary | 10000110 | 1001111 | 11100 | 0 | 101001 | 1001111 | 101111 | 11101 | 1000001 | 100000 |
Color Harmonies of #864F1C
Complementary color
Monochromatic Colors of #864F1C
Black with #864F1C
Text Example
Text Example
White with #864F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864F1C; }
p { color: rgb(134,79,28); }
H1.HeaderClassName
{
color: #864F1C;
}
.AnyTagClassName
{
color: #864F1C;
}
</style>
background-color css
<style>
a { background-color: #864F1C; }
a { background-color: rgb(134,79,28); }
div.DivClassName
{
background-color: #864F1C;
}
.BgClassName
{
background-color: #864F1C;
}
</style>
border-color css
<style>
span { border-color: #864F1C; }
span { border-color: rgb(134,79,28); }
td.TdClassName
{
border-color: #864F1C;
}
.TagClassName
{
border-color: #864F1C;
}
</style>