#864519

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

Shades of Russet #864519

Tints of Russet #864519

Color information

#864519 (or 0x864519) is unknown color: approx Russet. HEX triplet: 86, 45 and 19. RGB value is (134,69,25). Sum of RGB (Red+Green+Blue) = 134+69+25=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #864519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864519 is #79BAE6. Grayscale: #535353. Windows color (decimal): -7977703 or 1656198. OLE color: 1656198.

HSL color Cylindrical-coordinate representation of color #864519: hue angle of 24.22º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #864519 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB1346925-
CMYK00.490.810.47
HSL24.22º68.55%31.18%-
HSV(B)24.22º81.34%52.55%-
XYZ12.149.392.09-
YUV83.4295.03164.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.77%
GREEN value IS 69 (27.34% from 255) = 30.26%
BLUE value IS 25 (10.16% from 255) = 10.96%
R=58.77%
G=30.26%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134692500.490.810.4724.2268.5531.18
Hex864519031512F18451f
Octal20610531061121573010537
Binary100001101000101110010110001101000110111111000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864519; }

 p { color: rgb(134,69,25); }

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

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

 a { background-color: rgb(134,69,25); }

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

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

 span { border-color: rgb(134,69,25); }

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