COLOR #9C6254

HEX: #9C6254
RGB: (156,98,84)

Color info

#9C6254 contains mainly red and green colors. Web safe color of #9C6254 is #996666 (or #966).

RGB color model

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

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

RGB channels and saturation

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

156
98
84

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

Portions of RGB colors in percentages

R + G + B =
156 + 98 + 84 = 338 (100%)
R 156 of 338 ~ 46.15%
G 98 of 338 ~ 28.99%
B 84 of 338 ~ 24.85%

%46.15
%28.99
%24.85

CMYK color model

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

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

CMYK percentages

%0
%37.18
%46.15
%38.82

Codes

Color #9C6254 in popluar color models

9C6254
RGB1569884
HSL12°30.00%47.06%
HSB/HSV12°46.15%61.18%
CMYK0.00%37.18%46.15%
38.82%

Color #9C6254 in popluar number systems.

HEX9C6254
Decimal1569884
Binary1001110011000101010100
Octal234142124

Shades and tints

Shades of #9C6254

#9C6254
(156,98,84)
#8E5A4D
(142,90,77)
#805246
(128,82,70)
#724A3F
(114,74,63)
#644238
(100,66,56)
#563A31
(86,58,49)
#48322A
(72,50,42)
#3A2A23
(58,42,35)
#2C221C
(44,34,28)
#1E1A15
(30,26,21)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #9C6254

#9C6254
(156,98,84)
#A57063
(165,112,99)
#AE7E72
(174,126,114)
#B78C81
(183,140,129)
#C09A90
(192,154,144)
#C9A89F
(201,168,159)
#D2B6AE
(210,182,174)
#DBC4BD
(219,196,189)
#E4D2CC
(228,210,204)
#EDE0DB
(237,224,219)
#F6EEEA
(246,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C6254; }

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

This text font color is #9C6254.


Background Color

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

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

This div background color is #9C6254.


Border color

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

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

This div border color is #9C6254.


Opacity

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

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

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

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

This text has shadow with #9C6254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6254 on black background.


Color preview on white background

This text has color #9C6254 on white background.



Black color preview on #9C6254 background

This text has black color on #9C6254 background.


White color preview on #9C6254 background

This text has white color on #9C6254 background.