COLOR #9A6231

HEX: #9A6231
RGB: (154,98,49)

Color info

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

RGB color model

#9A6231 color RGB value is (154,98,49).

  • red value is 154;
  • green value is 98;
  • blue value is 49.
RGB:
(154,98,49)
(60%,38%,19%)

RGB channels and saturation

R 154 of 255 = 60%
G 98 of 255 = 38%
B 49 of 255 = 19%

154
98
49

R + G + B ~ 39%. #9A6231 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
154 + 98 + 49 = 301 (100%)
R 154 of 301 ~ 51.16%
G 98 of 301 ~ 32.56%
B 49 of 301 ~ 16.28%

%51.16
%32.56
%16.28

CMYK color model

#9A6231 color CMYK value is (0,36,68,40).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 68.18%
  • key color value is 39.61%
CMYK:
(0,36,68,40)
C0M36Y68K40 
(0%,36%,68%,40%)
(0.00/0.36/0.68/0.40)	

CMYK percentages

%0
%36.36
%68.18
%39.61

Codes

Color #9A6231 in popluar color models

9A6231
RGB1549849
HSL28°51.72%39.80%
HSB/HSV28°68.18%60.39%
CMYK0.00%36.36%68.18%
39.61%

Color #9A6231 in popluar number systems.

HEX9A6231
Decimal1549849
Binary100110101100010110001
Octal23214261

Shades and tints

Shades of #9A6231

#9A6231
(154,98,49)
#8C5A2D
(140,90,45)
#7E5229
(126,82,41)
#704A25
(112,74,37)
#624221
(98,66,33)
#543A1D
(84,58,29)
#463219
(70,50,25)
#382A15
(56,42,21)
#2A2211
(42,34,17)
#1C1A0D
(28,26,13)
#0E1209
(14,18,9)
#000000
(0,0,0)

Tints of #9A6231

#9A6231
(154,98,49)
#A37043
(163,112,67)
#AC7E55
(172,126,85)
#B58C67
(181,140,103)
#BE9A79
(190,154,121)
#C7A88B
(199,168,139)
#D0B69D
(208,182,157)
#D9C4AF
(217,196,175)
#E2D2C1
(226,210,193)
#EBE0D3
(235,224,211)
#F4EEE5
(244,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A6231 color. Also use rgb(154,98,49) instead hex code.

Text Font Color

.myTextColor { color: #9A6231; }

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

This text font color is #9A6231.


Background Color

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

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

This div background color is #9A6231.


Border color

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

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

This div border color is #9A6231.


Opacity

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

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

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

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

This text has shadow with #9A6231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6231 on black background.


Color preview on white background

This text has color #9A6231 on white background.



Black color preview on #9A6231 background

This text has black color on #9A6231 background.


White color preview on #9A6231 background

This text has white color on #9A6231 background.