COLOR #999662

HEX: #999662
RGB: (153,150,98)

Color info

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

RGB color model

#999662 color RGB value is (153,150,98).

  • red value is 153;
  • green value is 150;
  • blue value is 98.
RGB:
(153,150,98)
(60%,59%,38%)

RGB channels and saturation

R 153 of 255 = 60%
G 150 of 255 = 59%
B 98 of 255 = 38%

153
150
98

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

Portions of RGB colors in percentages

R + G + B =
153 + 150 + 98 = 401 (100%)
R 153 of 401 ~ 38.15%
G 150 of 401 ~ 37.41%
B 98 of 401 ~ 24.44%

%38.15
%37.41
%24.44

CMYK color model

#999662 color CMYK value is (0,2,36,40).

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 35.95%
  • key color value is 40.00%
CMYK:
(0,2,36,40)
C0M2Y36K40 
(0%,2%,36%,40%)
(0.00/0.02/0.36/0.40)	

CMYK percentages

%0
%1.96
%35.95
%40

Codes

Color #999662 in popluar color models

999662
RGB15315098
HSL57°21.91%49.22%
HSB/HSV57°35.95%60.00%
CMYK0.00%1.96%35.95%
40.00%

Color #999662 in popluar number systems.

HEX999662
Decimal15315098
Binary10011001100101101100010
Octal231226142

Shades and tints

Shades of #999662

#999662
(153,150,98)
#8C895A
(140,137,90)
#7F7C52
(127,124,82)
#726F4A
(114,111,74)
#656242
(101,98,66)
#58553A
(88,85,58)
#4B4832
(75,72,50)
#3E3B2A
(62,59,42)
#312E22
(49,46,34)
#24211A
(36,33,26)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #999662

#999662
(153,150,98)
#A29F70
(162,159,112)
#ABA87E
(171,168,126)
#B4B18C
(180,177,140)
#BDBA9A
(189,186,154)
#C6C3A8
(198,195,168)
#CFCCB6
(207,204,182)
#D8D5C4
(216,213,196)
#E1DED2
(225,222,210)
#EAE7E0
(234,231,224)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999662; }

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

This text font color is #999662.


Background Color

.myBgColor { background-color: #999662; }

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

This div background color is #999662.


Border color

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

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

This div border color is #999662.


Opacity

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

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

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

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

This text has shadow with #999662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999662 on black background.


Color preview on white background

This text has color #999662 on white background.



Black color preview on #999662 background

This text has black color on #999662 background.


White color preview on #999662 background

This text has white color on #999662 background.