COLOR #9A673D

HEX: #9A673D
RGB: (154,103,61)

Color info

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

RGB color model

#9A673D color RGB value is (154,103,61).

  • red value is 154;
  • green value is 103;
  • blue value is 61.
RGB:
(154,103,61)
(60%,40%,24%)

RGB channels and saturation

R 154 of 255 = 60%
G 103 of 255 = 40%
B 61 of 255 = 24%

154
103
61

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

Portions of RGB colors in percentages

R + G + B =
154 + 103 + 61 = 318 (100%)
R 154 of 318 ~ 48.43%
G 103 of 318 ~ 32.39%
B 61 of 318 ~ 19.18%

%48.43
%32.39
%19.18

CMYK color model

#9A673D color CMYK value is (0,33,60,40).

  • cyan value is 0.00%
  • magenta value is 33.12%
  • yellow value is 60.39%
  • key color value is 39.61%
CMYK:
(0,33,60,40)
C0M33Y60K40 
(0%,33%,60%,40%)
(0.00/0.33/0.60/0.40)	

CMYK percentages

%0
%33.12
%60.39
%39.61

Codes

Color #9A673D in popluar color models

9A673D
RGB15410361
HSL27°43.26%42.16%
HSB/HSV27°60.39%60.39%
CMYK0.00%33.12%60.39%
39.61%

Color #9A673D in popluar number systems.

HEX9A673D
Decimal15410361
Binary100110101100111111101
Octal23214775

Shades and tints

Shades of #9A673D

#9A673D
(154,103,61)
#8C5E38
(140,94,56)
#7E5533
(126,85,51)
#704C2E
(112,76,46)
#624329
(98,67,41)
#543A24
(84,58,36)
#46311F
(70,49,31)
#38281A
(56,40,26)
#2A1F15
(42,31,21)
#1C1610
(28,22,16)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #9A673D

#9A673D
(154,103,61)
#A3744E
(163,116,78)
#AC815F
(172,129,95)
#B58E70
(181,142,112)
#BE9B81
(190,155,129)
#C7A892
(199,168,146)
#D0B5A3
(208,181,163)
#D9C2B4
(217,194,180)
#E2CFC5
(226,207,197)
#EBDCD6
(235,220,214)
#F4E9E7
(244,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A673D color. Also use rgb(154,103,61) instead hex code.

Text Font Color

.myTextColor { color: #9A673D; }

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

This text font color is #9A673D.


Background Color

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

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

This div background color is #9A673D.


Border color

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

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

This div border color is #9A673D.


Opacity

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

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

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

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

This text has shadow with #9A673D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A673D on black background.


Color preview on white background

This text has color #9A673D on white background.



Black color preview on #9A673D background

This text has black color on #9A673D background.


White color preview on #9A673D background

This text has white color on #9A673D background.