COLOR #9C676A

HEX: #9C676A
RGB: (156,103,106)

Color info

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

RGB color model

#9C676A color RGB value is (156,103,106).

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

RGB channels and saturation

R 156 of 255 = 61%
G 103 of 255 = 40%
B 106 of 255 = 42%

156
103
106

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

Portions of RGB colors in percentages

R + G + B =
156 + 103 + 106 = 365 (100%)
R 156 of 365 ~ 42.74%
G 103 of 365 ~ 28.22%
B 106 of 365 ~ 29.04%

%42.74
%28.22
%29.04

CMYK color model

#9C676A color CMYK value is (0,34,32,39).

  • cyan value is 0.00%
  • magenta value is 33.97%
  • yellow value is 32.05%
  • key color value is 38.82%
CMYK:
(0,34,32,39)
C0M34Y32K39 
(0%,34%,32%,39%)
(0.00/0.34/0.32/0.39)	

CMYK percentages

%0
%33.97
%32.05
%38.82

Codes

Color #9C676A in popluar color models

9C676A
RGB156103106
HSL357°21.12%50.78%
HSB/HSV357°33.97%61.18%
CMYK0.00%33.97%32.05%
38.82%

Color #9C676A in popluar number systems.

HEX9C676A
Decimal156103106
Binary1001110011001111101010
Octal234147152

Shades and tints

Shades of #9C676A

#9C676A
(156,103,106)
#8E5E61
(142,94,97)
#805558
(128,85,88)
#724C4F
(114,76,79)
#644346
(100,67,70)
#563A3D
(86,58,61)
#483134
(72,49,52)
#3A282B
(58,40,43)
#2C1F22
(44,31,34)
#1E1619
(30,22,25)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #9C676A

#9C676A
(156,103,106)
#A57477
(165,116,119)
#AE8184
(174,129,132)
#B78E91
(183,142,145)
#C09B9E
(192,155,158)
#C9A8AB
(201,168,171)
#D2B5B8
(210,181,184)
#DBC2C5
(219,194,197)
#E4CFD2
(228,207,210)
#EDDCDF
(237,220,223)
#F6E9EC
(246,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C676A; }

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

This text font color is #9C676A.


Background Color

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

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

This div background color is #9C676A.


Border color

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

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

This div border color is #9C676A.


Opacity

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

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

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

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

This text has shadow with #9C676A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C676A on black background.


Color preview on white background

This text has color #9C676A on white background.



Black color preview on #9C676A background

This text has black color on #9C676A background.


White color preview on #9C676A background

This text has white color on #9C676A background.