COLOR #9C6C30

HEX: #9C6C30
RGB: (156,108,48)

Color info

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

RGB color model

#9C6C30 color RGB value is (156,108,48).

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

RGB channels and saturation

R 156 of 255 = 61%
G 108 of 255 = 42%
B 48 of 255 = 19%

156
108
48

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

Portions of RGB colors in percentages

R + G + B =
156 + 108 + 48 = 312 (100%)
R 156 of 312 ~ 50%
G 108 of 312 ~ 34.62%
B 48 of 312 ~ 15.38%

%50
%34.62
%15.38

CMYK color model

#9C6C30 color CMYK value is (0,31,69,39).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 69.23%
  • key color value is 38.82%
CMYK:
(0,31,69,39)
C0M31Y69K39 
(0%,31%,69%,39%)
(0.00/0.31/0.69/0.39)	

CMYK percentages

%0
%30.77
%69.23
%38.82

Codes

Color #9C6C30 in popluar color models

9C6C30
RGB15610848
HSL33°52.94%40.00%
HSB/HSV33°69.23%61.18%
CMYK0.00%30.77%69.23%
38.82%

Color #9C6C30 in popluar number systems.

HEX9C6C30
Decimal15610848
Binary100111001101100110000
Octal23415460

Shades and tints

Shades of #9C6C30

#9C6C30
(156,108,48)
#8E632C
(142,99,44)
#805A28
(128,90,40)
#725124
(114,81,36)
#644820
(100,72,32)
#563F1C
(86,63,28)
#483618
(72,54,24)
#3A2D14
(58,45,20)
#2C2410
(44,36,16)
#1E1B0C
(30,27,12)
#101208
(16,18,8)
#000000
(0,0,0)

Tints of #9C6C30

#9C6C30
(156,108,48)
#A57942
(165,121,66)
#AE8654
(174,134,84)
#B79366
(183,147,102)
#C0A078
(192,160,120)
#C9AD8A
(201,173,138)
#D2BA9C
(210,186,156)
#DBC7AE
(219,199,174)
#E4D4C0
(228,212,192)
#EDE1D2
(237,225,210)
#F6EEE4
(246,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C6C30; }

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

This text font color is #9C6C30.


Background Color

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

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

This div background color is #9C6C30.


Border color

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

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

This div border color is #9C6C30.


Opacity

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

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

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

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

This text has shadow with #9C6C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6C30 on black background.


Color preview on white background

This text has color #9C6C30 on white background.



Black color preview on #9C6C30 background

This text has black color on #9C6C30 background.


White color preview on #9C6C30 background

This text has white color on #9C6C30 background.