COLOR #9A6F41

HEX: #9A6F41
RGB: (154,111,65)

Color info

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

RGB color model

#9A6F41 color RGB value is (154,111,65).

  • red value is 154;
  • green value is 111;
  • blue value is 65.
RGB:
(154,111,65)
(60%,44%,25%)

RGB channels and saturation

R 154 of 255 = 60%
G 111 of 255 = 44%
B 65 of 255 = 25%

154
111
65

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

Portions of RGB colors in percentages

R + G + B =
154 + 111 + 65 = 330 (100%)
R 154 of 330 ~ 46.67%
G 111 of 330 ~ 33.64%
B 65 of 330 ~ 19.7%

%46.67
%33.64
%19.7

CMYK color model

#9A6F41 color CMYK value is (0,28,58,40).

  • cyan value is 0.00%
  • magenta value is 27.92%
  • yellow value is 57.79%
  • key color value is 39.61%
CMYK:
(0,28,58,40)
C0M28Y58K40 
(0%,28%,58%,40%)
(0.00/0.28/0.58/0.40)	

CMYK percentages

%0
%27.92
%57.79
%39.61

Codes

Color #9A6F41 in popluar color models

9A6F41
RGB15411165
HSL31°40.64%42.94%
HSB/HSV31°57.79%60.39%
CMYK0.00%27.92%57.79%
39.61%

Color #9A6F41 in popluar number systems.

HEX9A6F41
Decimal15411165
Binary1001101011011111000001
Octal232157101

Shades and tints

Shades of #9A6F41

#9A6F41
(154,111,65)
#8C653C
(140,101,60)
#7E5B37
(126,91,55)
#705132
(112,81,50)
#62472D
(98,71,45)
#543D28
(84,61,40)
#463323
(70,51,35)
#38291E
(56,41,30)
#2A1F19
(42,31,25)
#1C1514
(28,21,20)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #9A6F41

#9A6F41
(154,111,65)
#A37C52
(163,124,82)
#AC8963
(172,137,99)
#B59674
(181,150,116)
#BEA385
(190,163,133)
#C7B096
(199,176,150)
#D0BDA7
(208,189,167)
#D9CAB8
(217,202,184)
#E2D7C9
(226,215,201)
#EBE4DA
(235,228,218)
#F4F1EB
(244,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A6F41 color. Also use rgb(154,111,65) instead hex code.

Text Font Color

.myTextColor { color: #9A6F41; }

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

This text font color is #9A6F41.


Background Color

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

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

This div background color is #9A6F41.


Border color

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

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

This div border color is #9A6F41.


Opacity

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

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

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

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

This text has shadow with #9A6F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6F41 on black background.


Color preview on white background

This text has color #9A6F41 on white background.



Black color preview on #9A6F41 background

This text has black color on #9A6F41 background.


White color preview on #9A6F41 background

This text has white color on #9A6F41 background.