#867647

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

Shades of Shadow #867647

Tints of Shadow #867647

Color information

#867647 (or 0x867647) is unknown color: approx Shadow. HEX triplet: 86, 76 and 47. RGB value is (134,118,71). Sum of RGB (Red+Green+Blue) = 134+118+71=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 134 - color contains mainly: red. Hex color #867647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867647 is #7989B8. Grayscale: #757575. Windows color (decimal): -7965113 or 4683398. OLE color: 4683398.

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

Color convert

RGB13411871-
CMYK00.120.470.47
HSL44.76º30.73%40.2%-
HSV(B)44.76º47.01%52.55%-
XYZ17.4518.488.61-
YUV117.43101.8139.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.49%
GREEN value IS 118 (46.48% from 255) = 36.53%
BLUE value IS 71 (28.12% from 255) = 21.98%
R=41.49%
G=36.53%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341187100.120.470.4744.7630.7340.2
Hex8676470C2F2F2d1f28
Octal2061661070145757553750
Binary10000110111011010001110110010111110111110110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867647; }

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

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

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

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

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

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

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

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