COLOR #9C6869

HEX: #9C6869
RGB: (156,104,105)

Color info

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

RGB color model

#9C6869 color RGB value is (156,104,105).

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

RGB channels and saturation

R 156 of 255 = 61%
G 104 of 255 = 41%
B 105 of 255 = 41%

156
104
105

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

Portions of RGB colors in percentages

R + G + B =
156 + 104 + 105 = 365 (100%)
R 156 of 365 ~ 42.74%
G 104 of 365 ~ 28.49%
B 105 of 365 ~ 28.77%

%42.74
%28.49
%28.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 32.69%
  • key color value is 38.82%
CMYK:
(0,33,33,39)
C0M33Y33K39 
(0%,33%,33%,39%)
(0.00/0.33/0.33/0.39)	

CMYK percentages

%0
%33.33
%32.69
%38.82

Codes

Color #9C6869 in popluar color models

9C6869
RGB156104105
HSL359°20.80%50.98%
HSB/HSV359°33.33%61.18%
CMYK0.00%33.33%32.69%
38.82%

Color #9C6869 in popluar number systems.

HEX9C6869
Decimal156104105
Binary1001110011010001101001
Octal234150151

Shades and tints

Shades of #9C6869

#9C6869
(156,104,105)
#8E5F60
(142,95,96)
#805657
(128,86,87)
#724D4E
(114,77,78)
#644445
(100,68,69)
#563B3C
(86,59,60)
#483233
(72,50,51)
#3A292A
(58,41,42)
#2C2021
(44,32,33)
#1E1718
(30,23,24)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #9C6869

#9C6869
(156,104,105)
#A57576
(165,117,118)
#AE8283
(174,130,131)
#B78F90
(183,143,144)
#C09C9D
(192,156,157)
#C9A9AA
(201,169,170)
#D2B6B7
(210,182,183)
#DBC3C4
(219,195,196)
#E4D0D1
(228,208,209)
#EDDDDE
(237,221,222)
#F6EAEB
(246,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C6869; }

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

This text font color is #9C6869.


Background Color

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

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

This div background color is #9C6869.


Border color

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

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

This div border color is #9C6869.


Opacity

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

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

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

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

This text has shadow with #9C6869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6869 on black background.


Color preview on white background

This text has color #9C6869 on white background.



Black color preview on #9C6869 background

This text has black color on #9C6869 background.


White color preview on #9C6869 background

This text has white color on #9C6869 background.