COLOR #9F6049

HEX: #9F6049 RGB: (159,96,73)

Color info

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

RGB color model

#9F6049 color RGB value is (159,96,73).

RGB: (159,96,73) (62%, 38%, 29%)

RGB channels and saturation

R 159 of 255 = 62%
G 96 of 255 = 38%
B 73 of 255 = 29%

159
96
73

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

Portions of RGB colors in percentages

R + G + B = 159 + 96 + 73 = 328 (100%)
R 159 of 328 ~ 48.48%
G 96 of 328 ~ 29.27%
B 73 of 328 ~ 22.26'%

%48.48
%29.27
%22.26

CMYK color model

#9F6049 color CMYK value is (0,40,54,38).

  • cyan value is 0.00%
  • magenta value is 39.62%
  • yellow value is 54.09%
  • key color value is 37.65%

CMYK: (0,40,54,38)
C0M40Y54K38 (0%, 40%, 54%, 38%)
(0.00 / 0.40 / 0.54 / 0.38)

CMYK percentages

%0
%39.62
%54.09
%37.65

Codes

Color #9F6049 in popluar color models

9F 60 49
RGB 159 96 73
HSL 16° 37.07% 45.49%
HSB/HSV 16° 54.09% 62.35%
CMYK 0.00% 39.62% 54.09%
37.65%

Color #9F6049 in popluar number systems.

HEX 9F 60 49
Decimal 159 96 73
Binary 10011111 1100000 1001001
Octal 237 140 111

Shades and tints

Shades of #9F6049

#9F6049
(159,96,73)
#915843
(145,88,67)
#83503D
(131,80,61)
#754837
(117,72,55)
#674031
(103,64,49)
#59382B
(89,56,43)
#4B3025
(75,48,37)
#3D281F
(61,40,31)
#2F2019
(47,32,25)
#211813
(33,24,19)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #9F6049

#9F6049
(159,96,73)
#A76E59
(167,110,89)
#AF7C69
(175,124,105)
#B78A79
(183,138,121)
#BF9889
(191,152,137)
#C7A699
(199,166,153)
#CFB4A9
(207,180,169)
#D7C2B9
(215,194,185)
#DFD0C9
(223,208,201)
#E7DED9
(231,222,217)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6049 color. Also use rgb(159,96,73) instead hex code.

Text Font Color

.myTextColor { color: #9F6049; }

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

This text font color is #9F6049.

Background Color

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

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

This div background color is #9F6049.

Border color

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

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

This div border color is #9F6049.

Opacity

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

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

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

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

This text has shadow with #9F6049 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F6049.

Preview

Color preview on black background

This text has color #9F6049 on black background.


Color preview on white background

This text has color #9F6049 on white background.


Black color preview on #9F6049 background

This text has black color on #9F6049 background.


White color preview on #9F6049 background

This text has white color on #9F6049 background.


Related colors

Complementary color

Complementary color for #hex is #609FB6.


I love getcolorcode.com

Triadic colors

1 #499F60 and #60499F with #9F6049 are triadic colors.

2 #49609F and #609F49 with #9F6049 are triadic colors.