COLOR #9C6C6E

HEX: #9C6C6E
RGB: (156,108,110)

Color info

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

RGB color model

#9C6C6E color RGB value is (156,108,110).

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

RGB channels and saturation

R 156 of 255 = 61%
G 108 of 255 = 42%
B 110 of 255 = 43%

156
108
110

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

Portions of RGB colors in percentages

R + G + B =
156 + 108 + 110 = 374 (100%)
R 156 of 374 ~ 41.71%
G 108 of 374 ~ 28.88%
B 110 of 374 ~ 29.41%

%41.71
%28.88
%29.41

CMYK color model

#9C6C6E color CMYK value is (0,31,29,39).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 29.49%
  • key color value is 38.82%
CMYK:
(0,31,29,39)
C0M31Y29K39 
(0%,31%,29%,39%)
(0.00/0.31/0.29/0.39)	

CMYK percentages

%0
%30.77
%29.49
%38.82

Codes

Color #9C6C6E in popluar color models

9C6C6E
RGB156108110
HSL358°19.51%51.76%
HSB/HSV358°30.77%61.18%
CMYK0.00%30.77%29.49%
38.82%

Color #9C6C6E in popluar number systems.

HEX9C6C6E
Decimal156108110
Binary1001110011011001101110
Octal234154156

Shades and tints

Shades of #9C6C6E

#9C6C6E
(156,108,110)
#8E6364
(142,99,100)
#805A5A
(128,90,90)
#725150
(114,81,80)
#644846
(100,72,70)
#563F3C
(86,63,60)
#483632
(72,54,50)
#3A2D28
(58,45,40)
#2C241E
(44,36,30)
#1E1B14
(30,27,20)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #9C6C6E

#9C6C6E
(156,108,110)
#A5797B
(165,121,123)
#AE8688
(174,134,136)
#B79395
(183,147,149)
#C0A0A2
(192,160,162)
#C9ADAF
(201,173,175)
#D2BABC
(210,186,188)
#DBC7C9
(219,199,201)
#E4D4D6
(228,212,214)
#EDE1E3
(237,225,227)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C6C6E; }

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

This text font color is #9C6C6E.


Background Color

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

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

This div background color is #9C6C6E.


Border color

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

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

This div border color is #9C6C6E.


Opacity

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

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

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

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

This text has shadow with #9C6C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6C6E on black background.


Color preview on white background

This text has color #9C6C6E on white background.



Black color preview on #9C6C6E background

This text has black color on #9C6C6E background.


White color preview on #9C6C6E background

This text has white color on #9C6C6E background.