COLOR #896961

HEX: #896961
RGB: (137,105,97)

Color info

#896961 contains red, green and blue colors in about the same proportion. Web safe color of #896961 is #996666 (or #966).

RGB color model

#896961 color RGB value is (137,105,97).

  • red value is 137;
  • green value is 105;
  • blue value is 97.
RGB:
(137,105,97)
(54%,41%,38%)

RGB channels and saturation

R 137 of 255 = 54%
G 105 of 255 = 41%
B 97 of 255 = 38%

137
105
97

R + G + B ~ 44%. #896961 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 105 + 97 = 339 (100%)
R 137 of 339 ~ 40.41%
G 105 of 339 ~ 30.97%
B 97 of 339 ~ 28.61%

%40.41
%30.97
%28.61

CMYK color model

#896961 color CMYK value is (0,23,29,46).

  • cyan value is 0.00%
  • magenta value is 23.36%
  • yellow value is 29.20%
  • key color value is 46.27%
CMYK:
(0,23,29,46)
C0M23Y29K46 
(0%,23%,29%,46%)
(0.00/0.23/0.29/0.46)	

CMYK percentages

%0
%23.36
%29.2
%46.27

Codes

Color #896961 in popluar color models

896961
RGB13710597
HSL12°17.09%45.88%
HSB/HSV12°29.20%53.73%
CMYK0.00%23.36%29.20%
46.27%

Color #896961 in popluar number systems.

HEX896961
Decimal13710597
Binary1000100111010011100001
Octal211151141

Shades and tints

Shades of #896961

#896961
(137,105,97)
#7D6059
(125,96,89)
#715751
(113,87,81)
#654E49
(101,78,73)
#594541
(89,69,65)
#4D3C39
(77,60,57)
#413331
(65,51,49)
#352A29
(53,42,41)
#292121
(41,33,33)
#1D1819
(29,24,25)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #896961

#896961
(137,105,97)
#93766F
(147,118,111)
#9D837D
(157,131,125)
#A7908B
(167,144,139)
#B19D99
(177,157,153)
#BBAAA7
(187,170,167)
#C5B7B5
(197,183,181)
#CFC4C3
(207,196,195)
#D9D1D1
(217,209,209)
#E3DEDF
(227,222,223)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896961 color. Also use rgb(137,105,97) instead hex code.

Text Font Color

.myTextColor { color: #896961; }

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

This text font color is #896961.


Background Color

.myBgColor { background-color: #896961; }

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

This div background color is #896961.


Border color

.myBorderColor { border: 1px solid #896961; }

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

This div border color is #896961.


Opacity

.myOpacity80 { color: #896961; opacity: 0.8; }

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

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

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

This text has shadow with #896961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896961 on black background.


Color preview on white background

This text has color #896961 on white background.



Black color preview on #896961 background

This text has black color on #896961 background.


White color preview on #896961 background

This text has white color on #896961 background.