Color Hex Logo

#9e611a Color Hex

#9E611A
(158,97,26)
0 Favorites   0 Comments

Color spaces of #9e611a

RGB 1589726
HSL0.090.720.36
HSV32°84°62°
CMYK 0.000.390.84   0.38
XYZ18.561715.89313.0666
Yxy15.89310.49470.4236
Hunter Lab39.866213.343923.3456
CIE-Lab46.833919.252147.4841

#9e611a color RGB value is (158,97,26).

#9e611a hex color red value is 158, green value is 97 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #9e611a hue: 0.09 , saturation: 0.72 and the lightness value of 9e611a is 0.36.

The process color (four color CMYK) of #9e611a color hex is 0.00, 0.39, 0.84, 0.38. Web safe color of #9e611a is #996633. Color #9e611a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 01100001 00011010
Octal 236 141 32
Decimal 158 97 26
Hex 9E 61 1A

RGB Percentages of Color #9e611a

%56.23
%34.52
%9.25

CMYK Percentages of Color #9e611a

%0
%39
%84
%38

Triadic Colors of #9e611a

#9e611a #1a9e61 #611a9e

Analogous Colors of #9e611a

#9e611a #999e1a #9e1f1a

Monochromatic Colors of #9e611a

#9e611a

Complementary Color

#9e611a #1a579e

#9e611a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e611a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e611a Color CSS Codes

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

#9e611a Text Font Color

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

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


#9e611a Background Color

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

This div background color is #9e611a


#9e611a Border Color

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

This div border color is #9e611a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e611a


Comments

No comments written yet.

Please login to write comment.