COLOR #9C7661

HEX: #9C7661
RGB: (156,118,97)

Color info

#9C7661 contains red, green and blue colors in about the same proportion. Web safe color of #9C7661 is #996666 (or #966).

RGB color model

#9C7661 color RGB value is (156,118,97).

  • red value is 156;
  • green value is 118;
  • blue value is 97.
RGB:
(156,118,97)
(61%,46%,38%)

RGB channels and saturation

R 156 of 255 = 61%
G 118 of 255 = 46%
B 97 of 255 = 38%

156
118
97

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

Portions of RGB colors in percentages

R + G + B =
156 + 118 + 97 = 371 (100%)
R 156 of 371 ~ 42.05%
G 118 of 371 ~ 31.81%
B 97 of 371 ~ 26.15%

%42.05
%31.81
%26.15

CMYK color model

#9C7661 color CMYK value is (0,24,38,39).

  • cyan value is 0.00%
  • magenta value is 24.36%
  • yellow value is 37.82%
  • key color value is 38.82%
CMYK:
(0,24,38,39)
C0M24Y38K39 
(0%,24%,38%,39%)
(0.00/0.24/0.38/0.39)	

CMYK percentages

%0
%24.36
%37.82
%38.82

Codes

Color #9C7661 in popluar color models

9C7661
RGB15611897
HSL21°23.32%49.61%
HSB/HSV21°37.82%61.18%
CMYK0.00%24.36%37.82%
38.82%

Color #9C7661 in popluar number systems.

HEX9C7661
Decimal15611897
Binary1001110011101101100001
Octal234166141

Shades and tints

Shades of #9C7661

#9C7661
(156,118,97)
#8E6C59
(142,108,89)
#806251
(128,98,81)
#725849
(114,88,73)
#644E41
(100,78,65)
#564439
(86,68,57)
#483A31
(72,58,49)
#3A3029
(58,48,41)
#2C2621
(44,38,33)
#1E1C19
(30,28,25)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #9C7661

#9C7661
(156,118,97)
#A5826F
(165,130,111)
#AE8E7D
(174,142,125)
#B79A8B
(183,154,139)
#C0A699
(192,166,153)
#C9B2A7
(201,178,167)
#D2BEB5
(210,190,181)
#DBCAC3
(219,202,195)
#E4D6D1
(228,214,209)
#EDE2DF
(237,226,223)
#F6EEED
(246,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7661 color. Also use rgb(156,118,97) instead hex code.

Text Font Color

.myTextColor { color: #9C7661; }

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

This text font color is #9C7661.


Background Color

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

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

This div background color is #9C7661.


Border color

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

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

This div border color is #9C7661.


Opacity

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

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

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

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

This text has shadow with #9C7661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7661 on black background.


Color preview on white background

This text has color #9C7661 on white background.



Black color preview on #9C7661 background

This text has black color on #9C7661 background.


White color preview on #9C7661 background

This text has white color on #9C7661 background.