Color Hex Logo

#896166 Color Hex

#896166
(137,97,102)
0 Favorites   0 Comments

Color spaces of #896166

RGB 13797102
HSL0.980.170.46
HSV353°29°54°
CMYK 0.000.290.26   0.46
XYZ16.989514.827114.5368
Yxy14.82710.36650.3199
Hunter Lab38.506011.37184.5710
CIE-Lab45.396517.01503.6367

#896166 color RGB value is (137,97,102).

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

The process color (four color CMYK) of #896166 color hex is 0.00, 0.29, 0.26, 0.46. Web safe color of #896166 is #996666. Color #896166 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100001 01100110
Octal 211 141 146
Decimal 137 97 102
Hex 89 61 66

RGB Percentages of Color #896166

%40.77
%28.87
%30.36

CMYK Percentages of Color #896166

%0
%29
%26
%46

Triadic Colors of #896166

#896166 #668961 #616689

Analogous Colors of #896166

#896166 #897061 #89617a

Monochromatic Colors of #896166

#896166

Complementary Color

#896166 #618984

#896166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#896166 Color CSS Codes

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

#896166 Text Font Color

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

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


#896166 Background Color

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

This div background color is #896166


#896166 Border Color

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

This div border color is #896166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896166


Comments

No comments written yet.

Please login to write comment.