Color Hex Logo

#896840 Color Hex

#896840
(137,104,64)
0 Favorites   0 Comments

Color spaces of #896840

RGB 13710464
HSL0.090.360.39
HSV33°53°54°
CMYK 0.000.240.53   0.46
XYZ16.192315.58927.0061
Yxy15.58920.41750.4019
Hunter Lab39.48324.108517.1175
CIE-Lab46.43098.080327.4958

#896840 color RGB value is (137,104,64).

#896840 hex color red value is 137, green value is 104 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #896840 hue: 0.09 , saturation: 0.36 and the lightness value of 896840 is 0.39.

The process color (four color CMYK) of #896840 color hex is 0.00, 0.24, 0.53, 0.46. Web safe color of #896840 is #996633. Color #896840 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101000 01000000
Octal 211 150 100
Decimal 137 104 64
Hex 89 68 40

RGB Percentages of Color #896840

%44.92
%34.10
%20.98

CMYK Percentages of Color #896840

%0
%24
%53
%46

Triadic Colors of #896840

#896840 #408968 #684089

Analogous Colors of #896840

#896840 #868940 #894440

Monochromatic Colors of #896840

#896840

Complementary Color

#896840 #406189

#896840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#896840 Color CSS Codes

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

#896840 Text Font Color

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

This sample text font color is #896840
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.


#896840 Background Color

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

This div background color is #896840


#896840 Border Color

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

This div border color is #896840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896840


Comments

No comments written yet.

Please login to write comment.