#864E20

Color #864E20 Russet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russet #864E20

Tints of Russet #864E20

Color information

#864E20 (or 0x864E20) is unknown color: approx Russet. HEX triplet: 86, 4E and 20. RGB value is (134,78,32). Sum of RGB (Red+Green+Blue) = 134+78+32=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #864E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864E20 is #79B1DF. Grayscale: #595959. Windows color (decimal): -7975392 or 2117254. OLE color: 2117254.

HSL color Cylindrical-coordinate representation of color #864E20: hue angle of 27.06º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #864E20 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB1347832-
CMYK00.420.760.47
HSL27.06º61.45%32.55%-
HSV(B)27.06º76.12%52.55%-
XYZ12.8210.622.74-
YUV89.595.55159.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 54.92%
GREEN value IS 78 (30.86% from 255) = 31.97%
BLUE value IS 32 (12.89% from 255) = 13.11%
R=54.92%
G=31.97%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134783200.420.760.4727.0661.4532.55
Hex864E2002A4C2F1b3d21
Octal2061164005211457337541
Binary1000011010011101000000101010100110010111111011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864E20; }

 p { color: rgb(134,78,32); }

 H1.HeaderClassName
 {
   color: #864E20;
 }
 .AnyTagClassName
 {
   color: #864E20;
 }
</style>
background-color css

<style>
 a { background-color: #864E20; }

 a { background-color: rgb(134,78,32); }

 div.DivClassName
 {
   background-color: #864E20;
 }
 .BgClassName
 {
   background-color: #864E20;
 }
</style>
border-color css

<style>
 span { border-color: #864E20; }

 span { border-color: rgb(134,78,32); }

 td.TdClassName
 {
   border-color: #864E20;
 }
 .TagClassName
 {
   border-color: #864E20;
 }
</style>