#867346

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

Shades of Shadow #867346

Tints of Shadow #867346

Color information

#867346 (or 0x867346) is unknown color: approx Shadow. HEX triplet: 86, 73 and 46. RGB value is (134,115,70). Sum of RGB (Red+Green+Blue) = 134+115+70=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #867346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867346 is #798CB9. Grayscale: #737373. Windows color (decimal): -7965882 or 4617094. OLE color: 4617094.

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

Color convert

RGB13411570-
CMYK00.140.480.47
HSL42.19º31.37%40%-
HSV(B)42.19º47.76%52.55%-
XYZ17.0717.778.33-
YUV115.55102.29141.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 115 (45.31% from 255) = 36.05%
BLUE value IS 70 (27.73% from 255) = 21.94%
R=42.01%
G=36.05%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341157000.140.480.4742.1931.3740
Hex8673460E302F2a1f28
Octal2061631060166057523750
Binary10000110111001110001100111011000010111110101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867346; }

 p { color: rgb(134,115,70); }

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

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

 a { background-color: rgb(134,115,70); }

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

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

 span { border-color: rgb(134,115,70); }

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