Shades of Russet #864922
Tints of Russet #864922
RGB
CMYK
RGB Variations
Color information
#864922 (or 0x864922) is known color: Russet. HEX triplet: 86, 49 and 22. RGB value is (134,73,34). Sum of RGB (Red+Green+Blue) = 134+73+34=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 34 (13.67% from 255 or 14.11% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #864922 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864922 is #79B6DD. Grayscale: #575757. Windows color (decimal): -7976670 or 2247046. OLE color: 2247046.
HSL color Cylindrical-coordinate representation of color #864922: hue angle of 23.4º 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 #864922 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 73 | 34 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.47 |
| HSL | 23.4º | 0.6% | 0.33% | - |
| HSV(B) | 23.4º | 0.75% | 0.53% | - |
| XYZ | 12.5 | 9.95 | 2.77 | - |
| YUV | 86.79 | 98.21 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 73 | 34 | 0 | 0.46 | 0.75 | 0.47 | 23.4 | 0.6 | 0.33 |
| Hex | 86 | 49 | 22 | 0 | 2E | 4B | 2F | 17 | 3C | 21 |
| Octal | 206 | 111 | 42 | 0 | 56 | 113 | 57 | 27 | 74 | 41 |
| Binary | 10000110 | 1001001 | 100010 | 0 | 101110 | 1001011 | 101111 | 10111 | 111100 | 100001 |
Color Harmonies of #864922
Complementary color
Monochromatic Colors of #864922
Black with #864922
Text Example
Text Example
White with #864922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864922; }
p { color: rgb(134,73,34); }
H1.HeaderClassName
{
color: #864922;
}
.AnyTagClassName
{
color: #864922;
}
</style>
background-color css
<style>
a { background-color: #864922; }
a { background-color: rgb(134,73,34); }
div.DivClassName
{
background-color: #864922;
}
.BgClassName
{
background-color: #864922;
}
</style>
border-color css
<style>
span { border-color: #864922; }
span { border-color: rgb(134,73,34); }
td.TdClassName
{
border-color: #864922;
}
.TagClassName
{
border-color: #864922;
}
</style>