#867646

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

Shades of Shadow #867646

Tints of Shadow #867646

Color information

#867646 (or 0x867646) is unknown color: approx Shadow. HEX triplet: 86, 76 and 46. RGB value is (134,118,70). Sum of RGB (Red+Green+Blue) = 134+118+70=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 134 - color contains mainly: red. Hex color #867646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867646 is #7989B9. Grayscale: #757575. Windows color (decimal): -7965114 or 4617862. OLE color: 4617862.

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

Color convert

RGB13411870-
CMYK00.120.480.47
HSL45º31.37%40%-
HSV(B)45º47.76%52.55%-
XYZ17.4218.478.44-
YUV117.31101.3139.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.61%
GREEN value IS 118 (46.48% from 255) = 36.65%
BLUE value IS 70 (27.73% from 255) = 21.74%
R=41.61%
G=36.65%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341187000.120.480.474531.3740
Hex8676460C302F2d1f28
Octal2061661060146057553750
Binary10000110111011010001100110011000010111110110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867646; }

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

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

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

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

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

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

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

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