COLOR #9C6C40

HEX: #9C6C40
RGB: (156,108,64)

Color info

#9C6C40 contains mainly red and green colors. Web safe color of #9C6C40 is #996633 (or #963).

RGB color model

#9C6C40 color RGB value is (156,108,64).

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

RGB channels and saturation

R 156 of 255 = 61%
G 108 of 255 = 42%
B 64 of 255 = 25%

156
108
64

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

Portions of RGB colors in percentages

R + G + B =
156 + 108 + 64 = 328 (100%)
R 156 of 328 ~ 47.56%
G 108 of 328 ~ 32.93%
B 64 of 328 ~ 19.51%

%47.56
%32.93
%19.51

CMYK color model

#9C6C40 color CMYK value is (0,31,59,39).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 58.97%
  • key color value is 38.82%
CMYK:
(0,31,59,39)
C0M31Y59K39 
(0%,31%,59%,39%)
(0.00/0.31/0.59/0.39)	

CMYK percentages

%0
%30.77
%58.97
%38.82

Codes

Color #9C6C40 in popluar color models

9C6C40
RGB15610864
HSL29°41.82%43.14%
HSB/HSV29°58.97%61.18%
CMYK0.00%30.77%58.97%
38.82%

Color #9C6C40 in popluar number systems.

HEX9C6C40
Decimal15610864
Binary1001110011011001000000
Octal234154100

Shades and tints

Shades of #9C6C40

#9C6C40
(156,108,64)
#8E633B
(142,99,59)
#805A36
(128,90,54)
#725131
(114,81,49)
#64482C
(100,72,44)
#563F27
(86,63,39)
#483622
(72,54,34)
#3A2D1D
(58,45,29)
#2C2418
(44,36,24)
#1E1B13
(30,27,19)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #9C6C40

#9C6C40
(156,108,64)
#A57951
(165,121,81)
#AE8662
(174,134,98)
#B79373
(183,147,115)
#C0A084
(192,160,132)
#C9AD95
(201,173,149)
#D2BAA6
(210,186,166)
#DBC7B7
(219,199,183)
#E4D4C8
(228,212,200)
#EDE1D9
(237,225,217)
#F6EEEA
(246,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C6C40; }

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

This text font color is #9C6C40.


Background Color

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

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

This div background color is #9C6C40.


Border color

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

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

This div border color is #9C6C40.


Opacity

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

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

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

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

This text has shadow with #9C6C40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6C40 on black background.


Color preview on white background

This text has color #9C6C40 on white background.



Black color preview on #9C6C40 background

This text has black color on #9C6C40 background.


White color preview on #9C6C40 background

This text has white color on #9C6C40 background.