COLOR #9A6E43

HEX: #9A6E43
RGB: (154,110,67)

Color info

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

RGB color model

#9A6E43 color RGB value is (154,110,67).

  • red value is 154;
  • green value is 110;
  • blue value is 67.
RGB:
(154,110,67)
(60%,43%,26%)

RGB channels and saturation

R 154 of 255 = 60%
G 110 of 255 = 43%
B 67 of 255 = 26%

154
110
67

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

Portions of RGB colors in percentages

R + G + B =
154 + 110 + 67 = 331 (100%)
R 154 of 331 ~ 46.53%
G 110 of 331 ~ 33.23%
B 67 of 331 ~ 20.24%

%46.53
%33.23
%20.24

CMYK color model

#9A6E43 color CMYK value is (0,29,56,40).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 56.49%
  • key color value is 39.61%
CMYK:
(0,29,56,40)
C0M29Y56K40 
(0%,29%,56%,40%)
(0.00/0.29/0.56/0.40)	

CMYK percentages

%0
%28.57
%56.49
%39.61

Codes

Color #9A6E43 in popluar color models

9A6E43
RGB15411067
HSL30°39.37%43.33%
HSB/HSV30°56.49%60.39%
CMYK0.00%28.57%56.49%
39.61%

Color #9A6E43 in popluar number systems.

HEX9A6E43
Decimal15411067
Binary1001101011011101000011
Octal232156103

Shades and tints

Shades of #9A6E43

#9A6E43
(154,110,67)
#8C643D
(140,100,61)
#7E5A37
(126,90,55)
#705031
(112,80,49)
#62462B
(98,70,43)
#543C25
(84,60,37)
#46321F
(70,50,31)
#382819
(56,40,25)
#2A1E13
(42,30,19)
#1C140D
(28,20,13)
#0E0A07
(14,10,7)
#000000
(0,0,0)

Tints of #9A6E43

#9A6E43
(154,110,67)
#A37B54
(163,123,84)
#AC8865
(172,136,101)
#B59576
(181,149,118)
#BEA287
(190,162,135)
#C7AF98
(199,175,152)
#D0BCA9
(208,188,169)
#D9C9BA
(217,201,186)
#E2D6CB
(226,214,203)
#EBE3DC
(235,227,220)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A6E43 color. Also use rgb(154,110,67) instead hex code.

Text Font Color

.myTextColor { color: #9A6E43; }

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

This text font color is #9A6E43.


Background Color

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

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

This div background color is #9A6E43.


Border color

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

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

This div border color is #9A6E43.


Opacity

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

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

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

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

This text has shadow with #9A6E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6E43 on black background.


Color preview on white background

This text has color #9A6E43 on white background.



Black color preview on #9A6E43 background

This text has black color on #9A6E43 background.


White color preview on #9A6E43 background

This text has white color on #9A6E43 background.