COLOR #9C6669

HEX: #9C6669
RGB: (156,102,105)

Color info

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

RGB color model

#9C6669 color RGB value is (156,102,105).

  • red value is 156;
  • green value is 102;
  • blue value is 105.
RGB:
(156,102,105)
(61%,40%,41%)

RGB channels and saturation

R 156 of 255 = 61%
G 102 of 255 = 40%
B 105 of 255 = 41%

156
102
105

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

Portions of RGB colors in percentages

R + G + B =
156 + 102 + 105 = 363 (100%)
R 156 of 363 ~ 42.98%
G 102 of 363 ~ 28.1%
B 105 of 363 ~ 28.93%

%42.98
%28.1
%28.93

CMYK color model

#9C6669 color CMYK value is (0,35,33,39).

  • cyan value is 0.00%
  • magenta value is 34.62%
  • yellow value is 32.69%
  • key color value is 38.82%
CMYK:
(0,35,33,39)
C0M35Y33K39 
(0%,35%,33%,39%)
(0.00/0.35/0.33/0.39)	

CMYK percentages

%0
%34.62
%32.69
%38.82

Codes

Color #9C6669 in popluar color models

9C6669
RGB156102105
HSL357°21.43%50.59%
HSB/HSV357°34.62%61.18%
CMYK0.00%34.62%32.69%
38.82%

Color #9C6669 in popluar number systems.

HEX9C6669
Decimal156102105
Binary1001110011001101101001
Octal234146151

Shades and tints

Shades of #9C6669

#9C6669
(156,102,105)
#8E5D60
(142,93,96)
#805457
(128,84,87)
#724B4E
(114,75,78)
#644245
(100,66,69)
#56393C
(86,57,60)
#483033
(72,48,51)
#3A272A
(58,39,42)
#2C1E21
(44,30,33)
#1E1518
(30,21,24)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #9C6669

#9C6669
(156,102,105)
#A57376
(165,115,118)
#AE8083
(174,128,131)
#B78D90
(183,141,144)
#C09A9D
(192,154,157)
#C9A7AA
(201,167,170)
#D2B4B7
(210,180,183)
#DBC1C4
(219,193,196)
#E4CED1
(228,206,209)
#EDDBDE
(237,219,222)
#F6E8EB
(246,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6669 color. Also use rgb(156,102,105) instead hex code.

Text Font Color

.myTextColor { color: #9C6669; }

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

This text font color is #9C6669.


Background Color

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

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

This div background color is #9C6669.


Border color

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

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

This div border color is #9C6669.


Opacity

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

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

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

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

This text has shadow with #9C6669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6669 on black background.


Color preview on white background

This text has color #9C6669 on white background.



Black color preview on #9C6669 background

This text has black color on #9C6669 background.


White color preview on #9C6669 background

This text has white color on #9C6669 background.