COLOR #9C6366

HEX: #9C6366 RGB: (156,99,102)

Color info

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

RGB color model

#9C6366 color RGB value is (156,99,102).

RGB: (156,99,102) (61%, 39%, 40%)

RGB channels and saturation

R 156 of 255 = 61%
G 99 of 255 = 39%
B 102 of 255 = 40%

156
99
102

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

Portions of RGB colors in percentages

R + G + B = 156 + 99 + 102 = 357 (100%)
R 156 of 357 ~ 43.7%
G 99 of 357 ~ 27.73%
B 102 of 357 ~ 28.57'%

%43.7
%27.73
%28.57

CMYK color model

#9C6366 color CMYK value is (0,37,35,39).

  • cyan value is 0.00%
  • magenta value is 36.54%
  • yellow value is 34.62%
  • key color value is 38.82%

CMYK: (0,37,35,39)
C0M37Y35K39 (0%, 37%, 35%, 39%)
(0.00 / 0.37 / 0.35 / 0.39)

CMYK percentages

%0
%36.54
%34.62
%38.82

Codes

Color #9C6366 in popluar color models

9C 63 66
RGB 156 99 102
HSL 357° 22.35% 50.00%
HSB/HSV 357° 36.54% 61.18%
CMYK 0.00% 36.54% 34.62%
38.82%

Color #9C6366 in popluar number systems.

HEX 9C 63 66
Decimal 156 99 102
Binary 10011100 1100011 1100110
Octal 234 143 146

Shades and tints

Shades of #9C6366

#9C6366
(156,99,102)
#8E5A5D
(142,90,93)
#805154
(128,81,84)
#72484B
(114,72,75)
#643F42
(100,63,66)
#563639
(86,54,57)
#482D30
(72,45,48)
#3A2427
(58,36,39)
#2C1B1E
(44,27,30)
#1E1215
(30,18,21)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #9C6366

#9C6366
(156,99,102)
#A57173
(165,113,115)
#AE7F80
(174,127,128)
#B78D8D
(183,141,141)
#C09B9A
(192,155,154)
#C9A9A7
(201,169,167)
#D2B7B4
(210,183,180)
#DBC5C1
(219,197,193)
#E4D3CE
(228,211,206)
#EDE1DB
(237,225,219)
#F6EFE8
(246,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C6366; }

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

This text font color is #9C6366.

Background Color

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

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

This div background color is #9C6366.

Border color

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

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

This div border color is #9C6366.

Opacity

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

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

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

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

This text has shadow with #9C6366 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C6366.

Preview

Color preview on black background

This text has color #9C6366 on black background.


Color preview on white background

This text has color #9C6366 on white background.


Black color preview on #9C6366 background

This text has black color on #9C6366 background.


White color preview on #9C6366 background

This text has white color on #9C6366 background.


Related colors

Complementary color

Complementary color for #hex is #639C99.


I love getcolorcode.com

Triadic colors

1 #669C63 and #63669C with #9C6366 are triadic colors.

2 #66639C and #639C66 with #9C6366 are triadic colors.