COLOR #6B3607

HEX: #6B3607
RGB: (107,54,7)

Color info

#6B3607 contains mainly red and green colors. Web safe color of #6B3607 is #663300 (or #630).

RGB color model

#6B3607 color RGB value is (107,54,7).

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

RGB channels and saturation

R 107 of 255 = 42%
G 54 of 255 = 21%
B 7 of 255 = 3%

107
54
7

R + G + B ~ 22%. #6B3607 is dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 54 + 7 = 168 (100%)
R 107 of 168 ~ 63.69%
G 54 of 168 ~ 32.14%
B 7 of 168 ~ 4.17%

%63.69
%32.14

CMYK color model

#6B3607 color CMYK value is (0,50,93,58).

  • cyan value is 0.00%
  • magenta value is 49.53%
  • yellow value is 93.46%
  • key color value is 58.04%
CMYK:
(0,50,93,58)
C0M50Y93K58 
(0%,50%,93%,58%)
(0.00/0.50/0.93/0.58)	

CMYK percentages

%0
%49.53
%93.46
%58.04

Codes

Color #6B3607 in popluar color models

6B3607
RGB107547
HSL28°87.72%22.35%
HSB/HSV28°93.46%41.96%
CMYK0.00%49.53%93.46%
58.04%

Color #6B3607 in popluar number systems.

HEX6B3607
Decimal107547
Binary1101011110110111
Octal153667

Shades and tints

Shades of #6B3607

#6B3607
(107,54,7)
#623207
(98,50,7)
#592E07
(89,46,7)
#502A07
(80,42,7)
#472607
(71,38,7)
#3E2207
(62,34,7)
#351E07
(53,30,7)
#2C1A07
(44,26,7)
#231607
(35,22,7)
#1A1207
(26,18,7)
#110E07
(17,14,7)
#000000
(0,0,0)

Tints of #6B3607

#6B3607
(107,54,7)
#78481D
(120,72,29)
#855A33
(133,90,51)
#926C49
(146,108,73)
#9F7E5F
(159,126,95)
#AC9075
(172,144,117)
#B9A28B
(185,162,139)
#C6B4A1
(198,180,161)
#D3C6B7
(211,198,183)
#E0D8CD
(224,216,205)
#EDEAE3
(237,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B3607; }

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

This text font color is #6B3607.


Background Color

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

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

This div background color is #6B3607.


Border color

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

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

This div border color is #6B3607.


Opacity

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

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

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

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

This text has shadow with #6B3607 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3607 on black background.


Color preview on white background

This text has color #6B3607 on white background.



Black color preview on #6B3607 background

This text has black color on #6B3607 background.


White color preview on #6B3607 background

This text has white color on #6B3607 background.