COLOR #9A6D63

HEX: #9A6D63
RGB: (154,109,99)

Color info

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

RGB color model

#9A6D63 color RGB value is (154,109,99).

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

RGB channels and saturation

R 154 of 255 = 60%
G 109 of 255 = 43%
B 99 of 255 = 39%

154
109
99

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

Portions of RGB colors in percentages

R + G + B =
154 + 109 + 99 = 362 (100%)
R 154 of 362 ~ 42.54%
G 109 of 362 ~ 30.11%
B 99 of 362 ~ 27.35%

%42.54
%30.11
%27.35

CMYK color model

#9A6D63 color CMYK value is (0,29,36,40).

  • cyan value is 0.00%
  • magenta value is 29.22%
  • yellow value is 35.71%
  • key color value is 39.61%
CMYK:
(0,29,36,40)
C0M29Y36K40 
(0%,29%,36%,40%)
(0.00/0.29/0.36/0.40)	

CMYK percentages

%0
%29.22
%35.71
%39.61

Codes

Color #9A6D63 in popluar color models

9A6D63
RGB15410999
HSL11°21.74%49.61%
HSB/HSV11°35.71%60.39%
CMYK0.00%29.22%35.71%
39.61%

Color #9A6D63 in popluar number systems.

HEX9A6D63
Decimal15410999
Binary1001101011011011100011
Octal232155143

Shades and tints

Shades of #9A6D63

#9A6D63
(154,109,99)
#8C645A
(140,100,90)
#7E5B51
(126,91,81)
#705248
(112,82,72)
#62493F
(98,73,63)
#544036
(84,64,54)
#46372D
(70,55,45)
#382E24
(56,46,36)
#2A251B
(42,37,27)
#1C1C12
(28,28,18)
#0E1309
(14,19,9)
#000000
(0,0,0)

Tints of #9A6D63

#9A6D63
(154,109,99)
#A37A71
(163,122,113)
#AC877F
(172,135,127)
#B5948D
(181,148,141)
#BEA19B
(190,161,155)
#C7AEA9
(199,174,169)
#D0BBB7
(208,187,183)
#D9C8C5
(217,200,197)
#E2D5D3
(226,213,211)
#EBE2E1
(235,226,225)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A6D63; }

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

This text font color is #9A6D63.


Background Color

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

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

This div background color is #9A6D63.


Border color

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

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

This div border color is #9A6D63.


Opacity

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

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

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

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

This text has shadow with #9A6D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6D63 on black background.


Color preview on white background

This text has color #9A6D63 on white background.



Black color preview on #9A6D63 background

This text has black color on #9A6D63 background.


White color preview on #9A6D63 background

This text has white color on #9A6D63 background.