COLOR #9D685A

HEX: #9D685A
RGB: (157,104,90)

Color info

#9D685A contains mainly red and green colors. Web safe color of #9D685A is #996666 (or #966).

RGB color model

#9D685A color RGB value is (157,104,90).

  • red value is 157;
  • green value is 104;
  • blue value is 90.
RGB: (157,104,90) (62%,41%,35%)

RGB channels and saturation

R 157 of 255 = 62%
G 104 of 255 = 41%
B 90 of 255 = 35%

157
104
90

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

Portions of RGB colors in percentages

R + G + B =
157 + 104 + 90 = 351 (100%)
R 157 of 351 ~ 44.73%
G 104 of 351 ~ 29.63%
B 90 of 351 ~ 25.64%

%44.73
%29.63
%25.64

CMYK color model

#9D685A color CMYK value is (0,34,43,38).

  • cyan value is 0.00%
  • magenta value is 33.76%
  • yellow value is 42.68%
  • key color value is 38.43%
CMYK: (0,34,43,38) C0M34Y43K38 (0%,34%,43%,38%) (0.00/0.34/0.43/0.38)

CMYK percentages

%0
%33.76
%42.68
%38.43

Codes

Color #9D685A in popluar color models

9D685A
RGB15710490
HSL13°27.13%48.43%
HSB/HSV13°42.68%61.57%
CMYK0.00%33.76%42.68%
38.43%

Color #9D685A in popluar number systems.

HEX9D685A
Decimal15710490
Binary1001110111010001011010
Octal235150132

Shades and tints

Shades of #9D685A

#9D685A
(157,104,90)
#8F5F52
(143,95,82)
#81564A
(129,86,74)
#734D42
(115,77,66)
#65443A
(101,68,58)
#573B32
(87,59,50)
#49322A
(73,50,42)
#3B2922
(59,41,34)
#2D201A
(45,32,26)
#1F1712
(31,23,18)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #9D685A

#9D685A
(157,104,90)
#A57569
(165,117,105)
#AD8278
(173,130,120)
#B58F87
(181,143,135)
#BD9C96
(189,156,150)
#C5A9A5
(197,169,165)
#CDB6B4
(205,182,180)
#D5C3C3
(213,195,195)
#DDD0D2
(221,208,210)
#E5DDE1
(229,221,225)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D685A color. Also use rgb(157,104,90) instead hex code.

Text Font Color

.myTextColor { color: #9D685A; }

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

This text font color is #9D685A.


Background Color

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

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

This div background color is #9D685A.


Border color

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

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

This div border color is #9D685A.


Opacity

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

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

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

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

This text has shadow with #9D685A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9D685A on black background.


Color preview on white background

This text has color #9D685A on white background.



Black color preview on #9D685A background

This text has black color on #9D685A background.


White color preview on #9D685A background

This text has white color on #9D685A background.