COLOR #9C996A

HEX: #9C996A
RGB: (156,153,106)

Color info

#9C996A contains red, green and blue colors in about the same proportion. Web safe color of #9C996A is #999966 (or #996).

RGB color model

#9C996A color RGB value is (156,153,106).

  • red value is 156;
  • green value is 153;
  • blue value is 106.
RGB:
(156,153,106)
(61%,60%,42%)

RGB channels and saturation

R 156 of 255 = 61%
G 153 of 255 = 60%
B 106 of 255 = 42%

156
153
106

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

Portions of RGB colors in percentages

R + G + B =
156 + 153 + 106 = 415 (100%)
R 156 of 415 ~ 37.59%
G 153 of 415 ~ 36.87%
B 106 of 415 ~ 25.54%

%37.59
%36.87
%25.54

CMYK color model

#9C996A color CMYK value is (0,2,32,39).

  • cyan value is 0.00%
  • magenta value is 1.92%
  • yellow value is 32.05%
  • key color value is 38.82%
CMYK:
(0,2,32,39)
C0M2Y32K39 
(0%,2%,32%,39%)
(0.00/0.02/0.32/0.39)	

CMYK percentages

%0
%1.92
%32.05
%38.82

Codes

Color #9C996A in popluar color models

9C996A
RGB156153106
HSL56°20.16%51.37%
HSB/HSV56°32.05%61.18%
CMYK0.00%1.92%32.05%
38.82%

Color #9C996A in popluar number systems.

HEX9C996A
Decimal156153106
Binary10011100100110011101010
Octal234231152

Shades and tints

Shades of #9C996A

#9C996A
(156,153,106)
#8E8C61
(142,140,97)
#807F58
(128,127,88)
#72724F
(114,114,79)
#646546
(100,101,70)
#56583D
(86,88,61)
#484B34
(72,75,52)
#3A3E2B
(58,62,43)
#2C3122
(44,49,34)
#1E2419
(30,36,25)
#101710
(16,23,16)
#000000
(0,0,0)

Tints of #9C996A

#9C996A
(156,153,106)
#A5A277
(165,162,119)
#AEAB84
(174,171,132)
#B7B491
(183,180,145)
#C0BD9E
(192,189,158)
#C9C6AB
(201,198,171)
#D2CFB8
(210,207,184)
#DBD8C5
(219,216,197)
#E4E1D2
(228,225,210)
#EDEADF
(237,234,223)
#F6F3EC
(246,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C996A; }

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

This text font color is #9C996A.


Background Color

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

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

This div background color is #9C996A.


Border color

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

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

This div border color is #9C996A.


Opacity

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

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

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

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

This text has shadow with #9C996A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C996A on black background.


Color preview on white background

This text has color #9C996A on white background.



Black color preview on #9C996A background

This text has black color on #9C996A background.


White color preview on #9C996A background

This text has white color on #9C996A background.