COLOR #9D6B3B

HEX: #9D6B3B RGB: (157,107,59)

Color info

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

RGB color model

#9D6B3B color RGB value is (157,107,59).

RGB: (157,107,59) (62%, 42%, 23%)

RGB channels and saturation

R 157 of 255 = 62%
G 107 of 255 = 42%
B 59 of 255 = 23%

157
107
59

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

Portions of RGB colors in percentages

R + G + B = 157 + 107 + 59 = 323 (100%)
R 157 of 323 ~ 48.61%
G 107 of 323 ~ 33.13%
B 59 of 323 ~ 18.27'%

%48.61
%33.13
%18.27

CMYK color model

#9D6B3B color CMYK value is (0,32,62,38).

  • cyan value is 0.00%
  • magenta value is 31.85%
  • yellow value is 62.42%
  • key color value is 38.43%

CMYK: (0,32,62,38)
C0M32Y62K38 (0%, 32%, 62%, 38%)
(0.00 / 0.32 / 0.62 / 0.38)

CMYK percentages

%0
%31.85
%62.42
%38.43

Codes

Color #9D6B3B in popluar color models

9D 6B 3B
RGB 157 107 59
HSL 29° 45.37% 42.35%
HSB/HSV 29° 62.42% 61.57%
CMYK 0.00% 31.85% 62.42%
38.43%

Color #9D6B3B in popluar number systems.

HEX 9D 6B 3B
Decimal 157 107 59
Binary 10011101 1101011 111011
Octal 235 153 73

Shades and tints

Shades of #9D6B3B

#9D6B3B
(157,107,59)
#8F6236
(143,98,54)
#815931
(129,89,49)
#73502C
(115,80,44)
#654727
(101,71,39)
#573E22
(87,62,34)
#49351D
(73,53,29)
#3B2C18
(59,44,24)
#2D2313
(45,35,19)
#1F1A0E
(31,26,14)
#111109
(17,17,9)
#000000
(0,0,0)

Tints of #9D6B3B

#9D6B3B
(157,107,59)
#A5784C
(165,120,76)
#AD855D
(173,133,93)
#B5926E
(181,146,110)
#BD9F7F
(189,159,127)
#C5AC90
(197,172,144)
#CDB9A1
(205,185,161)
#D5C6B2
(213,198,178)
#DDD3C3
(221,211,195)
#E5E0D4
(229,224,212)
#EDEDE5
(237,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6B3B color. Also use rgb(157,107,59) instead hex code.

Text Font Color

.myTextColor { color: #9D6B3B; }

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

This text font color is #9D6B3B.

Background Color

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

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

This div background color is #9D6B3B.

Border color

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

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

This div border color is #9D6B3B.

Opacity

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

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

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

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

This text has shadow with #9D6B3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D6B3B.

Preview

Color preview on black background

This text has color #9D6B3B on black background.


Color preview on white background

This text has color #9D6B3B on white background.


Black color preview on #9D6B3B background

This text has black color on #9D6B3B background.


White color preview on #9D6B3B background

This text has white color on #9D6B3B background.


Related colors

Complementary color

Complementary color for #hex is #6294C4.


I love getcolorcode.com

Triadic colors

1 #3B9D6B and #6B3B9D with #9D6B3B are triadic colors.

2 #3B6B9D and #6B9D3B with #9D6B3B are triadic colors.