COLOR #9A6D6E

HEX: #9A6D6E
RGB: (154,109,110)

Color info

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

RGB color model

#9A6D6E color RGB value is (154,109,110).

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

RGB channels and saturation

R 154 of 255 = 60%
G 109 of 255 = 43%
B 110 of 255 = 43%

154
109
110

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

Portions of RGB colors in percentages

R + G + B =
154 + 109 + 110 = 373 (100%)
R 154 of 373 ~ 41.29%
G 109 of 373 ~ 29.22%
B 110 of 373 ~ 29.49%

%41.29
%29.22
%29.49

CMYK color model

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

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

CMYK percentages

%0
%29.22
%28.57
%39.61

Codes

Color #9A6D6E in popluar color models

9A6D6E
RGB154109110
HSL359°18.22%51.57%
HSB/HSV359°29.22%60.39%
CMYK0.00%29.22%28.57%
39.61%

Color #9A6D6E in popluar number systems.

HEX9A6D6E
Decimal154109110
Binary1001101011011011101110
Octal232155156

Shades and tints

Shades of #9A6D6E

#9A6D6E
(154,109,110)
#8C6464
(140,100,100)
#7E5B5A
(126,91,90)
#705250
(112,82,80)
#624946
(98,73,70)
#54403C
(84,64,60)
#463732
(70,55,50)
#382E28
(56,46,40)
#2A251E
(42,37,30)
#1C1C14
(28,28,20)
#0E130A
(14,19,10)
#000000
(0,0,0)

Tints of #9A6D6E

#9A6D6E
(154,109,110)
#A37A7B
(163,122,123)
#AC8788
(172,135,136)
#B59495
(181,148,149)
#BEA1A2
(190,161,162)
#C7AEAF
(199,174,175)
#D0BBBC
(208,187,188)
#D9C8C9
(217,200,201)
#E2D5D6
(226,213,214)
#EBE2E3
(235,226,227)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A6D6E; }

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

This text font color is #9A6D6E.


Background Color

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

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

This div background color is #9A6D6E.


Border color

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

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

This div border color is #9A6D6E.


Opacity

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

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

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

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

This text has shadow with #9A6D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6D6E on black background.


Color preview on white background

This text has color #9A6D6E on white background.



Black color preview on #9A6D6E background

This text has black color on #9A6D6E background.


White color preview on #9A6D6E background

This text has white color on #9A6D6E background.