COLOR #999B66

HEX: #999B66 RGB: (153,155,102)

Color info

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

RGB color model

#999B66 color RGB value is (153,155,102).

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

RGB channels and saturation

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

153
155
102

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

Portions of RGB colors in percentages

R + G + B = 153 + 155 + 102 = 410 (100%)
R 153 of 410 ~ 37.32%
G 155 of 410 ~ 37.8%
B 102 of 410 ~ 24.88'%

%37.32
%37.8
%24.88

CMYK color model

#999B66 color CMYK value is (1,0,34,39).

  • cyan value is 1.29%
  • magenta value is 0.00%
  • yellow value is 34.19%
  • key color value is 39.22%

CMYK: (1,0,34,39)
C1M0Y34K39 (1%, 0%, 34%, 39%)
(0.01 / 0.00 / 0.34 / 0.39)

CMYK percentages

%1.29
%0
%34.19
%39.22

Codes

Color #999B66 in popluar color models

99 9B 66
RGB 153 155 102
HSL 62° 20.95% 50.39%
HSB/HSV 62° 34.19% 60.78%
CMYK 1.29% 0.00% 34.19%
39.22%

Color #999B66 in popluar number systems.

HEX 99 9B 66
Decimal 153 155 102
Binary 10011001 10011011 1100110
Octal 231 233 146

Shades and tints

Shades of #999B66

#999B66
(153,155,102)
#8C8D5D
(140,141,93)
#7F7F54
(127,127,84)
#72714B
(114,113,75)
#656342
(101,99,66)
#585539
(88,85,57)
#4B4730
(75,71,48)
#3E3927
(62,57,39)
#312B1E
(49,43,30)
#241D15
(36,29,21)
#170F0C
(23,15,12)
#000000
(0,0,0)

Tints of #999B66

#999B66
(153,155,102)
#A2A473
(162,164,115)
#ABAD80
(171,173,128)
#B4B68D
(180,182,141)
#BDBF9A
(189,191,154)
#C6C8A7
(198,200,167)
#CFD1B4
(207,209,180)
#D8DAC1
(216,218,193)
#E1E3CE
(225,227,206)
#EAECDB
(234,236,219)
#F3F5E8
(243,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999B66; }

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

This text font color is #999B66.

Background Color

.myBgColor { background-color: #999B66; }

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

This div background color is #999B66.

Border color

.myBorderColor { border: 1px solid #999B66; }

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

This div border color is #999B66.

Opacity

.myOpacity80 { color: #999B66; opacity: 0.8; }

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

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

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

This text has shadow with #999B66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999B66.

Preview

Color preview on black background

This text has color #999B66 on black background.


Color preview on white background

This text has color #999B66 on white background.


Black color preview on #999B66 background

This text has black color on #999B66 background.


White color preview on #999B66 background

This text has white color on #999B66 background.


Related colors

Complementary color

Complementary color for #hex is #666499.


I love getcolorcode.com

Triadic colors

1 #66999B and #9B6699 with #999B66 are triadic colors.

2 #669B99 and #9B9966 with #999B66 are triadic colors.