COLOR #9A6137

HEX: #9A6137
RGB: (154,97,55)

Color info

#9A6137 contains mainly red and green colors. Web safe color of #9A6137 is #996633 (or #963).

RGB color model

#9A6137 color RGB value is (154,97,55).

  • red value is 154;
  • green value is 97;
  • blue value is 55.
RGB:
(154,97,55)
(60%,38%,22%)

RGB channels and saturation

R 154 of 255 = 60%
G 97 of 255 = 38%
B 55 of 255 = 22%

154
97
55

R + G + B ~ 40%. #9A6137 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
154 + 97 + 55 = 306 (100%)
R 154 of 306 ~ 50.33%
G 97 of 306 ~ 31.7%
B 55 of 306 ~ 17.97%

%50.33
%31.7
%17.97

CMYK color model

#9A6137 color CMYK value is (0,37,64,40).

  • cyan value is 0.00%
  • magenta value is 37.01%
  • yellow value is 64.29%
  • key color value is 39.61%
CMYK:
(0,37,64,40)
C0M37Y64K40 
(0%,37%,64%,40%)
(0.00/0.37/0.64/0.40)	

CMYK percentages

%0
%37.01
%64.29
%39.61

Codes

Color #9A6137 in popluar color models

9A6137
RGB1549755
HSL25°47.37%40.98%
HSB/HSV25°64.29%60.39%
CMYK0.00%37.01%64.29%
39.61%

Color #9A6137 in popluar number systems.

HEX9A6137
Decimal1549755
Binary100110101100001110111
Octal23214167

Shades and tints

Shades of #9A6137

#9A6137
(154,97,55)
#8C5932
(140,89,50)
#7E512D
(126,81,45)
#704928
(112,73,40)
#624123
(98,65,35)
#54391E
(84,57,30)
#463119
(70,49,25)
#382914
(56,41,20)
#2A210F
(42,33,15)
#1C190A
(28,25,10)
#0E1105
(14,17,5)
#000000
(0,0,0)

Tints of #9A6137

#9A6137
(154,97,55)
#A36F49
(163,111,73)
#AC7D5B
(172,125,91)
#B58B6D
(181,139,109)
#BE997F
(190,153,127)
#C7A791
(199,167,145)
#D0B5A3
(208,181,163)
#D9C3B5
(217,195,181)
#E2D1C7
(226,209,199)
#EBDFD9
(235,223,217)
#F4EDEB
(244,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A6137 color. Also use rgb(154,97,55) instead hex code.

Text Font Color

.myTextColor { color: #9A6137; }

<p style="color:#9A6137">This sample text font color is #9A6137.</p>

This text font color is #9A6137.


Background Color

.myBgColor { background-color: #9A6137; }

<div style="background-color:#9A6137">Inner text</div>

This div background color is #9A6137.


Border color

.myBorderColor { border: 1px solid #9A6137; }

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

This div border color is #9A6137.


Opacity

.myOpacity80 { color: #9A6137; opacity: 0.8; }

<p style="color:#9A6137;opacity:0.8;">80%</p>

Text with #9A6137 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9A6137;}

<p style="text-shadow: 3px 3px 1px #9A6137">Text here.</p>

This text has shadow with #9A6137 color.

.textShadow {text-shadow: 3px 3px 1px #9A6137, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9A6137, 5px 5px 20px red">Text here.</p>

This text has shadow with #9A6137 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9A6137, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9A6137, Direction=45, Strength=4)">Text</p>

This text has shadow with #9A6137 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #9A6137;
  -webkit-box-shadow:	1px 1px 3px 2px #9A6137;
  box-shadow:		1px 1px 3px 2px #9A6137;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9A6137;
-webkit-box-shadow: 1px 1px 3px 2px #9A6137;
box-shadow:1px 1px 3px 2px #9A6137;">
Div content here</div>
This div box has shadow with color #9A6137.

Preview

Color preview on black background

This text has color #9A6137 on black background.


Color preview on white background

This text has color #9A6137 on white background.



Black color preview on #9A6137 background

This text has black color on #9A6137 background.


White color preview on #9A6137 background

This text has white color on #9A6137 background.