#864C20

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

Shades of Russet #864C20

Tints of Russet #864C20

Color information

#864C20 (or 0x864C20) is unknown color: approx Russet. HEX triplet: 86, 4C and 20. RGB value is (134,76,32). Sum of RGB (Red+Green+Blue) = 134+76+32=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #864C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864C20 is #79B3DF. Grayscale: #585858. Windows color (decimal): -7975904 or 2116742. OLE color: 2116742.

HSL color Cylindrical-coordinate representation of color #864C20: hue angle of 25.88º 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 #864C20 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB1347632-
CMYK00.430.760.47
HSL25.88º61.45%32.55%-
HSV(B)25.88º76.12%52.55%-
XYZ12.6810.342.69-
YUV88.3396.22160.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.37%
GREEN value IS 76 (30.08% from 255) = 31.40%
BLUE value IS 32 (12.89% from 255) = 13.22%
R=55.37%
G=31.40%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134763200.430.760.4725.8861.4532.55
Hex864C2002B4C2F1a3d21
Octal2061144005311457327541
Binary1000011010011001000000101011100110010111111010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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