COLOR #9C746C

HEX: #9C746C RGB: (156,116,108)

Color info

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

RGB color model

#9C746C color RGB value is (156,116,108).

RGB: (156,116,108) (61%, 45%, 42%)

RGB channels and saturation

R 156 of 255 = 61%
G 116 of 255 = 45%
B 108 of 255 = 42%

156
116
108

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

Portions of RGB colors in percentages

R + G + B = 156 + 116 + 108 = 380 (100%)
R 156 of 380 ~ 41.05%
G 116 of 380 ~ 30.53%
B 108 of 380 ~ 28.42'%

%41.05
%30.53
%28.42

CMYK color model

#9C746C color CMYK value is (0,26,31,39).

  • cyan value is 0.00%
  • magenta value is 25.64%
  • yellow value is 30.77%
  • key color value is 38.82%

CMYK: (0,26,31,39)
C0M26Y31K39 (0%, 26%, 31%, 39%)
(0.00 / 0.26 / 0.31 / 0.39)

CMYK percentages

%0
%25.64
%30.77
%38.82

Codes

Color #9C746C in popluar color models

9C 74 6C
RGB 156 116 108
HSL 10° 19.51% 51.76%
HSB/HSV 10° 30.77% 61.18%
CMYK 0.00% 25.64% 30.77%
38.82%

Color #9C746C in popluar number systems.

HEX 9C 74 6C
Decimal 156 116 108
Binary 10011100 1110100 1101100
Octal 234 164 154

Shades and tints

Shades of #9C746C

#9C746C
(156,116,108)
#8E6A63
(142,106,99)
#80605A
(128,96,90)
#725651
(114,86,81)
#644C48
(100,76,72)
#56423F
(86,66,63)
#483836
(72,56,54)
#3A2E2D
(58,46,45)
#2C2424
(44,36,36)
#1E1A1B
(30,26,27)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #9C746C

#9C746C
(156,116,108)
#A58079
(165,128,121)
#AE8C86
(174,140,134)
#B79893
(183,152,147)
#C0A4A0
(192,164,160)
#C9B0AD
(201,176,173)
#D2BCBA
(210,188,186)
#DBC8C7
(219,200,199)
#E4D4D4
(228,212,212)
#EDE0E1
(237,224,225)
#F6ECEE
(246,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C746C color. Also use rgb(156,116,108) instead hex code.

Text Font Color

.myTextColor { color: #9C746C; }

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

This text font color is #9C746C.

Background Color

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

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

This div background color is #9C746C.

Border color

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

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

This div border color is #9C746C.

Opacity

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

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

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

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

This text has shadow with #9C746C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C746C.

Preview

Color preview on black background

This text has color #9C746C on black background.


Color preview on white background

This text has color #9C746C on white background.


Black color preview on #9C746C background

This text has black color on #9C746C background.


White color preview on #9C746C background

This text has white color on #9C746C background.


Related colors

Complementary color

Complementary color for #hex is #638B93.


I love getcolorcode.com

Triadic colors

1 #6C9C74 and #746C9C with #9C746C are triadic colors.

2 #6C749C and #749C6C with #9C746C are triadic colors.