COLOR #9C6400

HEX: #9C6400
RGB: (156,100,0)

Color info

#9C6400 contains only red and green colors. Web safe color of #9C6400 is #996600 (or #960).

RGB color model

#9C6400 color RGB value is (156,100,0).

  • red value is 156;
  • green value is 100;
  • blue value is 0.
RGB:
(156,100,0)
(61%,39%,0%)

RGB channels and saturation

R 156 of 255 = 61%
G 100 of 255 = 39%
B 0 of 255 = 0%

156
100
0

R + G + B ~ 33%. #9C6400 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
156 + 100 + 0 = 256 (100%)
R 156 of 256 ~ 60.94%
G 100 of 256 ~ 39.06%
B 0 of 256 ~ 0%

%60.94
%39.06

CMYK color model

#9C6400 color CMYK value is (0,36,100,39).

  • cyan value is 0.00%
  • magenta value is 35.90%
  • yellow value is 100.00%
  • key color value is 38.82%
CMYK:
(0,36,100,39)
C0M36Y100K39 
(0%,36%,100%,39%)
(0.00/0.36/1.00/0.39)	

CMYK percentages

%0
%35.9
%100
%38.82

Codes

Color #9C6400 in popluar color models

9C6400
RGB1561000
HSL38°100.00%30.59%
HSB/HSV38°100.00%61.18%
CMYK0.00%35.90%100.00%
38.82%

Color #9C6400 in popluar number systems.

HEX9C6400
Decimal1561000
Binary1001110011001000
Octal2341440

Shades and tints

Shades of #9C6400

#9C6400
(156,100,0)
#8E5B00
(142,91,0)
#805200
(128,82,0)
#724900
(114,73,0)
#644000
(100,64,0)
#563700
(86,55,0)
#482E00
(72,46,0)
#3A2500
(58,37,0)
#2C1C00
(44,28,0)
#1E1300
(30,19,0)
#100A00
(16,10,0)
#000000
(0,0,0)

Tints of #9C6400

#9C6400
(156,100,0)
#A57217
(165,114,23)
#AE802E
(174,128,46)
#B78E45
(183,142,69)
#C09C5C
(192,156,92)
#C9AA73
(201,170,115)
#D2B88A
(210,184,138)
#DBC6A1
(219,198,161)
#E4D4B8
(228,212,184)
#EDE2CF
(237,226,207)
#F6F0E6
(246,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C6400; }

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

This text font color is #9C6400.


Background Color

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

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

This div background color is #9C6400.


Border color

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

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

This div border color is #9C6400.


Opacity

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

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

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

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

This text has shadow with #9C6400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6400 on black background.


Color preview on white background

This text has color #9C6400 on white background.



Black color preview on #9C6400 background

This text has black color on #9C6400 background.


White color preview on #9C6400 background

This text has white color on #9C6400 background.