COLOR #9C6C65

HEX: #9C6C65
RGB: (156,108,101)

Color info

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

RGB color model

#9C6C65 color RGB value is (156,108,101).

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

RGB channels and saturation

R 156 of 255 = 61%
G 108 of 255 = 42%
B 101 of 255 = 40%

156
108
101

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

Portions of RGB colors in percentages

R + G + B =
156 + 108 + 101 = 365 (100%)
R 156 of 365 ~ 42.74%
G 108 of 365 ~ 29.59%
B 101 of 365 ~ 27.67%

%42.74
%29.59
%27.67

CMYK color model

#9C6C65 color CMYK value is (0,31,35,39).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 35.26%
  • key color value is 38.82%
CMYK:
(0,31,35,39)
C0M31Y35K39 
(0%,31%,35%,39%)
(0.00/0.31/0.35/0.39)	

CMYK percentages

%0
%30.77
%35.26
%38.82

Codes

Color #9C6C65 in popluar color models

9C6C65
RGB156108101
HSL21.74%50.39%
HSB/HSV35.26%61.18%
CMYK0.00%30.77%35.26%
38.82%

Color #9C6C65 in popluar number systems.

HEX9C6C65
Decimal156108101
Binary1001110011011001100101
Octal234154145

Shades and tints

Shades of #9C6C65

#9C6C65
(156,108,101)
#8E635C
(142,99,92)
#805A53
(128,90,83)
#72514A
(114,81,74)
#644841
(100,72,65)
#563F38
(86,63,56)
#48362F
(72,54,47)
#3A2D26
(58,45,38)
#2C241D
(44,36,29)
#1E1B14
(30,27,20)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #9C6C65

#9C6C65
(156,108,101)
#A57973
(165,121,115)
#AE8681
(174,134,129)
#B7938F
(183,147,143)
#C0A09D
(192,160,157)
#C9ADAB
(201,173,171)
#D2BAB9
(210,186,185)
#DBC7C7
(219,199,199)
#E4D4D5
(228,212,213)
#EDE1E3
(237,225,227)
#F6EEF1
(246,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C6C65; }

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

This text font color is #9C6C65.


Background Color

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

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

This div background color is #9C6C65.


Border color

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

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

This div border color is #9C6C65.


Opacity

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

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

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

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

This text has shadow with #9C6C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6C65 on black background.


Color preview on white background

This text has color #9C6C65 on white background.



Black color preview on #9C6C65 background

This text has black color on #9C6C65 background.


White color preview on #9C6C65 background

This text has white color on #9C6C65 background.