COLOR #8B6606

HEX: #8B6606 RGB: (139,102,6)

Color info

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

RGB color model

#8B6606 color RGB value is (139,102,6).

RGB: (139,102,6) (55%, 40%, 2%)

RGB channels and saturation

R 139 of 255 = 55%
G 102 of 255 = 40%
B 6 of 255 = 2%

139
102
6

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

Portions of RGB colors in percentages

R + G + B = 139 + 102 + 6 = 247 (100%)
R 139 of 247 ~ 56.28%
G 102 of 247 ~ 41.3%
B 6 of 247 ~ 2.43'%

%56.28
%41.3

CMYK color model

#8B6606 color CMYK value is (0,27,96,45).

  • cyan value is 0.00%
  • magenta value is 26.62%
  • yellow value is 95.68%
  • key color value is 45.49%
CMYK: (0,27,96,45) C0M27Y96K45 (0%,27%,96%,45%) (0.00/0.27/0.96/0.45) 

CMYK percentages

%0
%26.62
%95.68
%45.49

Codes

Color #8B6606 in popluar color models

8B 66 06
RGB 139 102 6
HSL 43° 91.72% 28.43%
HSB/HSV 43° 95.68% 54.51%
CMYK 0.00% 26.62% 95.68%
45.49%

Color #8B6606 in popluar number systems.

HEX 8B 66 06
Decimal 139 102 6
Binary 10001011 1100110 110
Octal 213 146 6

Shades and tints

Shades of #8B6606

#8B6606
(139,102,6)
#7F5D06
(127,93,6)
#735406
(115,84,6)
#674B06
(103,75,6)
#5B4206
(91,66,6)
#4F3906
(79,57,6)
#433006
(67,48,6)
#372706
(55,39,6)
#2B1E06
(43,30,6)
#1F1506
(31,21,6)
#130C06
(19,12,6)
#000000
(0,0,0)

Tints of #8B6606

#8B6606
(139,102,6)
#95731C
(149,115,28)
#9F8032
(159,128,50)
#A98D48
(169,141,72)
#B39A5E
(179,154,94)
#BDA774
(189,167,116)
#C7B48A
(199,180,138)
#D1C1A0
(209,193,160)
#DBCEB6
(219,206,182)
#E5DBCC
(229,219,204)
#EFE8E2
(239,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6606 color. Also use rgb(139,102,6) instead hex code.

Text Font Color

.myTextColor { color: #8B6606; }

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

This text font color is #8B6606.

Background Color

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

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

This div background color is #8B6606.

Border color

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

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

This div border color is #8B6606.

Opacity

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

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

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

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

This text has shadow with #8B6606 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B6606.

Preview

Color preview on black background

This text has color #8B6606 on black background.


Color preview on white background

This text has color #8B6606 on white background.


Black color preview on #8B6606 background

This text has black color on #8B6606 background.


White color preview on #8B6606 background

This text has white color on #8B6606 background.


Related colors

Complementary color

Complementary color for #hex is #7499F9.


I love getcolorcode.com

Triadic colors

1 #068B66 and #66068B with #8B6606 are triadic colors.

2 #06668B and #668B06 with #8B6606 are triadic colors.