COLOR #9C6262

HEX: #9C6262
RGB: (156,98,98)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

156
98
98

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

Portions of RGB colors in percentages

R + G + B =
156 + 98 + 98 = 352 (100%)
R 156 of 352 ~ 44.32%
G 98 of 352 ~ 27.84%
B 98 of 352 ~ 27.84%

%44.32
%27.84
%27.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.18%
  • yellow value is 37.18%
  • key color value is 38.82%
CMYK:
(0,37,37,39)
C0M37Y37K39 
(0%,37%,37%,39%)
(0.00/0.37/0.37/0.39)	

CMYK percentages

%0
%37.18
%37.18
%38.82

Codes

Color #9C6262 in popluar color models

9C6262
RGB1569898
HSL22.83%49.80%
HSB/HSV37.18%61.18%
CMYK0.00%37.18%37.18%
38.82%

Color #9C6262 in popluar number systems.

HEX9C6262
Decimal1569898
Binary1001110011000101100010
Octal234142142

Shades and tints

Shades of #9C6262

#9C6262
(156,98,98)
#8E5A5A
(142,90,90)
#805252
(128,82,82)
#724A4A
(114,74,74)
#644242
(100,66,66)
#563A3A
(86,58,58)
#483232
(72,50,50)
#3A2A2A
(58,42,42)
#2C2222
(44,34,34)
#1E1A1A
(30,26,26)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #9C6262

#9C6262
(156,98,98)
#A57070
(165,112,112)
#AE7E7E
(174,126,126)
#B78C8C
(183,140,140)
#C09A9A
(192,154,154)
#C9A8A8
(201,168,168)
#D2B6B6
(210,182,182)
#DBC4C4
(219,196,196)
#E4D2D2
(228,210,210)
#EDE0E0
(237,224,224)
#F6EEEE
(246,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C6262; }

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

This text font color is #9C6262.


Background Color

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

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

This div background color is #9C6262.


Border color

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

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

This div border color is #9C6262.


Opacity

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

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

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

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

This text has shadow with #9C6262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6262 on black background.


Color preview on white background

This text has color #9C6262 on white background.



Black color preview on #9C6262 background

This text has black color on #9C6262 background.


White color preview on #9C6262 background

This text has white color on #9C6262 background.