COLOR #9D6741

HEX: #9D6741
RGB: (157,103,65)

Color info

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

RGB color model

#9D6741 color RGB value is (157,103,65).

  • red value is 157;
  • green value is 103;
  • blue value is 65.
RGB:
(157,103,65)
(62%,40%,25%)

RGB channels and saturation

R 157 of 255 = 62%
G 103 of 255 = 40%
B 65 of 255 = 25%

157
103
65

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

Portions of RGB colors in percentages

R + G + B =
157 + 103 + 65 = 325 (100%)
R 157 of 325 ~ 48.31%
G 103 of 325 ~ 31.69%
B 65 of 325 ~ 20%

%48.31
%31.69
%20

CMYK color model

#9D6741 color CMYK value is (0,34,59,38).

  • cyan value is 0.00%
  • magenta value is 34.39%
  • yellow value is 58.60%
  • key color value is 38.43%
CMYK:
(0,34,59,38)
C0M34Y59K38 
(0%,34%,59%,38%)
(0.00/0.34/0.59/0.38)	

CMYK percentages

%0
%34.39
%58.6
%38.43

Codes

Color #9D6741 in popluar color models

9D6741
RGB15710365
HSL25°41.44%43.53%
HSB/HSV25°58.60%61.57%
CMYK0.00%34.39%58.60%
38.43%

Color #9D6741 in popluar number systems.

HEX9D6741
Decimal15710365
Binary1001110111001111000001
Octal235147101

Shades and tints

Shades of #9D6741

#9D6741
(157,103,65)
#8F5E3C
(143,94,60)
#815537
(129,85,55)
#734C32
(115,76,50)
#65432D
(101,67,45)
#573A28
(87,58,40)
#493123
(73,49,35)
#3B281E
(59,40,30)
#2D1F19
(45,31,25)
#1F1614
(31,22,20)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #9D6741

#9D6741
(157,103,65)
#A57452
(165,116,82)
#AD8163
(173,129,99)
#B58E74
(181,142,116)
#BD9B85
(189,155,133)
#C5A896
(197,168,150)
#CDB5A7
(205,181,167)
#D5C2B8
(213,194,184)
#DDCFC9
(221,207,201)
#E5DCDA
(229,220,218)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6741 color. Also use rgb(157,103,65) instead hex code.

Text Font Color

.myTextColor { color: #9D6741; }

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

This text font color is #9D6741.


Background Color

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

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

This div background color is #9D6741.


Border color

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

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

This div border color is #9D6741.


Opacity

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

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

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

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

This text has shadow with #9D6741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6741 on black background.


Color preview on white background

This text has color #9D6741 on white background.



Black color preview on #9D6741 background

This text has black color on #9D6741 background.


White color preview on #9D6741 background

This text has white color on #9D6741 background.