COLOR #999D6A

HEX: #999D6A RGB: (153,157,106)

Color info

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

RGB color model

#999D6A color RGB value is (153,157,106).

RGB: (153,157,106) (60%, 62%, 42%)

RGB channels and saturation

R 153 of 255 = 60%
G 157 of 255 = 62%
B 106 of 255 = 42%

153
157
106

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

Portions of RGB colors in percentages

R + G + B = 153 + 157 + 106 = 416 (100%)
R 153 of 416 ~ 36.78%
G 157 of 416 ~ 37.74%
B 106 of 416 ~ 25.48'%

%36.78
%37.74
%25.48

CMYK color model

#999D6A color CMYK value is (3,0,32,38).

  • cyan value is 2.55%
  • magenta value is 0.00%
  • yellow value is 32.48%
  • key color value is 38.43%

CMYK: (3,0,32,38)
C3M0Y32K38 (3%, 0%, 32%, 38%)
(0.03 / 0.00 / 0.32 / 0.38)

CMYK percentages

%2.55
%0
%32.48
%38.43

Codes

Color #999D6A in popluar color models

99 9D 6A
RGB 153 157 106
HSL 65° 20.65% 51.57%
HSB/HSV 65° 32.48% 61.57%
CMYK 2.55% 0.00% 32.48%
38.43%

Color #999D6A in popluar number systems.

HEX 99 9D 6A
Decimal 153 157 106
Binary 10011001 10011101 1101010
Octal 231 235 152

Shades and tints

Shades of #999D6A

#999D6A
(153,157,106)
#8C8F61
(140,143,97)
#7F8158
(127,129,88)
#72734F
(114,115,79)
#656546
(101,101,70)
#58573D
(88,87,61)
#4B4934
(75,73,52)
#3E3B2B
(62,59,43)
#312D22
(49,45,34)
#241F19
(36,31,25)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #999D6A

#999D6A
(153,157,106)
#A2A577
(162,165,119)
#ABAD84
(171,173,132)
#B4B591
(180,181,145)
#BDBD9E
(189,189,158)
#C6C5AB
(198,197,171)
#CFCDB8
(207,205,184)
#D8D5C5
(216,213,197)
#E1DDD2
(225,221,210)
#EAE5DF
(234,229,223)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999D6A color. Also use rgb(153,157,106) instead hex code.

Text Font Color

.myTextColor { color: #999D6A; }

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

This text font color is #999D6A.

Background Color

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

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

This div background color is #999D6A.

Border color

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

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

This div border color is #999D6A.

Opacity

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

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

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

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

This text has shadow with #999D6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999D6A.

Preview

Color preview on black background

This text has color #999D6A on black background.


Color preview on white background

This text has color #999D6A on white background.


Black color preview on #999D6A background

This text has black color on #999D6A background.


White color preview on #999D6A background

This text has white color on #999D6A background.


Related colors

Complementary color

Complementary color for #hex is #666295.


I love getcolorcode.com

Triadic colors

1 #6A999D and #9D6A99 with #999D6A are triadic colors.

2 #6A9D99 and #9D996A with #999D6A are triadic colors.