COLOR #6B5607

HEX: #6B5607
RGB: (107,86,7)

Color info

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

RGB color model

#6B5607 color RGB value is (107,86,7).

  • red value is 107;
  • green value is 86;
  • blue value is 7.
RGB:
(107,86,7)
(42%,34%,3%)

RGB channels and saturation

R 107 of 255 = 42%
G 86 of 255 = 34%
B 7 of 255 = 3%

107
86
7

R + G + B ~ 26%. #6B5607 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 86 + 7 = 200 (100%)
R 107 of 200 ~ 53.5%
G 86 of 200 ~ 43%
B 7 of 200 ~ 3.5%

%53.5
%43

CMYK color model

#6B5607 color CMYK value is (0,20,93,58).

  • cyan value is 0.00%
  • magenta value is 19.63%
  • yellow value is 93.46%
  • key color value is 58.04%
CMYK:
(0,20,93,58)
C0M20Y93K58 
(0%,20%,93%,58%)
(0.00/0.20/0.93/0.58)	

CMYK percentages

%0
%19.63
%93.46
%58.04

Codes

Color #6B5607 in popluar color models

6B5607
RGB107867
HSL47°87.72%22.35%
HSB/HSV47°93.46%41.96%
CMYK0.00%19.63%93.46%
58.04%

Color #6B5607 in popluar number systems.

HEX6B5607
Decimal107867
Binary11010111010110111
Octal1531267

Shades and tints

Shades of #6B5607

#6B5607
(107,86,7)
#624F07
(98,79,7)
#594807
(89,72,7)
#504107
(80,65,7)
#473A07
(71,58,7)
#3E3307
(62,51,7)
#352C07
(53,44,7)
#2C2507
(44,37,7)
#231E07
(35,30,7)
#1A1707
(26,23,7)
#111007
(17,16,7)
#000000
(0,0,0)

Tints of #6B5607

#6B5607
(107,86,7)
#78651D
(120,101,29)
#857433
(133,116,51)
#928349
(146,131,73)
#9F925F
(159,146,95)
#ACA175
(172,161,117)
#B9B08B
(185,176,139)
#C6BFA1
(198,191,161)
#D3CEB7
(211,206,183)
#E0DDCD
(224,221,205)
#EDECE3
(237,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5607 color. Also use rgb(107,86,7) instead hex code.

Text Font Color

.myTextColor { color: #6B5607; }

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

This text font color is #6B5607.


Background Color

.myBgColor { background-color: #6B5607; }

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

This div background color is #6B5607.


Border color

.myBorderColor { border: 1px solid #6B5607; }

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

This div border color is #6B5607.


Opacity

.myOpacity80 { color: #6B5607; opacity: 0.8; }

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

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

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

This text has shadow with #6B5607 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5607 on black background.


Color preview on white background

This text has color #6B5607 on white background.



Black color preview on #6B5607 background

This text has black color on #6B5607 background.


White color preview on #6B5607 background

This text has white color on #6B5607 background.