Shades of Russet #864E21
Tints of Russet #864E21
RGB
CMYK
RGB Variations
Color information
#864E21 (or 0x864E21) is known color: Russet. HEX triplet: 86, 4E and 21. RGB value is (134,78,33). Sum of RGB (Red+Green+Blue) = 134+78+33=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #864E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864E21 is #79B1DE. Grayscale: #595959. Windows color (decimal): -7975391 or 2182790. OLE color: 2182790.
HSL color Cylindrical-coordinate representation of color #864E21: hue angle of 26.73º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #864E21 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 78 | 33 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.47 |
| HSL | 26.73º | 0.6% | 0.33% | - |
| HSV(B) | 26.73º | 0.75% | 0.53% | - |
| XYZ | 12.83 | 10.63 | 2.81 | - |
| YUV | 89.61 | 96.05 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 78 | 33 | 0 | 0.42 | 0.75 | 0.47 | 26.73 | 0.6 | 0.33 |
| Hex | 86 | 4E | 21 | 0 | 2A | 4B | 2F | 1B | 3C | 21 |
| Octal | 206 | 116 | 41 | 0 | 52 | 113 | 57 | 33 | 74 | 41 |
| Binary | 10000110 | 1001110 | 100001 | 0 | 101010 | 1001011 | 101111 | 11011 | 111100 | 100001 |
Color Harmonies of #864E21
Complementary color
Monochromatic Colors of #864E21
Black with #864E21
Text Example
Text Example
White with #864E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864E21; }
p { color: rgb(134,78,33); }
H1.HeaderClassName
{
color: #864E21;
}
.AnyTagClassName
{
color: #864E21;
}
</style>
background-color css
<style>
a { background-color: #864E21; }
a { background-color: rgb(134,78,33); }
div.DivClassName
{
background-color: #864E21;
}
.BgClassName
{
background-color: #864E21;
}
</style>
border-color css
<style>
span { border-color: #864E21; }
span { border-color: rgb(134,78,33); }
td.TdClassName
{
border-color: #864E21;
}
.TagClassName
{
border-color: #864E21;
}
</style>