Color Hex Logo

#9e685e Color Hex

#9E685E
(158,104,94)
0 Favorites   0 Comments

Color spaces of #9e685e

RGB 15810494
HSL0.030.250.49
HSV41°62°
CMYK 0.000.340.41   0.38
XYZ21.071217.977912.9492
Yxy17.97790.40520.3457
Hunter Lab42.400414.506411.5729
CIE-Lab49.469320.417314.5243

#9e685e color RGB value is (158,104,94).

#9e685e hex color red value is 158, green value is 104 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #9e685e hue: 0.03 , saturation: 0.25 and the lightness value of 9e685e is 0.49.

The process color (four color CMYK) of #9e685e color hex is 0.00, 0.34, 0.41, 0.38. Web safe color of #9e685e is #996666. Color #9e685e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01101000 01011110
Octal 236 150 136
Decimal 158 104 94
Hex 9E 68 5E

RGB Percentages of Color #9e685e

%44.38
%29.21
%26.40

CMYK Percentages of Color #9e685e

%0
%34
%41
%38

Triadic Colors of #9e685e

#9e685e #5e9e68 #685e9e

Analogous Colors of #9e685e

#9e685e #9e885e #9e5e74

Monochromatic Colors of #9e685e

#9e685e

Complementary Color

#9e685e #5e949e

#9e685e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e685e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e685e Color CSS Codes

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

#9e685e Text Font Color

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

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


#9e685e Background Color

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

This div background color is #9e685e


#9e685e Border Color

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

This div border color is #9e685e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,104,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9e685e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9e685e;
  -webkit-box-shadow: 1px 1px 3px 2px #9e685e;
  box-shadow:         1px 1px 3px 2px #9e685e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,104,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e685e


Comments

No comments written yet.

Please login to write comment.