COLOR #9C6462

HEX: #9C6462 RGB: (156,100,98)

Color info

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

RGB color model

#9C6462 color RGB value is (156,100,98).

RGB: (156,100,98) (61%, 39%, 38%)

RGB channels and saturation

R 156 of 255 = 61%
G 100 of 255 = 39%
B 98 of 255 = 38%

156
100
98

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

Portions of RGB colors in percentages

R + G + B = 156 + 100 + 98 = 354 (100%)
R 156 of 354 ~ 44.07%
G 100 of 354 ~ 28.25%
B 98 of 354 ~ 27.68'%

%44.07
%28.25
%27.68

CMYK color model

#9C6462 color CMYK value is (0,36,37,39).

  • cyan value is 0.00%
  • magenta value is 35.90%
  • yellow value is 37.18%
  • key color value is 38.82%

CMYK: (0,36,37,39)
C0M36Y37K39 (0%, 36%, 37%, 39%)
(0.00 / 0.36 / 0.37 / 0.39)

CMYK percentages

%0
%35.9
%37.18
%38.82

Codes

Color #9C6462 in popluar color models

9C 64 62
RGB 156 100 98
HSL 22.83% 49.80%
HSB/HSV 37.18% 61.18%
CMYK 0.00% 35.90% 37.18%
38.82%

Color #9C6462 in popluar number systems.

HEX 9C 64 62
Decimal 156 100 98
Binary 10011100 1100100 1100010
Octal 234 144 142

Shades and tints

Shades of #9C6462

#9C6462
(156,100,98)
#8E5B5A
(142,91,90)
#805252
(128,82,82)
#72494A
(114,73,74)
#644042
(100,64,66)
#56373A
(86,55,58)
#482E32
(72,46,50)
#3A252A
(58,37,42)
#2C1C22
(44,28,34)
#1E131A
(30,19,26)
#100A12
(16,10,18)
#000000
(0,0,0)

Tints of #9C6462

#9C6462
(156,100,98)
#A57270
(165,114,112)
#AE807E
(174,128,126)
#B78E8C
(183,142,140)
#C09C9A
(192,156,154)
#C9AAA8
(201,170,168)
#D2B8B6
(210,184,182)
#DBC6C4
(219,198,196)
#E4D4D2
(228,212,210)
#EDE2E0
(237,226,224)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C6462; }

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

This text font color is #9C6462.

Background Color

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

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

This div background color is #9C6462.

Border color

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

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

This div border color is #9C6462.

Opacity

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

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

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

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

This text has shadow with #9C6462 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C6462.

Preview

Color preview on black background

This text has color #9C6462 on black background.


Color preview on white background

This text has color #9C6462 on white background.


Black color preview on #9C6462 background

This text has black color on #9C6462 background.


White color preview on #9C6462 background

This text has white color on #9C6462 background.


Related colors

Complementary color

Complementary color for #hex is #639B9D.


I love getcolorcode.com

Triadic colors

1 #629C64 and #64629C with #9C6462 are triadic colors.

2 #62649C and #649C62 with #9C6462 are triadic colors.