COLOR #9A6E4C

HEX: #9A6E4C
RGB: (154,110,76)

Color info

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

RGB color model

#9A6E4C color RGB value is (154,110,76).

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

RGB channels and saturation

R 154 of 255 = 60%
G 110 of 255 = 43%
B 76 of 255 = 30%

154
110
76

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

Portions of RGB colors in percentages

R + G + B =
154 + 110 + 76 = 340 (100%)
R 154 of 340 ~ 45.29%
G 110 of 340 ~ 32.35%
B 76 of 340 ~ 22.35%

%45.29
%32.35
%22.35

CMYK color model

#9A6E4C color CMYK value is (0,29,51,40).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 50.65%
  • key color value is 39.61%
CMYK:
(0,29,51,40)
C0M29Y51K40 
(0%,29%,51%,40%)
(0.00/0.29/0.51/0.40)	

CMYK percentages

%0
%28.57
%50.65
%39.61

Codes

Color #9A6E4C in popluar color models

9A6E4C
RGB15411076
HSL26°33.91%45.10%
HSB/HSV26°50.65%60.39%
CMYK0.00%28.57%50.65%
39.61%

Color #9A6E4C in popluar number systems.

HEX9A6E4C
Decimal15411076
Binary1001101011011101001100
Octal232156114

Shades and tints

Shades of #9A6E4C

#9A6E4C
(154,110,76)
#8C6446
(140,100,70)
#7E5A40
(126,90,64)
#70503A
(112,80,58)
#624634
(98,70,52)
#543C2E
(84,60,46)
#463228
(70,50,40)
#382822
(56,40,34)
#2A1E1C
(42,30,28)
#1C1416
(28,20,22)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #9A6E4C

#9A6E4C
(154,110,76)
#A37B5C
(163,123,92)
#AC886C
(172,136,108)
#B5957C
(181,149,124)
#BEA28C
(190,162,140)
#C7AF9C
(199,175,156)
#D0BCAC
(208,188,172)
#D9C9BC
(217,201,188)
#E2D6CC
(226,214,204)
#EBE3DC
(235,227,220)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A6E4C; }

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

This text font color is #9A6E4C.


Background Color

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

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

This div background color is #9A6E4C.


Border color

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

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

This div border color is #9A6E4C.


Opacity

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

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

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

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

This text has shadow with #9A6E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6E4C on black background.


Color preview on white background

This text has color #9A6E4C on white background.



Black color preview on #9A6E4C background

This text has black color on #9A6E4C background.


White color preview on #9A6E4C background

This text has white color on #9A6E4C background.