COLOR #8B6201

HEX: #8B6201
RGB: (139,98,1)

Color info

#8B6201 contains mainly red and green colors. Web safe color of #8B6201 is #996600 (or #960).

RGB color model

#8B6201 color RGB value is (139,98,1).

  • red value is 139;
  • green value is 98;
  • blue value is 1.
RGB:
(139,98,1)
(55%,38%,0%)

RGB channels and saturation

R 139 of 255 = 55%
G 98 of 255 = 38%
B 1 of 255 = 0%

139
98
1

R + G + B ~ 31%. #8B6201 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 98 + 1 = 238 (100%)
R 139 of 238 ~ 58.4%
G 98 of 238 ~ 41.18%
B 1 of 238 ~ 0.42%

%58.4
%41.18

CMYK color model

#8B6201 color CMYK value is (0,29,99,45).

  • cyan value is 0.00%
  • magenta value is 29.50%
  • yellow value is 99.28%
  • key color value is 45.49%
CMYK:
(0,29,99,45)
C0M29Y99K45 
(0%,29%,99%,45%)
(0.00/0.29/0.99/0.45)	

CMYK percentages

%0
%29.5
%99.28
%45.49

Codes

Color #8B6201 in popluar color models

8B6201
RGB139981
HSL42°98.57%27.45%
HSB/HSV42°99.28%54.51%
CMYK0.00%29.50%99.28%
45.49%

Color #8B6201 in popluar number systems.

HEX8B6201
Decimal139981
Binary1000101111000101
Octal2131421

Shades and tints

Shades of #8B6201

#8B6201
(139,98,1)
#7F5A01
(127,90,1)
#735201
(115,82,1)
#674A01
(103,74,1)
#5B4201
(91,66,1)
#4F3A01
(79,58,1)
#433201
(67,50,1)
#372A01
(55,42,1)
#2B2201
(43,34,1)
#1F1A01
(31,26,1)
#131201
(19,18,1)
#000000
(0,0,0)

Tints of #8B6201

#8B6201
(139,98,1)
#957018
(149,112,24)
#9F7E2F
(159,126,47)
#A98C46
(169,140,70)
#B39A5D
(179,154,93)
#BDA874
(189,168,116)
#C7B68B
(199,182,139)
#D1C4A2
(209,196,162)
#DBD2B9
(219,210,185)
#E5E0D0
(229,224,208)
#EFEEE7
(239,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6201 color. Also use rgb(139,98,1) instead hex code.

Text Font Color

.myTextColor { color: #8B6201; }

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

This text font color is #8B6201.


Background Color

.myBgColor { background-color: #8B6201; }

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

This div background color is #8B6201.


Border color

.myBorderColor { border: 1px solid #8B6201; }

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

This div border color is #8B6201.


Opacity

.myOpacity80 { color: #8B6201; opacity: 0.8; }

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

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

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

This text has shadow with #8B6201 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6201 on black background.


Color preview on white background

This text has color #8B6201 on white background.



Black color preview on #8B6201 background

This text has black color on #8B6201 background.


White color preview on #8B6201 background

This text has white color on #8B6201 background.