Color Hex Logo

#9e6135 Color Hex

#9E6135
(158,97,53)
0 Favorites   0 Comments

Color spaces of #9e6135

RGB 1589753
HSL0.070.500.41
HSV25°66°62°
CMYK 0.000.390.66   0.38
XYZ19.017816.07555.4687
Yxy16.07550.46890.3963
Hunter Lab40.094314.502419.9791
CIE-Lab47.073420.576834.9560

#9e6135 color RGB value is (158,97,53).

#9e6135 hex color red value is 158, green value is 97 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #9e6135 hue: 0.07 , saturation: 0.50 and the lightness value of 9e6135 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 01100001 00110101
Octal 236 141 65
Decimal 158 97 53
Hex 9E 61 35

RGB Percentages of Color #9e6135

%51.30
%31.49
%17.21

CMYK Percentages of Color #9e6135

%0
%39
%66
%38

Triadic Colors of #9e6135

#9e6135 #359e61 #61359e

Analogous Colors of #9e6135

#9e6135 #9e9635 #9e353e

Monochromatic Colors of #9e6135

#9e6135

Complementary Color

#9e6135 #35729e

#9e6135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e6135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e6135 Color CSS Codes

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

#9e6135 Text Font Color

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

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


#9e6135 Background Color

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

This div background color is #9e6135


#9e6135 Border Color

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

This div border color is #9e6135


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9e6135


Comments

No comments written yet.

Please login to write comment.