COLOR #9A6E24

HEX: #9A6E24
RGB: (154,110,36)

Color info

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

RGB color model

#9A6E24 color RGB value is (154,110,36).

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

RGB channels and saturation

R 154 of 255 = 60%
G 110 of 255 = 43%
B 36 of 255 = 14%

154
110
36

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

Portions of RGB colors in percentages

R + G + B =
154 + 110 + 36 = 300 (100%)
R 154 of 300 ~ 51.33%
G 110 of 300 ~ 36.67%
B 36 of 300 ~ 12%

%51.33
%36.67
%12

CMYK color model

#9A6E24 color CMYK value is (0,29,77,40).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 76.62%
  • key color value is 39.61%
CMYK:
(0,29,77,40)
C0M29Y77K40 
(0%,29%,77%,40%)
(0.00/0.29/0.77/0.40)	

CMYK percentages

%0
%28.57
%76.62
%39.61

Codes

Color #9A6E24 in popluar color models

9A6E24
RGB15411036
HSL38°62.11%37.25%
HSB/HSV38°76.62%60.39%
CMYK0.00%28.57%76.62%
39.61%

Color #9A6E24 in popluar number systems.

HEX9A6E24
Decimal15411036
Binary100110101101110100100
Octal23215644

Shades and tints

Shades of #9A6E24

#9A6E24
(154,110,36)
#8C6421
(140,100,33)
#7E5A1E
(126,90,30)
#70501B
(112,80,27)
#624618
(98,70,24)
#543C15
(84,60,21)
#463212
(70,50,18)
#38280F
(56,40,15)
#2A1E0C
(42,30,12)
#1C1409
(28,20,9)
#0E0A06
(14,10,6)
#000000
(0,0,0)

Tints of #9A6E24

#9A6E24
(154,110,36)
#A37B37
(163,123,55)
#AC884A
(172,136,74)
#B5955D
(181,149,93)
#BEA270
(190,162,112)
#C7AF83
(199,175,131)
#D0BC96
(208,188,150)
#D9C9A9
(217,201,169)
#E2D6BC
(226,214,188)
#EBE3CF
(235,227,207)
#F4F0E2
(244,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A6E24; }

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

This text font color is #9A6E24.


Background Color

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

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

This div background color is #9A6E24.


Border color

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

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

This div border color is #9A6E24.


Opacity

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

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

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

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

This text has shadow with #9A6E24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6E24 on black background.


Color preview on white background

This text has color #9A6E24 on white background.



Black color preview on #9A6E24 background

This text has black color on #9A6E24 background.


White color preview on #9A6E24 background

This text has white color on #9A6E24 background.