COLOR #9A6D5A

HEX: #9A6D5A
RGB: (154,109,90)

Color info

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

RGB color model

#9A6D5A color RGB value is (154,109,90).

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

RGB channels and saturation

R 154 of 255 = 60%
G 109 of 255 = 43%
B 90 of 255 = 35%

154
109
90

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

Portions of RGB colors in percentages

R + G + B =
154 + 109 + 90 = 353 (100%)
R 154 of 353 ~ 43.63%
G 109 of 353 ~ 30.88%
B 90 of 353 ~ 25.5%

%43.63
%30.88
%25.5

CMYK color model

#9A6D5A color CMYK value is (0,29,42,40).

  • cyan value is 0.00%
  • magenta value is 29.22%
  • yellow value is 41.56%
  • key color value is 39.61%
CMYK:
(0,29,42,40)
C0M29Y42K40 
(0%,29%,42%,40%)
(0.00/0.29/0.42/0.40)	

CMYK percentages

%0
%29.22
%41.56
%39.61

Codes

Color #9A6D5A in popluar color models

9A6D5A
RGB15410990
HSL18°26.23%47.84%
HSB/HSV18°41.56%60.39%
CMYK0.00%29.22%41.56%
39.61%

Color #9A6D5A in popluar number systems.

HEX9A6D5A
Decimal15410990
Binary1001101011011011011010
Octal232155132

Shades and tints

Shades of #9A6D5A

#9A6D5A
(154,109,90)
#8C6452
(140,100,82)
#7E5B4A
(126,91,74)
#705242
(112,82,66)
#62493A
(98,73,58)
#544032
(84,64,50)
#46372A
(70,55,42)
#382E22
(56,46,34)
#2A251A
(42,37,26)
#1C1C12
(28,28,18)
#0E130A
(14,19,10)
#000000
(0,0,0)

Tints of #9A6D5A

#9A6D5A
(154,109,90)
#A37A69
(163,122,105)
#AC8778
(172,135,120)
#B59487
(181,148,135)
#BEA196
(190,161,150)
#C7AEA5
(199,174,165)
#D0BBB4
(208,187,180)
#D9C8C3
(217,200,195)
#E2D5D2
(226,213,210)
#EBE2E1
(235,226,225)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A6D5A; }

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

This text font color is #9A6D5A.


Background Color

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

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

This div background color is #9A6D5A.


Border color

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

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

This div border color is #9A6D5A.


Opacity

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

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

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

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

This text has shadow with #9A6D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6D5A on black background.


Color preview on white background

This text has color #9A6D5A on white background.



Black color preview on #9A6D5A background

This text has black color on #9A6D5A background.


White color preview on #9A6D5A background

This text has white color on #9A6D5A background.