Shades of Russet #864223
Tints of Russet #864223
RGB
CMYK
RGB Variations
Color information
#864223 (or 0x864223) is known color: Russet. HEX triplet: 86, 42 and 23. RGB value is (134,66,35). Sum of RGB (Red+Green+Blue) = 134+66+35=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 35 (14.06% from 255 or 14.89% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #864223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864223 is #79BDDC. Grayscale: #525252. Windows color (decimal): -7978461 or 2310790. OLE color: 2310790.
HSL color Cylindrical-coordinate representation of color #864223: hue angle of 18.79º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #864223 is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 66 | 35 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.47 |
| HSL | 18.79º | 0.59% | 0.33% | - |
| HSV(B) | 18.79º | 0.74% | 0.53% | - |
| XYZ | 12.08 | 9.09 | 2.71 | - |
| YUV | 82.8 | 101.03 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 66 | 35 | 0 | 0.51 | 0.74 | 0.47 | 18.79 | 0.59 | 0.33 |
| Hex | 86 | 42 | 23 | 0 | 33 | 4A | 2F | 13 | 3B | 21 |
| Octal | 206 | 102 | 43 | 0 | 63 | 112 | 57 | 23 | 73 | 41 |
| Binary | 10000110 | 1000010 | 100011 | 0 | 110011 | 1001010 | 101111 | 10011 | 111011 | 100001 |
Color Harmonies of #864223
Complementary color
Monochromatic Colors of #864223
Black with #864223
Text Example
Text Example
White with #864223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864223; }
p { color: rgb(134,66,35); }
H1.HeaderClassName
{
color: #864223;
}
.AnyTagClassName
{
color: #864223;
}
</style>
background-color css
<style>
a { background-color: #864223; }
a { background-color: rgb(134,66,35); }
div.DivClassName
{
background-color: #864223;
}
.BgClassName
{
background-color: #864223;
}
</style>
border-color css
<style>
span { border-color: #864223; }
span { border-color: rgb(134,66,35); }
td.TdClassName
{
border-color: #864223;
}
.TagClassName
{
border-color: #864223;
}
</style>