COLOR #9A6963

HEX: #9A6963
RGB: (154,105,99)

Color info

#9A6963 contains red, green and blue colors in about the same proportion. Web safe color of #9A6963 is #996666 (or #966).

RGB color model

#9A6963 color RGB value is (154,105,99).

  • red value is 154;
  • green value is 105;
  • blue value is 99.
RGB:
(154,105,99)
(60%,41%,39%)

RGB channels and saturation

R 154 of 255 = 60%
G 105 of 255 = 41%
B 99 of 255 = 39%

154
105
99

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

Portions of RGB colors in percentages

R + G + B =
154 + 105 + 99 = 358 (100%)
R 154 of 358 ~ 43.02%
G 105 of 358 ~ 29.33%
B 99 of 358 ~ 27.65%

%43.02
%29.33
%27.65

CMYK color model

#9A6963 color CMYK value is (0,32,36,40).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 35.71%
  • key color value is 39.61%
CMYK:
(0,32,36,40)
C0M32Y36K40 
(0%,32%,36%,40%)
(0.00/0.32/0.36/0.40)	

CMYK percentages

%0
%31.82
%35.71
%39.61

Codes

Color #9A6963 in popluar color models

9A6963
RGB15410599
HSL21.74%49.61%
HSB/HSV35.71%60.39%
CMYK0.00%31.82%35.71%
39.61%

Color #9A6963 in popluar number systems.

HEX9A6963
Decimal15410599
Binary1001101011010011100011
Octal232151143

Shades and tints

Shades of #9A6963

#9A6963
(154,105,99)
#8C605A
(140,96,90)
#7E5751
(126,87,81)
#704E48
(112,78,72)
#62453F
(98,69,63)
#543C36
(84,60,54)
#46332D
(70,51,45)
#382A24
(56,42,36)
#2A211B
(42,33,27)
#1C1812
(28,24,18)
#0E0F09
(14,15,9)
#000000
(0,0,0)

Tints of #9A6963

#9A6963
(154,105,99)
#A37671
(163,118,113)
#AC837F
(172,131,127)
#B5908D
(181,144,141)
#BE9D9B
(190,157,155)
#C7AAA9
(199,170,169)
#D0B7B7
(208,183,183)
#D9C4C5
(217,196,197)
#E2D1D3
(226,209,211)
#EBDEE1
(235,222,225)
#F4EBEF
(244,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A6963 color. Also use rgb(154,105,99) instead hex code.

Text Font Color

.myTextColor { color: #9A6963; }

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

This text font color is #9A6963.


Background Color

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

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

This div background color is #9A6963.


Border color

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

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

This div border color is #9A6963.


Opacity

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

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

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

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

This text has shadow with #9A6963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6963 on black background.


Color preview on white background

This text has color #9A6963 on white background.



Black color preview on #9A6963 background

This text has black color on #9A6963 background.


White color preview on #9A6963 background

This text has white color on #9A6963 background.