#864E1E

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

Shades of Russet #864E1E

Tints of Russet #864E1E

Color information

#864E1E (or 0x864E1E) is unknown color: approx Russet. HEX triplet: 86, 4E and 1E. RGB value is (134,78,30). Sum of RGB (Red+Green+Blue) = 134+78+30=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #864E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864E1E is #79B1E1. Grayscale: #595959. Windows color (decimal): -7975394 or 1986182. OLE color: 1986182.

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

Color convert

RGB1347830-
CMYK00.420.780.47
HSL27.69º63.41%32.16%-
HSV(B)27.69º77.61%52.55%-
XYZ12.7910.612.6-
YUV89.2794.55159.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.37%
GREEN value IS 78 (30.86% from 255) = 32.23%
BLUE value IS 30 (12.11% from 255) = 12.40%
R=55.37%
G=32.23%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134783000.420.780.4727.6963.4132.16
Hex864E1E02A4E2F1c3f20
Octal2061163605211657347740
Binary100001101001110111100101010100111010111111100111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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