COLOR #9C6F6C

HEX: #9C6F6C
RGB: (156,111,108)

Color info

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

RGB color model

#9C6F6C color RGB value is (156,111,108).

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

RGB channels and saturation

R 156 of 255 = 61%
G 111 of 255 = 44%
B 108 of 255 = 42%

156
111
108

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

Portions of RGB colors in percentages

R + G + B =
156 + 111 + 108 = 375 (100%)
R 156 of 375 ~ 41.6%
G 111 of 375 ~ 29.6%
B 108 of 375 ~ 28.8%

%41.6
%29.6
%28.8

CMYK color model

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

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

CMYK percentages

%0
%28.85
%30.77
%38.82

Codes

Color #9C6F6C in popluar color models

9C6F6C
RGB156111108
HSL19.51%51.76%
HSB/HSV30.77%61.18%
CMYK0.00%28.85%30.77%
38.82%

Color #9C6F6C in popluar number systems.

HEX9C6F6C
Decimal156111108
Binary1001110011011111101100
Octal234157154

Shades and tints

Shades of #9C6F6C

#9C6F6C
(156,111,108)
#8E6563
(142,101,99)
#805B5A
(128,91,90)
#725151
(114,81,81)
#644748
(100,71,72)
#563D3F
(86,61,63)
#483336
(72,51,54)
#3A292D
(58,41,45)
#2C1F24
(44,31,36)
#1E151B
(30,21,27)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #9C6F6C

#9C6F6C
(156,111,108)
#A57C79
(165,124,121)
#AE8986
(174,137,134)
#B79693
(183,150,147)
#C0A3A0
(192,163,160)
#C9B0AD
(201,176,173)
#D2BDBA
(210,189,186)
#DBCAC7
(219,202,199)
#E4D7D4
(228,215,212)
#EDE4E1
(237,228,225)
#F6F1EE
(246,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C6F6C; }

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

This text font color is #9C6F6C.


Background Color

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

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

This div background color is #9C6F6C.


Border color

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

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

This div border color is #9C6F6C.


Opacity

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

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

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

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

This text has shadow with #9C6F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6F6C on black background.


Color preview on white background

This text has color #9C6F6C on white background.



Black color preview on #9C6F6C background

This text has black color on #9C6F6C background.


White color preview on #9C6F6C background

This text has white color on #9C6F6C background.