#867556

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

Shades of Shadow #867556

Tints of Shadow #867556

Color information

#867556 (or 0x867556) is unknown color: approx Shadow. HEX triplet: 86, 75 and 56. RGB value is (134,117,86). Sum of RGB (Red+Green+Blue) = 134+117+86=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 134 - color contains mainly: red. Hex color #867556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867556 is #798AA9. Grayscale: #767676. Windows color (decimal): -7965354 or 5666182. OLE color: 5666182.

HSL color Cylindrical-coordinate representation of color #867556: hue angle of 38.75º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #867556 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB13411786-
CMYK00.130.360.47
HSL38.75º21.82%43.14%-
HSV(B)38.75º35.82%52.55%-
XYZ17.8718.4611.43-
YUV118.55109.63139.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.76%
GREEN value IS 117 (46.09% from 255) = 34.72%
BLUE value IS 86 (33.98% from 255) = 25.52%
R=39.76%
G=34.72%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341178600.130.360.4738.7521.8243.14
Hex8675560D242F27162b
Octal2061651260154457472653
Binary10000110111010110101100110110010010111110011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867556; }

 p { color: rgb(134,117,86); }

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

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

 a { background-color: rgb(134,117,86); }

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

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

 span { border-color: rgb(134,117,86); }

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