COLOR #9C6F5C

HEX: #9C6F5C
RGB: (156,111,92)

Color info

#9C6F5C contains mainly red and green colors. Web safe color of #9C6F5C is #996666 (or #966).

RGB color model

#9C6F5C color RGB value is (156,111,92).

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

RGB channels and saturation

R 156 of 255 = 61%
G 111 of 255 = 44%
B 92 of 255 = 36%

156
111
92

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

Portions of RGB colors in percentages

R + G + B =
156 + 111 + 92 = 359 (100%)
R 156 of 359 ~ 43.45%
G 111 of 359 ~ 30.92%
B 92 of 359 ~ 25.63%

%43.45
%30.92
%25.63

CMYK color model

#9C6F5C color CMYK value is (0,29,41,39).

  • cyan value is 0.00%
  • magenta value is 28.85%
  • yellow value is 41.03%
  • key color value is 38.82%
CMYK:
(0,29,41,39)
C0M29Y41K39 
(0%,29%,41%,39%)
(0.00/0.29/0.41/0.39)	

CMYK percentages

%0
%28.85
%41.03
%38.82

Codes

Color #9C6F5C in popluar color models

9C6F5C
RGB15611192
HSL18°25.81%48.63%
HSB/HSV18°41.03%61.18%
CMYK0.00%28.85%41.03%
38.82%

Color #9C6F5C in popluar number systems.

HEX9C6F5C
Decimal15611192
Binary1001110011011111011100
Octal234157134

Shades and tints

Shades of #9C6F5C

#9C6F5C
(156,111,92)
#8E6554
(142,101,84)
#805B4C
(128,91,76)
#725144
(114,81,68)
#64473C
(100,71,60)
#563D34
(86,61,52)
#48332C
(72,51,44)
#3A2924
(58,41,36)
#2C1F1C
(44,31,28)
#1E1514
(30,21,20)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #9C6F5C

#9C6F5C
(156,111,92)
#A57C6A
(165,124,106)
#AE8978
(174,137,120)
#B79686
(183,150,134)
#C0A394
(192,163,148)
#C9B0A2
(201,176,162)
#D2BDB0
(210,189,176)
#DBCABE
(219,202,190)
#E4D7CC
(228,215,204)
#EDE4DA
(237,228,218)
#F6F1E8
(246,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C6F5C; }

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

This text font color is #9C6F5C.


Background Color

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

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

This div background color is #9C6F5C.


Border color

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

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

This div border color is #9C6F5C.


Opacity

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

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

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

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

This text has shadow with #9C6F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6F5C on black background.


Color preview on white background

This text has color #9C6F5C on white background.



Black color preview on #9C6F5C background

This text has black color on #9C6F5C background.


White color preview on #9C6F5C background

This text has white color on #9C6F5C background.