Color Hex Logo

#896969 Color Hex

#896969
(137,105,105)
0 Favorites   0 Comments

Color spaces of #896969

RGB 137105105
HSL0.000.130.47
HSV23°54°
CMYK 0.000.230.23   0.46
XYZ17.917916.441415.5937
Yxy16.44140.35870.3291
Hunter Lab40.54807.91905.5822
CIE-Lab47.548312.77944.9272

#896969 color RGB value is (137,105,105).

#896969 hex color red value is 137, green value is 105 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #896969 hue: 0.00 , saturation: 0.13 and the lightness value of 896969 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101001 01101001
Octal 211 151 151
Decimal 137 105 105
Hex 89 69 69

RGB Percentages of Color #896969

%39.48
%30.26
%30.26

CMYK Percentages of Color #896969

%0
%23
%23
%46

Triadic Colors of #896969

#896969 #698969 #696989

Analogous Colors of #896969

#896969 #897969 #896979

Monochromatic Colors of #896969

#896969

Complementary Color

#896969 #698989

#896969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#896969 Color CSS Codes

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

#896969 Text Font Color

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

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


#896969 Background Color

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

This div background color is #896969


#896969 Border Color

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

This div border color is #896969


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,105,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 #896969">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896969


Comments

No comments written yet.

Please login to write comment.