COLOR #9F653D

HEX: #9F653D
RGB: (159,101,61)

Color info

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

RGB color model

#9F653D color RGB value is (159,101,61).

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

RGB channels and saturation

R 159 of 255 = 62%
G 101 of 255 = 40%
B 61 of 255 = 24%

159
101
61

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

Portions of RGB colors in percentages

R + G + B =
159 + 101 + 61 = 321 (100%)
R 159 of 321 ~ 49.53%
G 101 of 321 ~ 31.46%
B 61 of 321 ~ 19%

%49.53
%31.46
%19

CMYK color model

#9F653D color CMYK value is (0,36,62,38).

  • cyan value is 0.00%
  • magenta value is 36.48%
  • yellow value is 61.64%
  • key color value is 37.65%
CMYK:
(0,36,62,38)
C0M36Y62K38 
(0%,36%,62%,38%)
(0.00/0.36/0.62/0.38)	

CMYK percentages

%0
%36.48
%61.64
%37.65

Codes

Color #9F653D in popluar color models

9F653D
RGB15910161
HSL24°44.55%43.14%
HSB/HSV24°61.64%62.35%
CMYK0.00%36.48%61.64%
37.65%

Color #9F653D in popluar number systems.

HEX9F653D
Decimal15910161
Binary100111111100101111101
Octal23714575

Shades and tints

Shades of #9F653D

#9F653D
(159,101,61)
#915C38
(145,92,56)
#835333
(131,83,51)
#754A2E
(117,74,46)
#674129
(103,65,41)
#593824
(89,56,36)
#4B2F1F
(75,47,31)
#3D261A
(61,38,26)
#2F1D15
(47,29,21)
#211410
(33,20,16)
#130B0B
(19,11,11)
#000000
(0,0,0)

Tints of #9F653D

#9F653D
(159,101,61)
#A7734E
(167,115,78)
#AF815F
(175,129,95)
#B78F70
(183,143,112)
#BF9D81
(191,157,129)
#C7AB92
(199,171,146)
#CFB9A3
(207,185,163)
#D7C7B4
(215,199,180)
#DFD5C5
(223,213,197)
#E7E3D6
(231,227,214)
#EFF1E7
(239,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F653D; }

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

This text font color is #9F653D.


Background Color

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

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

This div background color is #9F653D.


Border color

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

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

This div border color is #9F653D.


Opacity

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

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

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

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

This text has shadow with #9F653D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F653D on black background.


Color preview on white background

This text has color #9F653D on white background.



Black color preview on #9F653D background

This text has black color on #9F653D background.


White color preview on #9F653D background

This text has white color on #9F653D background.