COLOR #9F6525

HEX: #9F6525
RGB: (159,101,37)

Color info

#9F6525 contains mainly red and green colors. Web safe color of #9F6525 is #996633 (or #963).

RGB color model

#9F6525 color RGB value is (159,101,37).

  • red value is 159;
  • green value is 101;
  • blue value is 37.
RGB:
(159,101,37)
(62%,40%,15%)

RGB channels and saturation

R 159 of 255 = 62%
G 101 of 255 = 40%
B 37 of 255 = 15%

159
101
37

R + G + B ~ 39%. #9F6525 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
159 + 101 + 37 = 297 (100%)
R 159 of 297 ~ 53.54%
G 101 of 297 ~ 34.01%
B 37 of 297 ~ 12.46%

%53.54
%34.01
%12.46

CMYK color model

#9F6525 color CMYK value is (0,36,77,38).

  • cyan value is 0.00%
  • magenta value is 36.48%
  • yellow value is 76.73%
  • key color value is 37.65%
CMYK:
(0,36,77,38)
C0M36Y77K38 
(0%,36%,77%,38%)
(0.00/0.36/0.77/0.38)	

CMYK percentages

%0
%36.48
%76.73
%37.65

Codes

Color #9F6525 in popluar color models

9F6525
RGB15910137
HSL31°62.24%38.43%
HSB/HSV31°76.73%62.35%
CMYK0.00%36.48%76.73%
37.65%

Color #9F6525 in popluar number systems.

HEX9F6525
Decimal15910137
Binary100111111100101100101
Octal23714545

Shades and tints

Shades of #9F6525

#9F6525
(159,101,37)
#915C22
(145,92,34)
#83531F
(131,83,31)
#754A1C
(117,74,28)
#674119
(103,65,25)
#593816
(89,56,22)
#4B2F13
(75,47,19)
#3D2610
(61,38,16)
#2F1D0D
(47,29,13)
#21140A
(33,20,10)
#130B07
(19,11,7)
#000000
(0,0,0)

Tints of #9F6525

#9F6525
(159,101,37)
#A77338
(167,115,56)
#AF814B
(175,129,75)
#B78F5E
(183,143,94)
#BF9D71
(191,157,113)
#C7AB84
(199,171,132)
#CFB997
(207,185,151)
#D7C7AA
(215,199,170)
#DFD5BD
(223,213,189)
#E7E3D0
(231,227,208)
#EFF1E3
(239,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6525 color. Also use rgb(159,101,37) instead hex code.

Text Font Color

.myTextColor { color: #9F6525; }

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

This text font color is #9F6525.


Background Color

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

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

This div background color is #9F6525.


Border color

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

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

This div border color is #9F6525.


Opacity

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

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

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

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

This text has shadow with #9F6525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F6525 on black background.


Color preview on white background

This text has color #9F6525 on white background.



Black color preview on #9F6525 background

This text has black color on #9F6525 background.


White color preview on #9F6525 background

This text has white color on #9F6525 background.