Shades of Russet #864323
Tints of Russet #864323
RGB
CMYK
RGB Variations
Color information
#864323 (or 0x864323) is known color: Russet. HEX triplet: 86, 43 and 23. RGB value is (134,67,35). Sum of RGB (Red+Green+Blue) = 134+67+35=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 35 (14.06% from 255 or 14.83% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #864323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864323 is #79BCDC. Grayscale: #535353. Windows color (decimal): -7978205 or 2311046. OLE color: 2311046.
HSL color Cylindrical-coordinate representation of color #864323: hue angle of 19.39º 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 #864323 is Cyan = 0, Magento = 0.5, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 67 | 35 | - |
| CMYK | 0 | 0.5 | 0.74 | 0.47 |
| HSL | 19.39º | 0.59% | 0.33% | - |
| HSV(B) | 19.39º | 0.74% | 0.53% | - |
| XYZ | 12.14 | 9.2 | 2.73 | - |
| YUV | 83.39 | 100.7 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 67 | 35 | 0 | 0.5 | 0.74 | 0.47 | 19.39 | 0.59 | 0.33 |
| Hex | 86 | 43 | 23 | 0 | 32 | 4A | 2F | 13 | 3B | 21 |
| Octal | 206 | 103 | 43 | 0 | 62 | 112 | 57 | 23 | 73 | 41 |
| Binary | 10000110 | 1000011 | 100011 | 0 | 110010 | 1001010 | 101111 | 10011 | 111011 | 100001 |
Color Harmonies of #864323
Complementary color
Monochromatic Colors of #864323
Black with #864323
Text Example
Text Example
White with #864323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864323; }
p { color: rgb(134,67,35); }
H1.HeaderClassName
{
color: #864323;
}
.AnyTagClassName
{
color: #864323;
}
</style>
background-color css
<style>
a { background-color: #864323; }
a { background-color: rgb(134,67,35); }
div.DivClassName
{
background-color: #864323;
}
.BgClassName
{
background-color: #864323;
}
</style>
border-color css
<style>
span { border-color: #864323; }
span { border-color: rgb(134,67,35); }
td.TdClassName
{
border-color: #864323;
}
.TagClassName
{
border-color: #864323;
}
</style>