Color Hex Logo

#896269 Color Hex

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

Color spaces of #896269

RGB 13798105
HSL0.970.170.46
HSV349°28°54°
CMYK 0.000.280.23   0.46
XYZ17.234015.073715.3658
Yxy15.07370.36150.3162
Hunter Lab38.824911.29103.7121
CIE-Lab45.735016.90062.3130

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

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

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

Base Numbers

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

RGB Percentages of Color #896269

%40.29
%28.82
%30.88

CMYK Percentages of Color #896269

%0
%28
%23
%46

Triadic Colors of #896269

#896269 #698962 #626989

Analogous Colors of #896269

#896269 #896f62 #89627d

Monochromatic Colors of #896269

#896269

Complementary Color

#896269 #628982

#896269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#896269 Color CSS Codes

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

#896269 Text Font Color

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

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


#896269 Background Color

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

This div background color is #896269


#896269 Border Color

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

This div border color is #896269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896269


Comments

No comments written yet.

Please login to write comment.