COLOR #9A6E4F

HEX: #9A6E4F RGB: (154,110,79)

Color info

#9A6E4F contains mainly red and green colors. Web safe color of #9A6E4F is #996666 (or #966).

RGB color model

#9A6E4F color RGB value is (154,110,79).

RGB: (154,110,79) (60%, 43%, 31%)

RGB channels and saturation

R 154 of 255 = 60%
G 110 of 255 = 43%
B 79 of 255 = 31%

154
110
79

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

Portions of RGB colors in percentages

R + G + B = 154 + 110 + 79 = 343 (100%)
R 154 of 343 ~ 44.9%
G 110 of 343 ~ 32.07%
B 79 of 343 ~ 23.03'%

%44.9
%32.07
%23.03

CMYK color model

#9A6E4F color CMYK value is (0,29,49,40).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 48.70%
  • key color value is 39.61%

CMYK: (0,29,49,40)
C0M29Y49K40 (0%, 29%, 49%, 40%)
(0.00 / 0.29 / 0.49 / 0.40)

CMYK percentages

%0
%28.57
%48.7
%39.61

Codes

Color #9A6E4F in popluar color models

9A 6E 4F
RGB 154 110 79
HSL 25° 32.19% 45.69%
HSB/HSV 25° 48.70% 60.39%
CMYK 0.00% 28.57% 48.70%
39.61%

Color #9A6E4F in popluar number systems.

HEX 9A 6E 4F
Decimal 154 110 79
Binary 10011010 1101110 1001111
Octal 232 156 117

Shades and tints

Shades of #9A6E4F

#9A6E4F
(154,110,79)
#8C6448
(140,100,72)
#7E5A41
(126,90,65)
#70503A
(112,80,58)
#624633
(98,70,51)
#543C2C
(84,60,44)
#463225
(70,50,37)
#38281E
(56,40,30)
#2A1E17
(42,30,23)
#1C1410
(28,20,16)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #9A6E4F

#9A6E4F
(154,110,79)
#A37B5F
(163,123,95)
#AC886F
(172,136,111)
#B5957F
(181,149,127)
#BEA28F
(190,162,143)
#C7AF9F
(199,175,159)
#D0BCAF
(208,188,175)
#D9C9BF
(217,201,191)
#E2D6CF
(226,214,207)
#EBE3DF
(235,227,223)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A6E4F; }

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

This text font color is #9A6E4F.

Background Color

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

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

This div background color is #9A6E4F.

Border color

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

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

This div border color is #9A6E4F.

Opacity

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

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

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

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

This text has shadow with #9A6E4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A6E4F.

Preview

Color preview on black background

This text has color #9A6E4F on black background.


Color preview on white background

This text has color #9A6E4F on white background.


Black color preview on #9A6E4F background

This text has black color on #9A6E4F background.


White color preview on #9A6E4F background

This text has white color on #9A6E4F background.


Related colors

Complementary color

Complementary color for #hex is #6591B0.


I love getcolorcode.com

Triadic colors

1 #4F9A6E and #6E4F9A with #9A6E4F are triadic colors.

2 #4F6E9A and #6E9A4F with #9A6E4F are triadic colors.