COLOR #9A6D5D

HEX: #9A6D5D
RGB: (154,109,93)

Color info

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

RGB color model

#9A6D5D color RGB value is (154,109,93).

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

RGB channels and saturation

R 154 of 255 = 60%
G 109 of 255 = 43%
B 93 of 255 = 36%

154
109
93

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

Portions of RGB colors in percentages

R + G + B =
154 + 109 + 93 = 356 (100%)
R 154 of 356 ~ 43.26%
G 109 of 356 ~ 30.62%
B 93 of 356 ~ 26.12%

%43.26
%30.62
%26.12

CMYK color model

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

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

CMYK percentages

%0
%29.22
%39.61
%39.61

Codes

Color #9A6D5D in popluar color models

9A6D5D
RGB15410993
HSL16°24.70%48.43%
HSB/HSV16°39.61%60.39%
CMYK0.00%29.22%39.61%
39.61%

Color #9A6D5D in popluar number systems.

HEX9A6D5D
Decimal15410993
Binary1001101011011011011101
Octal232155135

Shades and tints

Shades of #9A6D5D

#9A6D5D
(154,109,93)
#8C6455
(140,100,85)
#7E5B4D
(126,91,77)
#705245
(112,82,69)
#62493D
(98,73,61)
#544035
(84,64,53)
#46372D
(70,55,45)
#382E25
(56,46,37)
#2A251D
(42,37,29)
#1C1C15
(28,28,21)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #9A6D5D

#9A6D5D
(154,109,93)
#A37A6B
(163,122,107)
#AC8779
(172,135,121)
#B59487
(181,148,135)
#BEA195
(190,161,149)
#C7AEA3
(199,174,163)
#D0BBB1
(208,187,177)
#D9C8BF
(217,200,191)
#E2D5CD
(226,213,205)
#EBE2DB
(235,226,219)
#F4EFE9
(244,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A6D5D; }

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

This text font color is #9A6D5D.


Background Color

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

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

This div background color is #9A6D5D.


Border color

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

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

This div border color is #9A6D5D.


Opacity

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

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

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

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

This text has shadow with #9A6D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6D5D on black background.


Color preview on white background

This text has color #9A6D5D on white background.



Black color preview on #9A6D5D background

This text has black color on #9A6D5D background.


White color preview on #9A6D5D background

This text has white color on #9A6D5D background.