COLOR #9F6222

HEX: #9F6222
RGB: (159,98,34)

Color info

#9F6222 contains mainly red color. Web safe color of #9F6222 is #996633 (or #963).

RGB color model

#9F6222 color RGB value is (159,98,34).

  • red value is 159;
  • green value is 98;
  • blue value is 34.
RGB:
(159,98,34)
(62%,38%,13%)

RGB channels and saturation

R 159 of 255 = 62%
G 98 of 255 = 38%
B 34 of 255 = 13%

159
98
34

R + G + B ~ 38%. #9F6222 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
159 + 98 + 34 = 291 (100%)
R 159 of 291 ~ 54.64%
G 98 of 291 ~ 33.68%
B 34 of 291 ~ 11.68%

%54.64
%33.68
%11.68

CMYK color model

#9F6222 color CMYK value is (0,38,79,38).

  • cyan value is 0.00%
  • magenta value is 38.36%
  • yellow value is 78.62%
  • key color value is 37.65%
CMYK:
(0,38,79,38)
C0M38Y79K38 
(0%,38%,79%,38%)
(0.00/0.38/0.79/0.38)	

CMYK percentages

%0
%38.36
%78.62
%37.65

Codes

Color #9F6222 in popluar color models

9F6222
RGB1599834
HSL31°64.77%37.84%
HSB/HSV31°78.62%62.35%
CMYK0.00%38.36%78.62%
37.65%

Color #9F6222 in popluar number systems.

HEX9F6222
Decimal1599834
Binary100111111100010100010
Octal23714242

Shades and tints

Shades of #9F6222

#9F6222
(159,98,34)
#915A1F
(145,90,31)
#83521C
(131,82,28)
#754A19
(117,74,25)
#674216
(103,66,22)
#593A13
(89,58,19)
#4B3210
(75,50,16)
#3D2A0D
(61,42,13)
#2F220A
(47,34,10)
#211A07
(33,26,7)
#131204
(19,18,4)
#000000
(0,0,0)

Tints of #9F6222

#9F6222
(159,98,34)
#A77036
(167,112,54)
#AF7E4A
(175,126,74)
#B78C5E
(183,140,94)
#BF9A72
(191,154,114)
#C7A886
(199,168,134)
#CFB69A
(207,182,154)
#D7C4AE
(215,196,174)
#DFD2C2
(223,210,194)
#E7E0D6
(231,224,214)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6222 color. Also use rgb(159,98,34) instead hex code.

Text Font Color

.myTextColor { color: #9F6222; }

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

This text font color is #9F6222.


Background Color

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

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

This div background color is #9F6222.


Border color

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

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

This div border color is #9F6222.


Opacity

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

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

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

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

This text has shadow with #9F6222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6222 on black background.


Color preview on white background

This text has color #9F6222 on white background.



Black color preview on #9F6222 background

This text has black color on #9F6222 background.


White color preview on #9F6222 background

This text has white color on #9F6222 background.