#864E21

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

Shades of Russet #864E21

Tints of Russet #864E21

Color information

#864E21 (or 0x864E21) is unknown color: approx Russet. HEX triplet: 86, 4E and 21. RGB value is (134,78,33). Sum of RGB (Red+Green+Blue) = 134+78+33=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #864E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864E21 is #79B1DE. Grayscale: #595959. Windows color (decimal): -7975391 or 2182790. OLE color: 2182790.

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

Color convert

RGB1347833-
CMYK00.420.750.47
HSL26.73º60.48%32.75%-
HSV(B)26.73º75.37%52.55%-
XYZ12.8310.632.81-
YUV89.6196.05159.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.69%
GREEN value IS 78 (30.86% from 255) = 31.84%
BLUE value IS 33 (13.28% from 255) = 13.47%
R=54.69%
G=31.84%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134783300.420.750.4726.7360.4832.75
Hex864E2102A4B2F1b3c21
Octal2061164105211357337441
Binary1000011010011101000010101010100101110111111011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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