COLOR #999F6A

HEX: #999F6A
RGB: (153,159,106)

Color info

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

RGB color model

#999F6A color RGB value is (153,159,106).

  • red value is 153;
  • green value is 159;
  • blue value is 106.
RGB:
(153,159,106)
(60%,62%,42%)

RGB channels and saturation

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

153
159
106

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

Portions of RGB colors in percentages

R + G + B =
153 + 159 + 106 = 418 (100%)
R 153 of 418 ~ 36.6%
G 159 of 418 ~ 38.04%
B 106 of 418 ~ 25.36%

%36.6
%38.04
%25.36

CMYK color model

#999F6A color CMYK value is (4,0,33,38).

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 37.65%
CMYK:
(4,0,33,38)
C4M0Y33K38 
(4%,0%,33%,38%)
(0.04/0.00/0.33/0.38)	

CMYK percentages

%3.77
%0
%33.33
%37.65

Codes

Color #999F6A in popluar color models

999F6A
RGB153159106
HSL67°21.63%51.96%
HSB/HSV67°33.33%62.35%
CMYK3.77%0.00%33.33%
37.65%

Color #999F6A in popluar number systems.

HEX999F6A
Decimal153159106
Binary10011001100111111101010
Octal231237152

Shades and tints

Shades of #999F6A

#999F6A
(153,159,106)
#8C9161
(140,145,97)
#7F8358
(127,131,88)
#72754F
(114,117,79)
#656746
(101,103,70)
#58593D
(88,89,61)
#4B4B34
(75,75,52)
#3E3D2B
(62,61,43)
#312F22
(49,47,34)
#242119
(36,33,25)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #999F6A

#999F6A
(153,159,106)
#A2A777
(162,167,119)
#ABAF84
(171,175,132)
#B4B791
(180,183,145)
#BDBF9E
(189,191,158)
#C6C7AB
(198,199,171)
#CFCFB8
(207,207,184)
#D8D7C5
(216,215,197)
#E1DFD2
(225,223,210)
#EAE7DF
(234,231,223)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999F6A; }

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

This text font color is #999F6A.


Background Color

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

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

This div background color is #999F6A.


Border color

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

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

This div border color is #999F6A.


Opacity

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

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

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

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

This text has shadow with #999F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999F6A on black background.


Color preview on white background

This text has color #999F6A on white background.



Black color preview on #999F6A background

This text has black color on #999F6A background.


White color preview on #999F6A background

This text has white color on #999F6A background.