COLOR #999A71

HEX: #999A71 RGB: (153,154,113)

Color info

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

RGB color model

#999A71 color RGB value is (153,154,113).

RGB: (153,154,113) (60%, 60%, 44%)

RGB channels and saturation

R 153 of 255 = 60%
G 154 of 255 = 60%
B 113 of 255 = 44%

153
154
113

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

Portions of RGB colors in percentages

R + G + B = 153 + 154 + 113 = 420 (100%)
R 153 of 420 ~ 36.43%
G 154 of 420 ~ 36.67%
B 113 of 420 ~ 26.9'%

%36.43
%36.67
%26.9

CMYK color model

#999A71 color CMYK value is (1,0,27,40).

  • cyan value is 0.65%
  • magenta value is 0.00%
  • yellow value is 26.62%
  • key color value is 39.61%

CMYK: (1,0,27,40)
C1M0Y27K40 (1%, 0%, 27%, 40%)
(0.01 / 0.00 / 0.27 / 0.40)

CMYK percentages

%0.65
%0
%26.62
%39.61

Codes

Color #999A71 in popluar color models

99 9A 71
RGB 153 154 113
HSL 61° 16.87% 52.35%
HSB/HSV 61° 26.62% 60.39%
CMYK 0.65% 0.00% 26.62%
39.61%

Color #999A71 in popluar number systems.

HEX 99 9A 71
Decimal 153 154 113
Binary 10011001 10011010 1110001
Octal 231 232 161

Shades and tints

Shades of #999A71

#999A71
(153,154,113)
#8C8C67
(140,140,103)
#7F7E5D
(127,126,93)
#727053
(114,112,83)
#656249
(101,98,73)
#58543F
(88,84,63)
#4B4635
(75,70,53)
#3E382B
(62,56,43)
#312A21
(49,42,33)
#241C17
(36,28,23)
#170E0D
(23,14,13)
#000000
(0,0,0)

Tints of #999A71

#999A71
(153,154,113)
#A2A37D
(162,163,125)
#ABAC89
(171,172,137)
#B4B595
(180,181,149)
#BDBEA1
(189,190,161)
#C6C7AD
(198,199,173)
#CFD0B9
(207,208,185)
#D8D9C5
(216,217,197)
#E1E2D1
(225,226,209)
#EAEBDD
(234,235,221)
#F3F4E9
(243,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999A71 color. Also use rgb(153,154,113) instead hex code.

Text Font Color

.myTextColor { color: #999A71; }

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

This text font color is #999A71.

Background Color

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

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

This div background color is #999A71.

Border color

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

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

This div border color is #999A71.

Opacity

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

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

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

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

This text has shadow with #999A71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999A71.

Preview

Color preview on black background

This text has color #999A71 on black background.


Color preview on white background

This text has color #999A71 on white background.


Black color preview on #999A71 background

This text has black color on #999A71 background.


White color preview on #999A71 background

This text has white color on #999A71 background.


Related colors

Complementary color

Complementary color for #hex is #66658E.


I love getcolorcode.com

Triadic colors

1 #71999A and #9A7199 with #999A71 are triadic colors.

2 #719A99 and #9A9971 with #999A71 are triadic colors.