COLOR #9A6147

HEX: #9A6147
RGB: (154,97,71)

Color info

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

RGB color model

#9A6147 color RGB value is (154,97,71).

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

RGB channels and saturation

R 154 of 255 = 60%
G 97 of 255 = 38%
B 71 of 255 = 28%

154
97
71

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

Portions of RGB colors in percentages

R + G + B =
154 + 97 + 71 = 322 (100%)
R 154 of 322 ~ 47.83%
G 97 of 322 ~ 30.12%
B 71 of 322 ~ 22.05%

%47.83
%30.12
%22.05

CMYK color model

#9A6147 color CMYK value is (0,37,54,40).

  • cyan value is 0.00%
  • magenta value is 37.01%
  • yellow value is 53.90%
  • key color value is 39.61%
CMYK:
(0,37,54,40)
C0M37Y54K40 
(0%,37%,54%,40%)
(0.00/0.37/0.54/0.40)	

CMYK percentages

%0
%37.01
%53.9
%39.61

Codes

Color #9A6147 in popluar color models

9A6147
RGB1549771
HSL19°36.89%44.12%
HSB/HSV19°53.90%60.39%
CMYK0.00%37.01%53.90%
39.61%

Color #9A6147 in popluar number systems.

HEX9A6147
Decimal1549771
Binary1001101011000011000111
Octal232141107

Shades and tints

Shades of #9A6147

#9A6147
(154,97,71)
#8C5941
(140,89,65)
#7E513B
(126,81,59)
#704935
(112,73,53)
#62412F
(98,65,47)
#543929
(84,57,41)
#463123
(70,49,35)
#38291D
(56,41,29)
#2A2117
(42,33,23)
#1C1911
(28,25,17)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #9A6147

#9A6147
(154,97,71)
#A36F57
(163,111,87)
#AC7D67
(172,125,103)
#B58B77
(181,139,119)
#BE9987
(190,153,135)
#C7A797
(199,167,151)
#D0B5A7
(208,181,167)
#D9C3B7
(217,195,183)
#E2D1C7
(226,209,199)
#EBDFD7
(235,223,215)
#F4EDE7
(244,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A6147; }

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

This text font color is #9A6147.


Background Color

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

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

This div background color is #9A6147.


Border color

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

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

This div border color is #9A6147.


Opacity

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

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

Text with #9A6147 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 #9A6147;}

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

This text has shadow with #9A6147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6147 on black background.


Color preview on white background

This text has color #9A6147 on white background.



Black color preview on #9A6147 background

This text has black color on #9A6147 background.


White color preview on #9A6147 background

This text has white color on #9A6147 background.