COLOR #9F996A

HEX: #9F996A
RGB: (159,153,106)

Color info

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

RGB color model

#9F996A color RGB value is (159,153,106).

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

RGB channels and saturation

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

159
153
106

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

Portions of RGB colors in percentages

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

%38.04
%36.6
%25.36

CMYK color model

#9F996A color CMYK value is (0,4,33,38).

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

CMYK percentages

%0
%3.77
%33.33
%37.65

Codes

Color #9F996A in popluar color models

9F996A
RGB159153106
HSL53°21.63%51.96%
HSB/HSV53°33.33%62.35%
CMYK0.00%3.77%33.33%
37.65%

Color #9F996A in popluar number systems.

HEX9F996A
Decimal159153106
Binary10011111100110011101010
Octal237231152

Shades and tints

Shades of #9F996A

#9F996A
(159,153,106)
#918C61
(145,140,97)
#837F58
(131,127,88)
#75724F
(117,114,79)
#676546
(103,101,70)
#59583D
(89,88,61)
#4B4B34
(75,75,52)
#3D3E2B
(61,62,43)
#2F3122
(47,49,34)
#212419
(33,36,25)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #9F996A

#9F996A
(159,153,106)
#A7A277
(167,162,119)
#AFAB84
(175,171,132)
#B7B491
(183,180,145)
#BFBD9E
(191,189,158)
#C7C6AB
(199,198,171)
#CFCFB8
(207,207,184)
#D7D8C5
(215,216,197)
#DFE1D2
(223,225,210)
#E7EADF
(231,234,223)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F996A; }

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

This text font color is #9F996A.


Background Color

.myBgColor { background-color: #9F996A; }

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

This div background color is #9F996A.


Border color

.myBorderColor { border: 1px solid #9F996A; }

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

This div border color is #9F996A.


Opacity

.myOpacity80 { color: #9F996A; opacity: 0.8; }

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

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

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

This text has shadow with #9F996A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9F996A on black background.


Color preview on white background

This text has color #9F996A on white background.



Black color preview on #9F996A background

This text has black color on #9F996A background.


White color preview on #9F996A background

This text has white color on #9F996A background.