COLOR #9C6B6B

HEX: #9C6B6B
RGB: (156,107,107)

Color info

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

RGB color model

#9C6B6B color RGB value is (156,107,107).

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

RGB channels and saturation

R 156 of 255 = 61%
G 107 of 255 = 42%
B 107 of 255 = 42%

156
107
107

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

Portions of RGB colors in percentages

R + G + B =
156 + 107 + 107 = 370 (100%)
R 156 of 370 ~ 42.16%
G 107 of 370 ~ 28.92%
B 107 of 370 ~ 28.92%

%42.16
%28.92
%28.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.41%
  • yellow value is 31.41%
  • key color value is 38.82%
CMYK:
(0,31,31,39)
C0M31Y31K39 
(0%,31%,31%,39%)
(0.00/0.31/0.31/0.39)	

CMYK percentages

%0
%31.41
%31.41
%38.82

Codes

Color #9C6B6B in popluar color models

9C6B6B
RGB156107107
HSL19.84%51.57%
HSB/HSV31.41%61.18%
CMYK0.00%31.41%31.41%
38.82%

Color #9C6B6B in popluar number systems.

HEX9C6B6B
Decimal156107107
Binary1001110011010111101011
Octal234153153

Shades and tints

Shades of #9C6B6B

#9C6B6B
(156,107,107)
#8E6262
(142,98,98)
#805959
(128,89,89)
#725050
(114,80,80)
#644747
(100,71,71)
#563E3E
(86,62,62)
#483535
(72,53,53)
#3A2C2C
(58,44,44)
#2C2323
(44,35,35)
#1E1A1A
(30,26,26)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #9C6B6B

#9C6B6B
(156,107,107)
#A57878
(165,120,120)
#AE8585
(174,133,133)
#B79292
(183,146,146)
#C09F9F
(192,159,159)
#C9ACAC
(201,172,172)
#D2B9B9
(210,185,185)
#DBC6C6
(219,198,198)
#E4D3D3
(228,211,211)
#EDE0E0
(237,224,224)
#F6EDED
(246,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C6B6B; }

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

This text font color is #9C6B6B.


Background Color

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

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

This div background color is #9C6B6B.


Border color

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

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

This div border color is #9C6B6B.


Opacity

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

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

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

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

This text has shadow with #9C6B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6B6B on black background.


Color preview on white background

This text has color #9C6B6B on white background.



Black color preview on #9C6B6B background

This text has black color on #9C6B6B background.


White color preview on #9C6B6B background

This text has white color on #9C6B6B background.