#864019

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

Shades of Russet #864019

Tints of Russet #864019

Color information

#864019 (or 0x864019) is unknown color: approx Russet. HEX triplet: 86, 40 and 19. RGB value is (134,64,25). Sum of RGB (Red+Green+Blue) = 134+64+25=223 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.09% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 25 (10.16% from 255 or 11.21% from 223); Max value from RGB is 134 - color contains mainly: red. Hex color #864019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864019 is #79BFE6. Grayscale: #505050. Windows color (decimal): -7978983 or 1654918. OLE color: 1654918.

HSL color Cylindrical-coordinate representation of color #864019: hue angle of 21.47º 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 #864019 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB1346425-
CMYK00.520.810.47
HSL21.47º68.55%31.18%-
HSV(B)21.47º81.34%52.55%-
XYZ11.848.812-
YUV80.4896.69166.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.09%
GREEN value IS 64 (25.39% from 255) = 28.70%
BLUE value IS 25 (10.16% from 255) = 11.21%
R=60.09%
G=28.70%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134642500.520.810.4721.4768.5531.18
Hex864019034512F15451f
Octal20610031064121572510537
Binary100001101000000110010110100101000110111110101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864019; }

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

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

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

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

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

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

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

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