COLOR #9F6636

HEX: #9F6636 RGB: (159,102,54)

Color info

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

RGB color model

#9F6636 color RGB value is (159,102,54).

RGB: (159,102,54) (62%, 40%, 21%)

RGB channels and saturation

R 159 of 255 = 62%
G 102 of 255 = 40%
B 54 of 255 = 21%

159
102
54

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

Portions of RGB colors in percentages

R + G + B = 159 + 102 + 54 = 315 (100%)
R 159 of 315 ~ 50.48%
G 102 of 315 ~ 32.38%
B 54 of 315 ~ 17.14'%

%50.48
%32.38
%17.14

CMYK color model

#9F6636 color CMYK value is (0,36,66,38).

  • cyan value is 0.00%
  • magenta value is 35.85%
  • yellow value is 66.04%
  • key color value is 37.65%

CMYK: (0,36,66,38)
C0M36Y66K38 (0%, 36%, 66%, 38%)
(0.00 / 0.36 / 0.66 / 0.38)

CMYK percentages

%0
%35.85
%66.04
%37.65

Codes

Color #9F6636 in popluar color models

9F 66 36
RGB 159 102 54
HSL 27° 49.30% 41.76%
HSB/HSV 27° 66.04% 62.35%
CMYK 0.00% 35.85% 66.04%
37.65%

Color #9F6636 in popluar number systems.

HEX 9F 66 36
Decimal 159 102 54
Binary 10011111 1100110 110110
Octal 237 146 66

Shades and tints

Shades of #9F6636

#9F6636
(159,102,54)
#915D32
(145,93,50)
#83542E
(131,84,46)
#754B2A
(117,75,42)
#674226
(103,66,38)
#593922
(89,57,34)
#4B301E
(75,48,30)
#3D271A
(61,39,26)
#2F1E16
(47,30,22)
#211512
(33,21,18)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #9F6636

#9F6636
(159,102,54)
#A77348
(167,115,72)
#AF805A
(175,128,90)
#B78D6C
(183,141,108)
#BF9A7E
(191,154,126)
#C7A790
(199,167,144)
#CFB4A2
(207,180,162)
#D7C1B4
(215,193,180)
#DFCEC6
(223,206,198)
#E7DBD8
(231,219,216)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6636 color. Also use rgb(159,102,54) instead hex code.

Text Font Color

.myTextColor { color: #9F6636; }

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

This text font color is #9F6636.

Background Color

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

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

This div background color is #9F6636.

Border color

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

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

This div border color is #9F6636.

Opacity

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

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

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

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

This text has shadow with #9F6636 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F6636.

Preview

Color preview on black background

This text has color #9F6636 on black background.


Color preview on white background

This text has color #9F6636 on white background.


Black color preview on #9F6636 background

This text has black color on #9F6636 background.


White color preview on #9F6636 background

This text has white color on #9F6636 background.


Related colors

Complementary color

Complementary color for #hex is #6099C9.


I love getcolorcode.com

Triadic colors

1 #369F66 and #66369F with #9F6636 are triadic colors.

2 #36669F and #669F36 with #9F6636 are triadic colors.