Color Hex Logo

#896962 Color Hex

#896962
(137,105,98)
0 Favorites   0 Comments

Color spaces of #896962

RGB 13710598
HSL0.030.170.46
HSV11°28°54°
CMYK 0.000.230.28   0.46
XYZ17.572716.303413.7760
Yxy16.30340.36880.3421
Hunter Lab40.37757.02458.0356
CIE-Lab47.370111.69488.8547

#896962 color RGB value is (137,105,98).

#896962 hex color red value is 137, green value is 105 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #896962 hue: 0.03 , saturation: 0.17 and the lightness value of 896962 is 0.46.

The process color (four color CMYK) of #896962 color hex is 0.00, 0.23, 0.28, 0.46. Web safe color of #896962 is #996666. Color #896962 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101001 01100010
Octal 211 151 142
Decimal 137 105 98
Hex 89 69 62

RGB Percentages of Color #896962

%40.29
%30.88
%28.82

CMYK Percentages of Color #896962

%0
%23
%28
%46

Triadic Colors of #896962

#896962 #628969 #696289

Analogous Colors of #896962

#896962 #897d62 #89626f

Monochromatic Colors of #896962

#896962

Complementary Color

#896962 #628289

#896962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#896962 Color CSS Codes

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

#896962 Text Font Color

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

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


#896962 Background Color

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

This div background color is #896962


#896962 Border Color

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

This div border color is #896962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896962


Comments

No comments written yet.

Please login to write comment.