COLOR #9A6D67

HEX: #9A6D67
RGB: (154,109,103)

Color info

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

RGB color model

#9A6D67 color RGB value is (154,109,103).

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

RGB channels and saturation

R 154 of 255 = 60%
G 109 of 255 = 43%
B 103 of 255 = 40%

154
109
103

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

Portions of RGB colors in percentages

R + G + B =
154 + 109 + 103 = 366 (100%)
R 154 of 366 ~ 42.08%
G 109 of 366 ~ 29.78%
B 103 of 366 ~ 28.14%

%42.08
%29.78
%28.14

CMYK color model

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

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

CMYK percentages

%0
%29.22
%33.12
%39.61

Codes

Color #9A6D67 in popluar color models

9A6D67
RGB154109103
HSL20.16%50.39%
HSB/HSV33.12%60.39%
CMYK0.00%29.22%33.12%
39.61%

Color #9A6D67 in popluar number systems.

HEX9A6D67
Decimal154109103
Binary1001101011011011100111
Octal232155147

Shades and tints

Shades of #9A6D67

#9A6D67
(154,109,103)
#8C645E
(140,100,94)
#7E5B55
(126,91,85)
#70524C
(112,82,76)
#624943
(98,73,67)
#54403A
(84,64,58)
#463731
(70,55,49)
#382E28
(56,46,40)
#2A251F
(42,37,31)
#1C1C16
(28,28,22)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #9A6D67

#9A6D67
(154,109,103)
#A37A74
(163,122,116)
#AC8781
(172,135,129)
#B5948E
(181,148,142)
#BEA19B
(190,161,155)
#C7AEA8
(199,174,168)
#D0BBB5
(208,187,181)
#D9C8C2
(217,200,194)
#E2D5CF
(226,213,207)
#EBE2DC
(235,226,220)
#F4EFE9
(244,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A6D67; }

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

This text font color is #9A6D67.


Background Color

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

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

This div background color is #9A6D67.


Border color

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

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

This div border color is #9A6D67.


Opacity

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

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

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

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

This text has shadow with #9A6D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6D67 on black background.


Color preview on white background

This text has color #9A6D67 on white background.



Black color preview on #9A6D67 background

This text has black color on #9A6D67 background.


White color preview on #9A6D67 background

This text has white color on #9A6D67 background.