COLOR #9C6C69

HEX: #9C6C69
RGB: (156,108,105)

Color info

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

RGB color model

#9C6C69 color RGB value is (156,108,105).

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

RGB channels and saturation

R 156 of 255 = 61%
G 108 of 255 = 42%
B 105 of 255 = 41%

156
108
105

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

Portions of RGB colors in percentages

R + G + B =
156 + 108 + 105 = 369 (100%)
R 156 of 369 ~ 42.28%
G 108 of 369 ~ 29.27%
B 105 of 369 ~ 28.46%

%42.28
%29.27
%28.46

CMYK color model

#9C6C69 color CMYK value is (0,31,33,39).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 32.69%
  • key color value is 38.82%
CMYK:
(0,31,33,39)
C0M31Y33K39 
(0%,31%,33%,39%)
(0.00/0.31/0.33/0.39)	

CMYK percentages

%0
%30.77
%32.69
%38.82

Codes

Color #9C6C69 in popluar color models

9C6C69
RGB156108105
HSL20.48%51.18%
HSB/HSV32.69%61.18%
CMYK0.00%30.77%32.69%
38.82%

Color #9C6C69 in popluar number systems.

HEX9C6C69
Decimal156108105
Binary1001110011011001101001
Octal234154151

Shades and tints

Shades of #9C6C69

#9C6C69
(156,108,105)
#8E6360
(142,99,96)
#805A57
(128,90,87)
#72514E
(114,81,78)
#644845
(100,72,69)
#563F3C
(86,63,60)
#483633
(72,54,51)
#3A2D2A
(58,45,42)
#2C2421
(44,36,33)
#1E1B18
(30,27,24)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #9C6C69

#9C6C69
(156,108,105)
#A57976
(165,121,118)
#AE8683
(174,134,131)
#B79390
(183,147,144)
#C0A09D
(192,160,157)
#C9ADAA
(201,173,170)
#D2BAB7
(210,186,183)
#DBC7C4
(219,199,196)
#E4D4D1
(228,212,209)
#EDE1DE
(237,225,222)
#F6EEEB
(246,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C6C69; }

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

This text font color is #9C6C69.


Background Color

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

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

This div background color is #9C6C69.


Border color

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

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

This div border color is #9C6C69.


Opacity

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

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

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

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

This text has shadow with #9C6C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6C69 on black background.


Color preview on white background

This text has color #9C6C69 on white background.



Black color preview on #9C6C69 background

This text has black color on #9C6C69 background.


White color preview on #9C6C69 background

This text has white color on #9C6C69 background.