COLOR #9C9B6A

HEX: #9C9B6A
RGB: (156,155,106)

Color info

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

RGB color model

#9C9B6A color RGB value is (156,155,106).

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

RGB channels and saturation

R 156 of 255 = 61%
G 155 of 255 = 61%
B 106 of 255 = 42%

156
155
106

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

Portions of RGB colors in percentages

R + G + B =
156 + 155 + 106 = 417 (100%)
R 156 of 417 ~ 37.41%
G 155 of 417 ~ 37.17%
B 106 of 417 ~ 25.42%

%37.41
%37.17
%25.42

CMYK color model

#9C9B6A color CMYK value is (0,1,32,39).

  • cyan value is 0.00%
  • magenta value is 0.64%
  • yellow value is 32.05%
  • key color value is 38.82%
CMYK:
(0,1,32,39)
C0M1Y32K39 
(0%,1%,32%,39%)
(0.00/0.01/0.32/0.39)	

CMYK percentages

%0
%0.64
%32.05
%38.82

Codes

Color #9C9B6A in popluar color models

9C9B6A
RGB156155106
HSL59°20.16%51.37%
HSB/HSV59°32.05%61.18%
CMYK0.00%0.64%32.05%
38.82%

Color #9C9B6A in popluar number systems.

HEX9C9B6A
Decimal156155106
Binary10011100100110111101010
Octal234233152

Shades and tints

Shades of #9C9B6A

#9C9B6A
(156,155,106)
#8E8D61
(142,141,97)
#807F58
(128,127,88)
#72714F
(114,113,79)
#646346
(100,99,70)
#56553D
(86,85,61)
#484734
(72,71,52)
#3A392B
(58,57,43)
#2C2B22
(44,43,34)
#1E1D19
(30,29,25)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #9C9B6A

#9C9B6A
(156,155,106)
#A5A477
(165,164,119)
#AEAD84
(174,173,132)
#B7B691
(183,182,145)
#C0BF9E
(192,191,158)
#C9C8AB
(201,200,171)
#D2D1B8
(210,209,184)
#DBDAC5
(219,218,197)
#E4E3D2
(228,227,210)
#EDECDF
(237,236,223)
#F6F5EC
(246,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C9B6A; }

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

This text font color is #9C9B6A.


Background Color

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

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

This div background color is #9C9B6A.


Border color

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

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

This div border color is #9C9B6A.


Opacity

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

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

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

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

This text has shadow with #9C9B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9B6A on black background.


Color preview on white background

This text has color #9C9B6A on white background.



Black color preview on #9C9B6A background

This text has black color on #9C9B6A background.


White color preview on #9C9B6A background

This text has white color on #9C9B6A background.