Color Hex Logo

#896a1a Color Hex

#896A1A
(137,106,26)
0 Favorites   0 Comments

Color spaces of #896a1a

RGB 13710626
HSL0.120.680.32
HSV43°81°54°
CMYK 0.000.230.81   0.46
XYZ15.657015.70103.1827
Yxy15.70100.45330.4546
Hunter Lab39.62451.188622.9749
CIE-Lab46.57974.349946.2874

#896a1a color RGB value is (137,106,26).

#896a1a hex color red value is 137, green value is 106 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #896a1a hue: 0.12 , saturation: 0.68 and the lightness value of 896a1a is 0.32.

The process color (four color CMYK) of #896a1a color hex is 0.00, 0.23, 0.81, 0.46. Web safe color of #896a1a is #996633. Color #896a1a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101010 00011010
Octal 211 152 32
Decimal 137 106 26
Hex 89 6A 1A

RGB Percentages of Color #896a1a

%50.93
%39.41
%9.67

CMYK Percentages of Color #896a1a

%0
%23
%81
%46

Triadic Colors of #896a1a

#896a1a #1a896a #6a1a89

Analogous Colors of #896a1a

#896a1a #71891a #89331a

Monochromatic Colors of #896a1a

#896a1a

Complementary Color

#896a1a #1a3989

#896a1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896a1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#896a1a Color CSS Codes

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

#896a1a Text Font Color

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

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


#896a1a Background Color

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

This div background color is #896a1a


#896a1a Border Color

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

This div border color is #896a1a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,106,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #896a1a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #896a1a;
  -webkit-box-shadow: 1px 1px 3px 2px #896a1a;
  box-shadow:         1px 1px 3px 2px #896a1a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896a1a


Comments

No comments written yet.

Please login to write comment.