COLOR #9C6E74

HEX: #9C6E74
RGB: (156,110,116)

Color info

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

RGB color model

#9C6E74 color RGB value is (156,110,116).

  • red value is 156;
  • green value is 110;
  • blue value is 116.
RGB:
(156,110,116)
(61%,43%,45%)

RGB channels and saturation

R 156 of 255 = 61%
G 110 of 255 = 43%
B 116 of 255 = 45%

156
110
116

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

Portions of RGB colors in percentages

R + G + B =
156 + 110 + 116 = 382 (100%)
R 156 of 382 ~ 40.84%
G 110 of 382 ~ 28.8%
B 116 of 382 ~ 30.37%

%40.84
%28.8
%30.37

CMYK color model

#9C6E74 color CMYK value is (0,29,26,39).

  • cyan value is 0.00%
  • magenta value is 29.49%
  • yellow value is 25.64%
  • key color value is 38.82%
CMYK:
(0,29,26,39)
C0M29Y26K39 
(0%,29%,26%,39%)
(0.00/0.29/0.26/0.39)	

CMYK percentages

%0
%29.49
%25.64
%38.82

Codes

Color #9C6E74 in popluar color models

9C6E74
RGB156110116
HSL352°18.85%52.16%
HSB/HSV352°29.49%61.18%
CMYK0.00%29.49%25.64%
38.82%

Color #9C6E74 in popluar number systems.

HEX9C6E74
Decimal156110116
Binary1001110011011101110100
Octal234156164

Shades and tints

Shades of #9C6E74

#9C6E74
(156,110,116)
#8E646A
(142,100,106)
#805A60
(128,90,96)
#725056
(114,80,86)
#64464C
(100,70,76)
#563C42
(86,60,66)
#483238
(72,50,56)
#3A282E
(58,40,46)
#2C1E24
(44,30,36)
#1E141A
(30,20,26)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #9C6E74

#9C6E74
(156,110,116)
#A57B80
(165,123,128)
#AE888C
(174,136,140)
#B79598
(183,149,152)
#C0A2A4
(192,162,164)
#C9AFB0
(201,175,176)
#D2BCBC
(210,188,188)
#DBC9C8
(219,201,200)
#E4D6D4
(228,214,212)
#EDE3E0
(237,227,224)
#F6F0EC
(246,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6E74 color. Also use rgb(156,110,116) instead hex code.

Text Font Color

.myTextColor { color: #9C6E74; }

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

This text font color is #9C6E74.


Background Color

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

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

This div background color is #9C6E74.


Border color

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

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

This div border color is #9C6E74.


Opacity

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

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

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

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

This text has shadow with #9C6E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6E74 on black background.


Color preview on white background

This text has color #9C6E74 on white background.



Black color preview on #9C6E74 background

This text has black color on #9C6E74 background.


White color preview on #9C6E74 background

This text has white color on #9C6E74 background.