COLOR #9C7F6C

HEX: #9C7F6C RGB: (156,127,108)

Color info

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

RGB color model

#9C7F6C color RGB value is (156,127,108).

RGB: (156,127,108) (61%, 50%, 42%)

RGB channels and saturation

R 156 of 255 = 61%
G 127 of 255 = 50%
B 108 of 255 = 42%

156
127
108

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

Portions of RGB colors in percentages

R + G + B = 156 + 127 + 108 = 391 (100%)
R 156 of 391 ~ 39.9%
G 127 of 391 ~ 32.48%
B 108 of 391 ~ 27.62'%

%39.9
%32.48
%27.62

CMYK color model

#9C7F6C color CMYK value is (0,19,31,39).

  • cyan value is 0.00%
  • magenta value is 18.59%
  • yellow value is 30.77%
  • key color value is 38.82%
CMYK: (0,19,31,39) C0M19Y31K39 (0%,19%,31%,39%) (0.00/0.19/0.31/0.39) 

CMYK percentages

%0
%18.59
%30.77
%38.82

Codes

Color #9C7F6C in popluar color models

9C 7F 6C
RGB 156 127 108
HSL 24° 19.51% 51.76%
HSB/HSV 24° 30.77% 61.18%
CMYK 0.00% 18.59% 30.77%
38.82%

Color #9C7F6C in popluar number systems.

HEX 9C 7F 6C
Decimal 156 127 108
Binary 10011100 1111111 1101100
Octal 234 177 154

Shades and tints

Shades of #9C7F6C

#9C7F6C
(156,127,108)
#8E7463
(142,116,99)
#80695A
(128,105,90)
#725E51
(114,94,81)
#645348
(100,83,72)
#56483F
(86,72,63)
#483D36
(72,61,54)
#3A322D
(58,50,45)
#2C2724
(44,39,36)
#1E1C1B
(30,28,27)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #9C7F6C

#9C7F6C
(156,127,108)
#A58A79
(165,138,121)
#AE9586
(174,149,134)
#B7A093
(183,160,147)
#C0ABA0
(192,171,160)
#C9B6AD
(201,182,173)
#D2C1BA
(210,193,186)
#DBCCC7
(219,204,199)
#E4D7D4
(228,215,212)
#EDE2E1
(237,226,225)
#F6EDEE
(246,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7F6C; }

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

This text font color is #9C7F6C.

Background Color

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

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

This div background color is #9C7F6C.

Border color

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

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

This div border color is #9C7F6C.

Opacity

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

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

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

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

This text has shadow with #9C7F6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C7F6C.

Preview

Color preview on black background

This text has color #9C7F6C on black background.


Color preview on white background

This text has color #9C7F6C on white background.


Black color preview on #9C7F6C background

This text has black color on #9C7F6C background.


White color preview on #9C7F6C background

This text has white color on #9C7F6C background.


Related colors

Complementary color

Complementary color for #hex is #638093.


I love getcolorcode.com

Triadic colors

1 #6C9C7F and #7F6C9C with #9C7F6C are triadic colors.

2 #6C7F9C and #7F9C6C with #9C7F6C are triadic colors.