COLOR #9C6529

HEX: #9C6529 RGB: (156,101,41)

Color info

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

RGB color model

#9C6529 color RGB value is (156,101,41).

RGB: (156,101,41) (61%, 40%, 16%)

RGB channels and saturation

R 156 of 255 = 61%
G 101 of 255 = 40%
B 41 of 255 = 16%

156
101
41

R + G + B ~ 39%. #9C6529 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 156 + 101 + 41 = 298 (100%)
R 156 of 298 ~ 52.35%
G 101 of 298 ~ 33.89%
B 41 of 298 ~ 13.76'%

%52.35
%33.89
%13.76

CMYK color model

#9C6529 color CMYK value is (0,35,74,39).

  • cyan value is 0.00%
  • magenta value is 35.26%
  • yellow value is 73.72%
  • key color value is 38.82%
CMYK: (0,35,74,39) C0M35Y74K39 (0%,35%,74%,39%) (0.00/0.35/0.74/0.39) 

CMYK percentages

%0
%35.26
%73.72
%38.82

Codes

Color #9C6529 in popluar color models

9C 65 29
RGB 156 101 41
HSL 31° 58.38% 38.63%
HSB/HSV 31° 73.72% 61.18%
CMYK 0.00% 35.26% 73.72%
38.82%

Color #9C6529 in popluar number systems.

HEX 9C 65 29
Decimal 156 101 41
Binary 10011100 1100101 101001
Octal 234 145 51

Shades and tints

Shades of #9C6529

#9C6529
(156,101,41)
#8E5C26
(142,92,38)
#805323
(128,83,35)
#724A20
(114,74,32)
#64411D
(100,65,29)
#56381A
(86,56,26)
#482F17
(72,47,23)
#3A2614
(58,38,20)
#2C1D11
(44,29,17)
#1E140E
(30,20,14)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #9C6529

#9C6529
(156,101,41)
#A5733C
(165,115,60)
#AE814F
(174,129,79)
#B78F62
(183,143,98)
#C09D75
(192,157,117)
#C9AB88
(201,171,136)
#D2B99B
(210,185,155)
#DBC7AE
(219,199,174)
#E4D5C1
(228,213,193)
#EDE3D4
(237,227,212)
#F6F1E7
(246,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6529 color. Also use rgb(156,101,41) instead hex code.

Text Font Color

.myTextColor { color: #9C6529; }

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

This text font color is #9C6529.

Background Color

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

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

This div background color is #9C6529.

Border color

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

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

This div border color is #9C6529.

Opacity

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

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

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

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

This text has shadow with #9C6529 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C6529.

Preview

Color preview on black background

This text has color #9C6529 on black background.


Color preview on white background

This text has color #9C6529 on white background.


Black color preview on #9C6529 background

This text has black color on #9C6529 background.


White color preview on #9C6529 background

This text has white color on #9C6529 background.


Related colors

Complementary color

Complementary color for #hex is #639AD6.


I love getcolorcode.com

Triadic colors

1 #299C65 and #65299C with #9C6529 are triadic colors.

2 #29659C and #659C29 with #9C6529 are triadic colors.