#86501E

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

Shades of Russet #86501E

Tints of Russet #86501E

Color information

#86501E (or 0x86501E) is unknown color: approx Russet. HEX triplet: 86, 50 and 1E. RGB value is (134,80,30). Sum of RGB (Red+Green+Blue) = 134+80+30=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #86501E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86501E is #79AFE1. Grayscale: #5A5A5A. Windows color (decimal): -7974882 or 1986694. OLE color: 1986694.

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

Color convert

RGB1348030-
CMYK00.400.780.47
HSL28.85º63.41%32.16%-
HSV(B)28.85º77.61%52.55%-
XYZ12.9310.92.65-
YUV90.4593.89159.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.92%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 30 (12.11% from 255) = 12.30%
R=54.92%
G=32.79%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134803000.400.780.4728.8563.4132.16
Hex86501E0284E2F1d3f20
Octal2061203605011657357740
Binary100001101010000111100101000100111010111111101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86501E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86501E; }

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

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

<style>
 a { background-color: #86501E; }

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

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

<style>
 span { border-color: #86501E; }

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

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