Color Hex Logo

#896056 Color Hex

#896056
(137,96,86)
0 Favorites   0 Comments

Color spaces of #896056

RGB 1379686
HSL0.030.230.44
HSV12°37°54°
CMYK 0.000.300.37   0.46
XYZ16.179114.356010.7224
Yxy14.35600.39210.3480
Hunter Lab37.88939.91499.7439
CIE-Lab44.739215.296512.3649

#896056 color RGB value is (137,96,86).

#896056 hex color red value is 137, green value is 96 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #896056 hue: 0.03 , saturation: 0.23 and the lightness value of 896056 is 0.44.

The process color (four color CMYK) of #896056 color hex is 0.00, 0.30, 0.37, 0.46. Web safe color of #896056 is #996666. Color #896056 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100000 01010110
Octal 211 140 126
Decimal 137 96 86
Hex 89 60 56

RGB Percentages of Color #896056

%42.95
%30.09
%26.96

CMYK Percentages of Color #896056

%0
%30
%37
%46

Triadic Colors of #896056

#896056 #568960 #605689

Analogous Colors of #896056

#896056 #897a56 #895666

Monochromatic Colors of #896056

#896056

Complementary Color

#896056 #567f89

#896056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#896056 Color CSS Codes

.mybgcolor {background-color:#896056; } 
.myforecolor {color:#896056; }
.mybordercolor {border:3px solid #896056; }

#896056 Text Font Color

<p style="color:#896056">Text here</p>

This sample text font color is #896056
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#896056 Background Color

<div style="background-color:#896056">
Div content here</div>

This div background color is #896056


#896056 Border Color

<div style="border:3px solid #896056">
Div here</div>

This div border color is #896056


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,96,86, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #896056; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #896056;
  -webkit-box-shadow: 1px 1px 3px 2px #896056;
  box-shadow:         1px 1px 3px 2px #896056; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,96,86, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #896056">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #896056;
  -webkit-box-shadow: 1px 1px 3px 2px #896056;
  box-shadow:         1px 1px 3px 2px #896056;">
Div content here</div>

This div box has shadow with color #896056


Comments

No comments written yet.

Please login to write comment.