COLOR #9C6667

HEX: #9C6667
RGB: (156,102,103)

Color info

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

RGB color model

#9C6667 color RGB value is (156,102,103).

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

RGB channels and saturation

R 156 of 255 = 61%
G 102 of 255 = 40%
B 103 of 255 = 40%

156
102
103

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

Portions of RGB colors in percentages

R + G + B =
156 + 102 + 103 = 361 (100%)
R 156 of 361 ~ 43.21%
G 102 of 361 ~ 28.25%
B 103 of 361 ~ 28.53%

%43.21
%28.25
%28.53

CMYK color model

#9C6667 color CMYK value is (0,35,34,39).

  • cyan value is 0.00%
  • magenta value is 34.62%
  • yellow value is 33.97%
  • key color value is 38.82%
CMYK:
(0,35,34,39)
C0M35Y34K39 
(0%,35%,34%,39%)
(0.00/0.35/0.34/0.39)	

CMYK percentages

%0
%34.62
%33.97
%38.82

Codes

Color #9C6667 in popluar color models

9C6667
RGB156102103
HSL359°21.43%50.59%
HSB/HSV359°34.62%61.18%
CMYK0.00%34.62%33.97%
38.82%

Color #9C6667 in popluar number systems.

HEX9C6667
Decimal156102103
Binary1001110011001101100111
Octal234146147

Shades and tints

Shades of #9C6667

#9C6667
(156,102,103)
#8E5D5E
(142,93,94)
#805455
(128,84,85)
#724B4C
(114,75,76)
#644243
(100,66,67)
#56393A
(86,57,58)
#483031
(72,48,49)
#3A2728
(58,39,40)
#2C1E1F
(44,30,31)
#1E1516
(30,21,22)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #9C6667

#9C6667
(156,102,103)
#A57374
(165,115,116)
#AE8081
(174,128,129)
#B78D8E
(183,141,142)
#C09A9B
(192,154,155)
#C9A7A8
(201,167,168)
#D2B4B5
(210,180,181)
#DBC1C2
(219,193,194)
#E4CECF
(228,206,207)
#EDDBDC
(237,219,220)
#F6E8E9
(246,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C6667; }

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

This text font color is #9C6667.


Background Color

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

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

This div background color is #9C6667.


Border color

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

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

This div border color is #9C6667.


Opacity

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

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

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

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

This text has shadow with #9C6667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6667 on black background.


Color preview on white background

This text has color #9C6667 on white background.



Black color preview on #9C6667 background

This text has black color on #9C6667 background.


White color preview on #9C6667 background

This text has white color on #9C6667 background.