COLOR #806113

HEX: #806113
RGB: (128,97,19)

Color info

#806113 contains mainly red and green colors. Web safe color of #806113 is #666600 (or #660).

RGB color model

#806113 color RGB value is (128,97,19).

  • red value is 128;
  • green value is 97;
  • blue value is 19.
RGB:
(128,97,19)
(50%,38%,7%)

RGB channels and saturation

R 128 of 255 = 50%
G 97 of 255 = 38%
B 19 of 255 = 7%

128
97
19

R + G + B ~ 32%. #806113 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 97 + 19 = 244 (100%)
R 128 of 244 ~ 52.46%
G 97 of 244 ~ 39.75%
B 19 of 244 ~ 7.79%

%52.46
%39.75

CMYK color model

#806113 color CMYK value is (0,24,85,50).

  • cyan value is 0.00%
  • magenta value is 24.22%
  • yellow value is 85.16%
  • key color value is 49.80%
CMYK:
(0,24,85,50)
C0M24Y85K50 
(0%,24%,85%,50%)
(0.00/0.24/0.85/0.50)	

CMYK percentages

%0
%24.22
%85.16
%49.8

Codes

Color #806113 in popluar color models

806113
RGB1289719
HSL43°74.15%28.82%
HSB/HSV43°85.16%50.20%
CMYK0.00%24.22%85.16%
49.80%

Color #806113 in popluar number systems.

HEX806113
Decimal1289719
Binary10000000110000110011
Octal20014123

Shades and tints

Shades of #806113

#806113
(128,97,19)
#755912
(117,89,18)
#6A5111
(106,81,17)
#5F4910
(95,73,16)
#54410F
(84,65,15)
#49390E
(73,57,14)
#3E310D
(62,49,13)
#33290C
(51,41,12)
#28210B
(40,33,11)
#1D190A
(29,25,10)
#121109
(18,17,9)
#000000
(0,0,0)

Tints of #806113

#806113
(128,97,19)
#8B6F28
(139,111,40)
#967D3D
(150,125,61)
#A18B52
(161,139,82)
#AC9967
(172,153,103)
#B7A77C
(183,167,124)
#C2B591
(194,181,145)
#CDC3A6
(205,195,166)
#D8D1BB
(216,209,187)
#E3DFD0
(227,223,208)
#EEEDE5
(238,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806113 color. Also use rgb(128,97,19) instead hex code.

Text Font Color

.myTextColor { color: #806113; }

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

This text font color is #806113.


Background Color

.myBgColor { background-color: #806113; }

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

This div background color is #806113.


Border color

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

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

This div border color is #806113.


Opacity

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

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

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

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

This text has shadow with #806113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806113 on black background.


Color preview on white background

This text has color #806113 on white background.



Black color preview on #806113 background

This text has black color on #806113 background.


White color preview on #806113 background

This text has white color on #806113 background.