Shades of Russet #864321
Tints of Russet #864321
RGB
CMYK
RGB Variations
Color information
#864321 (or 0x864321) is known color: Russet. HEX triplet: 86, 43 and 21. RGB value is (134,67,33). Sum of RGB (Red+Green+Blue) = 134+67+33=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 33 (13.28% from 255 or 14.10% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #864321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864321 is #79BCDE. Grayscale: #535353. Windows color (decimal): -7978207 or 2179974. OLE color: 2179974.
HSL color Cylindrical-coordinate representation of color #864321: hue angle of 20.2º 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 #864321 is Cyan = 0, Magento = 0.5, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 67 | 33 | - |
| CMYK | 0 | 0.5 | 0.75 | 0.47 |
| HSL | 20.2º | 0.6% | 0.33% | - |
| HSV(B) | 20.2º | 0.75% | 0.53% | - |
| XYZ | 12.11 | 9.19 | 2.57 | - |
| YUV | 83.16 | 99.7 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 67 | 33 | 0 | 0.5 | 0.75 | 0.47 | 20.2 | 0.6 | 0.33 |
| Hex | 86 | 43 | 21 | 0 | 32 | 4B | 2F | 14 | 3C | 21 |
| Octal | 206 | 103 | 41 | 0 | 62 | 113 | 57 | 24 | 74 | 41 |
| Binary | 10000110 | 1000011 | 100001 | 0 | 110010 | 1001011 | 101111 | 10100 | 111100 | 100001 |
Color Harmonies of #864321
Complementary color
Monochromatic Colors of #864321
Black with #864321
Text Example
Text Example
White with #864321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864321; }
p { color: rgb(134,67,33); }
H1.HeaderClassName
{
color: #864321;
}
.AnyTagClassName
{
color: #864321;
}
</style>
background-color css
<style>
a { background-color: #864321; }
a { background-color: rgb(134,67,33); }
div.DivClassName
{
background-color: #864321;
}
.BgClassName
{
background-color: #864321;
}
</style>
border-color css
<style>
span { border-color: #864321; }
span { border-color: rgb(134,67,33); }
td.TdClassName
{
border-color: #864321;
}
.TagClassName
{
border-color: #864321;
}
</style>