COLOR #9C6339

HEX: #9C6339 RGB: (156,99,57)

Color info

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

RGB color model

#9C6339 color RGB value is (156,99,57).

RGB: (156,99,57) (61%, 39%, 22%)

RGB channels and saturation

R 156 of 255 = 61%
G 99 of 255 = 39%
B 57 of 255 = 22%

156
99
57

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

Portions of RGB colors in percentages

R + G + B = 156 + 99 + 57 = 312 (100%)
R 156 of 312 ~ 50%
G 99 of 312 ~ 31.73%
B 57 of 312 ~ 18.27'%

%50
%31.73
%18.27

CMYK color model

#9C6339 color CMYK value is (0,37,63,39).

  • cyan value is 0.00%
  • magenta value is 36.54%
  • yellow value is 63.46%
  • key color value is 38.82%
CMYK: (0,37,63,39) C0M37Y63K39 (0%,37%,63%,39%) (0.00/0.37/0.63/0.39) 

CMYK percentages

%0
%36.54
%63.46
%38.82

Codes

Color #9C6339 in popluar color models

9C 63 39
RGB 156 99 57
HSL 25° 46.48% 41.76%
HSB/HSV 25° 63.46% 61.18%
CMYK 0.00% 36.54% 63.46%
38.82%

Color #9C6339 in popluar number systems.

HEX 9C 63 39
Decimal 156 99 57
Binary 10011100 1100011 111001
Octal 234 143 71

Shades and tints

Shades of #9C6339

#9C6339
(156,99,57)
#8E5A34
(142,90,52)
#80512F
(128,81,47)
#72482A
(114,72,42)
#643F25
(100,63,37)
#563620
(86,54,32)
#482D1B
(72,45,27)
#3A2416
(58,36,22)
#2C1B11
(44,27,17)
#1E120C
(30,18,12)
#100907
(16,9,7)
#000000
(0,0,0)

Tints of #9C6339

#9C6339
(156,99,57)
#A5714B
(165,113,75)
#AE7F5D
(174,127,93)
#B78D6F
(183,141,111)
#C09B81
(192,155,129)
#C9A993
(201,169,147)
#D2B7A5
(210,183,165)
#DBC5B7
(219,197,183)
#E4D3C9
(228,211,201)
#EDE1DB
(237,225,219)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6339 color. Also use rgb(156,99,57) instead hex code.

Text Font Color

.myTextColor { color: #9C6339; }

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

This text font color is #9C6339.

Background Color

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

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

This div background color is #9C6339.

Border color

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

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

This div border color is #9C6339.

Opacity

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

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

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

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

This text has shadow with #9C6339 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C6339.

Preview

Color preview on black background

This text has color #9C6339 on black background.


Color preview on white background

This text has color #9C6339 on white background.


Black color preview on #9C6339 background

This text has black color on #9C6339 background.


White color preview on #9C6339 background

This text has white color on #9C6339 background.


Related colors

Complementary color

Complementary color for #hex is #639CC6.


I love getcolorcode.com

Triadic colors

1 #399C63 and #63399C with #9C6339 are triadic colors.

2 #39639C and #639C39 with #9C6339 are triadic colors.