COLOR #996600

HEX: #996600 RGB: (153,102,0)

Color info

#996600 contains only red and green colors. #996600 color is web safe color. It maybe written shortly as #960.

RGB color model

#996600 color RGB value is (153,102,0).

RGB: (153,102,0) (60%, 40%, 0%)

RGB channels and saturation

R 153 of 255 = 60%
G 102 of 255 = 40%
B 0 of 255 = 0%

153
102
0

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

Portions of RGB colors in percentages

R + G + B = 153 + 102 + 0 = 255 (100%)
R 153 of 255 ~ 60%
G 102 of 255 ~ 40%
B 0 of 255 ~ 0'%

%60
%40

CMYK color model

#996600 color CMYK value is (0,33,100,40).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 100.00%
  • key color value is 40.00%

CMYK: (0,33,100,40)
C0M33Y100K40 (0%, 33%, 100%, 40%)
(0.00 / 0.33 / 1.00 / 0.40)

CMYK percentages

%0
%33.33
%100
%40

Codes

Color #996600 in popluar color models

99 66 00
RGB 153 102 0
HSL 40° 100.00% 30.00%
HSB/HSV 40° 100.00% 60.00%
CMYK 0.00% 33.33% 100.00%
40.00%

Color #996600 in popluar number systems.

HEX 99 66 00
Decimal 153 102 0
Binary 10011001 1100110 0
Octal 231 146 0

Shades and tints

Shades of #996600

#996600
(153,102,0)
#8C5D00
(140,93,0)
#7F5400
(127,84,0)
#724B00
(114,75,0)
#654200
(101,66,0)
#583900
(88,57,0)
#4B3000
(75,48,0)
#3E2700
(62,39,0)
#311E00
(49,30,0)
#241500
(36,21,0)
#170C00
(23,12,0)
#000000
(0,0,0)

Tints of #996600

#996600
(153,102,0)
#A27317
(162,115,23)
#AB802E
(171,128,46)
#B48D45
(180,141,69)
#BD9A5C
(189,154,92)
#C6A773
(198,167,115)
#CFB48A
(207,180,138)
#D8C1A1
(216,193,161)
#E1CEB8
(225,206,184)
#EADBCF
(234,219,207)
#F3E8E6
(243,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996600 color. Also use rgb(153,102,0) instead hex code.

Text Font Color

.myTextColor { color: #996600; }

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

This text font color is #996600.

Background Color

.myBgColor { background-color: #996600; }

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

This div background color is #996600.

Border color

.myBorderColor { border: 1px solid #996600; }

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

This div border color is #996600.

Opacity

.myOpacity80 { color: #996600; opacity: 0.8; }

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

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

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

This text has shadow with #996600 color.


.textShadow {text-shadow: 3px 3px 1px #996600', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #996600; -webkit-box-shadow: 1px 1px 3px 2px #996600; box-shadow:1px 1px 3px 2px #996600;">
Div content here
</div>

This div box has shadow with color #996600.

Preview

Color preview on black background

This text has color #996600 on black background.


Color preview on white background

This text has color #996600 on white background.


Black color preview on #996600 background

This text has black color on #996600 background.


White color preview on #996600 background

This text has white color on #996600 background.


Related colors

Complementary color

Complementary color for #hex is #6699FF.


I love getcolorcode.com

Gradients

Color #996600 is used in Gamboge Orange (Brown) gradient.

Gamboge Orange (Brown)


Triadic colors

1 #009966 and #660099 with #996600 are triadic colors.

2 #006699 and #669900 with #996600 are triadic colors.