#864119

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

Shades of Russet #864119

Tints of Russet #864119

Color information

#864119 (or 0x864119) is unknown color: approx Russet. HEX triplet: 86, 41 and 19. RGB value is (134,65,25). Sum of RGB (Red+Green+Blue) = 134+65+25=224 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.82% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 134 - color contains mainly: red. Hex color #864119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864119 is #79BEE6. Grayscale: #515151. Windows color (decimal): -7978727 or 1655174. OLE color: 1655174.

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

Color convert

RGB1346525-
CMYK00.510.810.47
HSL22.02º68.55%31.18%-
HSV(B)22.02º81.34%52.55%-
XYZ11.98.922.01-
YUV81.0796.36165.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.82%
GREEN value IS 65 (25.78% from 255) = 29.02%
BLUE value IS 25 (10.16% from 255) = 11.16%
R=59.82%
G=29.02%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134652500.510.810.4722.0268.5531.18
Hex864119033512F16451f
Octal20610131063121572610537
Binary100001101000001110010110011101000110111110110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864119; }

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

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

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

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

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

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

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

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