COLOR #999167

HEX: #999167 RGB: (153,145,103)

Color info

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

RGB color model

#999167 color RGB value is (153,145,103).

RGB: (153,145,103) (60%, 57%, 40%)

RGB channels and saturation

R 153 of 255 = 60%
G 145 of 255 = 57%
B 103 of 255 = 40%

153
145
103

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

Portions of RGB colors in percentages

R + G + B = 153 + 145 + 103 = 401 (100%)
R 153 of 401 ~ 38.15%
G 145 of 401 ~ 36.16%
B 103 of 401 ~ 25.69'%

%38.15
%36.16
%25.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.23%
  • yellow value is 32.68%
  • key color value is 40.00%
CMYK: (0,5,33,40) C0M5Y33K40 (0%,5%,33%,40%) (0.00/0.05/0.33/0.40) 

CMYK percentages

%0
%5.23
%32.68
%40

Codes

Color #999167 in popluar color models

99 91 67
RGB 153 145 103
HSL 50° 19.69% 50.20%
HSB/HSV 50° 32.68% 60.00%
CMYK 0.00% 5.23% 32.68%
40.00%

Color #999167 in popluar number systems.

HEX 99 91 67
Decimal 153 145 103
Binary 10011001 10010001 1100111
Octal 231 221 147

Shades and tints

Shades of #999167

#999167
(153,145,103)
#8C845E
(140,132,94)
#7F7755
(127,119,85)
#726A4C
(114,106,76)
#655D43
(101,93,67)
#58503A
(88,80,58)
#4B4331
(75,67,49)
#3E3628
(62,54,40)
#31291F
(49,41,31)
#241C16
(36,28,22)
#170F0D
(23,15,13)
#000000
(0,0,0)

Tints of #999167

#999167
(153,145,103)
#A29B74
(162,155,116)
#ABA581
(171,165,129)
#B4AF8E
(180,175,142)
#BDB99B
(189,185,155)
#C6C3A8
(198,195,168)
#CFCDB5
(207,205,181)
#D8D7C2
(216,215,194)
#E1E1CF
(225,225,207)
#EAEBDC
(234,235,220)
#F3F5E9
(243,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999167; }

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

This text font color is #999167.

Background Color

.myBgColor { background-color: #999167; }

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

This div background color is #999167.

Border color

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

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

This div border color is #999167.

Opacity

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

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

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

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

This text has shadow with #999167 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999167.

Preview

Color preview on black background

This text has color #999167 on black background.


Color preview on white background

This text has color #999167 on white background.


Black color preview on #999167 background

This text has black color on #999167 background.


White color preview on #999167 background

This text has white color on #999167 background.


Related colors

Complementary color

Complementary color for #hex is #666E98.


I love getcolorcode.com

Triadic colors

1 #679991 and #916799 with #999167 are triadic colors.

2 #679199 and #919967 with #999167 are triadic colors.