#864F1E

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

Shades of Russet #864F1E

Tints of Russet #864F1E

Color information

#864F1E (or 0x864F1E) is unknown color: approx Russet. HEX triplet: 86, 4F and 1E. RGB value is (134,79,30). Sum of RGB (Red+Green+Blue) = 134+79+30=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #864F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864F1E is #79B0E1. Grayscale: #5A5A5A. Windows color (decimal): -7975138 or 1986438. OLE color: 1986438.

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

Color convert

RGB1347930-
CMYK00.410.780.47
HSL28.27º63.41%32.16%-
HSV(B)28.27º77.61%52.55%-
XYZ12.8610.752.63-
YUV89.8694.22159.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.14%
GREEN value IS 79 (31.25% from 255) = 32.51%
BLUE value IS 30 (12.11% from 255) = 12.35%
R=55.14%
G=32.51%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134793000.410.780.4728.2763.4132.16
Hex864F1E0294E2F1c3f20
Octal2061173605111657347740
Binary100001101001111111100101001100111010111111100111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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