COLOR #9A6566

HEX: #9A6566
RGB: (154,101,102)

Color info

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

RGB color model

#9A6566 color RGB value is (154,101,102).

  • red value is 154;
  • green value is 101;
  • blue value is 102.
RGB:
(154,101,102)
(60%,40%,40%)

RGB channels and saturation

R 154 of 255 = 60%
G 101 of 255 = 40%
B 102 of 255 = 40%

154
101
102

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

Portions of RGB colors in percentages

R + G + B =
154 + 101 + 102 = 357 (100%)
R 154 of 357 ~ 43.14%
G 101 of 357 ~ 28.29%
B 102 of 357 ~ 28.57%

%43.14
%28.29
%28.57

CMYK color model

#9A6566 color CMYK value is (0,34,34,40).

  • cyan value is 0.00%
  • magenta value is 34.42%
  • yellow value is 33.77%
  • key color value is 39.61%
CMYK:
(0,34,34,40)
C0M34Y34K40 
(0%,34%,34%,40%)
(0.00/0.34/0.34/0.40)	

CMYK percentages

%0
%34.42
%33.77
%39.61

Codes

Color #9A6566 in popluar color models

9A6566
RGB154101102
HSL359°20.78%50.00%
HSB/HSV359°34.42%60.39%
CMYK0.00%34.42%33.77%
39.61%

Color #9A6566 in popluar number systems.

HEX9A6566
Decimal154101102
Binary1001101011001011100110
Octal232145146

Shades and tints

Shades of #9A6566

#9A6566
(154,101,102)
#8C5C5D
(140,92,93)
#7E5354
(126,83,84)
#704A4B
(112,74,75)
#624142
(98,65,66)
#543839
(84,56,57)
#462F30
(70,47,48)
#382627
(56,38,39)
#2A1D1E
(42,29,30)
#1C1415
(28,20,21)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #9A6566

#9A6566
(154,101,102)
#A37373
(163,115,115)
#AC8180
(172,129,128)
#B58F8D
(181,143,141)
#BE9D9A
(190,157,154)
#C7ABA7
(199,171,167)
#D0B9B4
(208,185,180)
#D9C7C1
(217,199,193)
#E2D5CE
(226,213,206)
#EBE3DB
(235,227,219)
#F4F1E8
(244,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A6566 color. Also use rgb(154,101,102) instead hex code.

Text Font Color

.myTextColor { color: #9A6566; }

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

This text font color is #9A6566.


Background Color

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

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

This div background color is #9A6566.


Border color

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

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

This div border color is #9A6566.


Opacity

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

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

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

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

This text has shadow with #9A6566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6566 on black background.


Color preview on white background

This text has color #9A6566 on white background.



Black color preview on #9A6566 background

This text has black color on #9A6566 background.


White color preview on #9A6566 background

This text has white color on #9A6566 background.