COLOR #9C6C53

HEX: #9C6C53
RGB: (156,108,83)

Color info

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

RGB color model

#9C6C53 color RGB value is (156,108,83).

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

RGB channels and saturation

R 156 of 255 = 61%
G 108 of 255 = 42%
B 83 of 255 = 33%

156
108
83

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

Portions of RGB colors in percentages

R + G + B =
156 + 108 + 83 = 347 (100%)
R 156 of 347 ~ 44.96%
G 108 of 347 ~ 31.12%
B 83 of 347 ~ 23.92%

%44.96
%31.12
%23.92

CMYK color model

#9C6C53 color CMYK value is (0,31,47,39).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 46.79%
  • key color value is 38.82%
CMYK:
(0,31,47,39)
C0M31Y47K39 
(0%,31%,47%,39%)
(0.00/0.31/0.47/0.39)	

CMYK percentages

%0
%30.77
%46.79
%38.82

Codes

Color #9C6C53 in popluar color models

9C6C53
RGB15610883
HSL21°30.54%46.86%
HSB/HSV21°46.79%61.18%
CMYK0.00%30.77%46.79%
38.82%

Color #9C6C53 in popluar number systems.

HEX9C6C53
Decimal15610883
Binary1001110011011001010011
Octal234154123

Shades and tints

Shades of #9C6C53

#9C6C53
(156,108,83)
#8E634C
(142,99,76)
#805A45
(128,90,69)
#72513E
(114,81,62)
#644837
(100,72,55)
#563F30
(86,63,48)
#483629
(72,54,41)
#3A2D22
(58,45,34)
#2C241B
(44,36,27)
#1E1B14
(30,27,20)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #9C6C53

#9C6C53
(156,108,83)
#A57962
(165,121,98)
#AE8671
(174,134,113)
#B79380
(183,147,128)
#C0A08F
(192,160,143)
#C9AD9E
(201,173,158)
#D2BAAD
(210,186,173)
#DBC7BC
(219,199,188)
#E4D4CB
(228,212,203)
#EDE1DA
(237,225,218)
#F6EEE9
(246,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C6C53; }

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

This text font color is #9C6C53.


Background Color

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

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

This div background color is #9C6C53.


Border color

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

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

This div border color is #9C6C53.


Opacity

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

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

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

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

This text has shadow with #9C6C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6C53 on black background.


Color preview on white background

This text has color #9C6C53 on white background.



Black color preview on #9C6C53 background

This text has black color on #9C6C53 background.


White color preview on #9C6C53 background

This text has white color on #9C6C53 background.