#867649

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

Shades of Shadow #867649

Tints of Shadow #867649

Color information

#867649 (or 0x867649) is unknown color: approx Shadow. HEX triplet: 86, 76 and 49. RGB value is (134,118,73). Sum of RGB (Red+Green+Blue) = 134+118+73=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 134 - color contains mainly: red. Hex color #867649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867649 is #7989B6. Grayscale: #757575. Windows color (decimal): -7965111 or 4814470. OLE color: 4814470.

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

Color convert

RGB13411873-
CMYK00.120.460.47
HSL44.26º29.47%40.59%-
HSV(B)44.26º45.52%52.55%-
XYZ17.5118.518.95-
YUV117.65102.8139.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.23%
GREEN value IS 118 (46.48% from 255) = 36.31%
BLUE value IS 73 (28.91% from 255) = 22.46%
R=41.23%
G=36.31%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341187300.120.460.4744.2629.4740.59
Hex8676490C2E2F2c1d29
Octal2061661110145657543551
Binary10000110111011010010010110010111010111110110011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867649; }

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

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

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

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

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

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

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

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