COLOR #999966

HEX: #999966 RGB: (153,153,102)

Color info

#999966 contains red, green and blue colors in about the same proportion. #999966 color is web safe color. It maybe written shortly as #996.

RGB color model

#999966 color RGB value is (153,153,102).

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

RGB channels and saturation

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

153
153
102

R + G + B ~ 53%. #999966 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 153 + 102 = 408 (100%)
R 153 of 408 ~ 37.5%
G 153 of 408 ~ 37.5%
B 102 of 408 ~ 25'%

%37.5
%37.5
%25

CMYK color model

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

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

CMYK: (0,0,33,40)
C0M0Y33K40 (0%, 0%, 33%, 40%)
(0.00 / 0.00 / 0.33 / 0.40)

CMYK percentages

%0
%0
%33.33
%40

Codes

Color #999966 in popluar color models

99 99 66
RGB 153 153 102
HSL 60° 20.00% 50.00%
HSB/HSV 60° 33.33% 60.00%
CMYK 0.00% 0.00% 33.33%
40.00%

Color #999966 in popluar number systems.

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

Shades and tints

Shades of #999966

#999966
(153,153,102)
#8C8C5D
(140,140,93)
#7F7F54
(127,127,84)
#72724B
(114,114,75)
#656542
(101,101,66)
#585839
(88,88,57)
#4B4B30
(75,75,48)
#3E3E27
(62,62,39)
#31311E
(49,49,30)
#242415
(36,36,21)
#17170C
(23,23,12)
#000000
(0,0,0)

Tints of #999966

#999966
(153,153,102)
#A2A273
(162,162,115)
#ABAB80
(171,171,128)
#B4B48D
(180,180,141)
#BDBD9A
(189,189,154)
#C6C6A7
(198,198,167)
#CFCFB4
(207,207,180)
#D8D8C1
(216,216,193)
#E1E1CE
(225,225,206)
#EAEADB
(234,234,219)
#F3F3E8
(243,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999966; }

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

This text font color is #999966.

Background Color

.myBgColor { background-color: #999966; }

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

This div background color is #999966.

Border color

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

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

This div border color is #999966.

Opacity

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

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

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

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

This text has shadow with #999966 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999966.

Preview

Color preview on black background

This text has color #999966 on black background.


Color preview on white background

This text has color #999966 on white background.


Black color preview on #999966 background

This text has black color on #999966 background.


White color preview on #999966 background

This text has white color on #999966 background.


Related colors

Complementary color

Complementary color for #hex is #666699.


I love getcolorcode.com