COLOR #9C6764

HEX: #9C6764
RGB: (156,103,100)

Color info

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

RGB color model

#9C6764 color RGB value is (156,103,100).

  • red value is 156;
  • green value is 103;
  • blue value is 100.
RGB:
(156,103,100)
(61%,40%,39%)

RGB channels and saturation

R 156 of 255 = 61%
G 103 of 255 = 40%
B 100 of 255 = 39%

156
103
100

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

Portions of RGB colors in percentages

R + G + B =
156 + 103 + 100 = 359 (100%)
R 156 of 359 ~ 43.45%
G 103 of 359 ~ 28.69%
B 100 of 359 ~ 27.86%

%43.45
%28.69
%27.86

CMYK color model

#9C6764 color CMYK value is (0,34,36,39).

  • cyan value is 0.00%
  • magenta value is 33.97%
  • yellow value is 35.90%
  • key color value is 38.82%
CMYK:
(0,34,36,39)
C0M34Y36K39 
(0%,34%,36%,39%)
(0.00/0.34/0.36/0.39)	

CMYK percentages

%0
%33.97
%35.9
%38.82

Codes

Color #9C6764 in popluar color models

9C6764
RGB156103100
HSL22.05%50.20%
HSB/HSV35.90%61.18%
CMYK0.00%33.97%35.90%
38.82%

Color #9C6764 in popluar number systems.

HEX9C6764
Decimal156103100
Binary1001110011001111100100
Octal234147144

Shades and tints

Shades of #9C6764

#9C6764
(156,103,100)
#8E5E5B
(142,94,91)
#805552
(128,85,82)
#724C49
(114,76,73)
#644340
(100,67,64)
#563A37
(86,58,55)
#48312E
(72,49,46)
#3A2825
(58,40,37)
#2C1F1C
(44,31,28)
#1E1613
(30,22,19)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #9C6764

#9C6764
(156,103,100)
#A57472
(165,116,114)
#AE8180
(174,129,128)
#B78E8E
(183,142,142)
#C09B9C
(192,155,156)
#C9A8AA
(201,168,170)
#D2B5B8
(210,181,184)
#DBC2C6
(219,194,198)
#E4CFD4
(228,207,212)
#EDDCE2
(237,220,226)
#F6E9F0
(246,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6764 color. Also use rgb(156,103,100) instead hex code.

Text Font Color

.myTextColor { color: #9C6764; }

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

This text font color is #9C6764.


Background Color

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

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

This div background color is #9C6764.


Border color

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

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

This div border color is #9C6764.


Opacity

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

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

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

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

This text has shadow with #9C6764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6764 on black background.


Color preview on white background

This text has color #9C6764 on white background.



Black color preview on #9C6764 background

This text has black color on #9C6764 background.


White color preview on #9C6764 background

This text has white color on #9C6764 background.