COLOR #6B3420

HEX: #6B3420
RGB: (107,52,32)

Color info

#6B3420 contains mainly red and green colors. Web safe color of #6B3420 is #663333 (or #633).

RGB color model

#6B3420 color RGB value is (107,52,32).

  • red value is 107;
  • green value is 52;
  • blue value is 32.
RGB:
(107,52,32)
(42%,20%,13%)

RGB channels and saturation

R 107 of 255 = 42%
G 52 of 255 = 20%
B 32 of 255 = 13%

107
52
32

R + G + B ~ 25%. #6B3420 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 52 + 32 = 191 (100%)
R 107 of 191 ~ 56.02%
G 52 of 191 ~ 27.23%
B 32 of 191 ~ 16.75%

%56.02
%27.23
%16.75

CMYK color model

#6B3420 color CMYK value is (0,51,70,58).

  • cyan value is 0.00%
  • magenta value is 51.40%
  • yellow value is 70.09%
  • key color value is 58.04%
CMYK:
(0,51,70,58)
C0M51Y70K58 
(0%,51%,70%,58%)
(0.00/0.51/0.70/0.58)	

CMYK percentages

%0
%51.4
%70.09
%58.04

Codes

Color #6B3420 in popluar color models

6B3420
RGB1075232
HSL16°53.96%27.25%
HSB/HSV16°70.09%41.96%
CMYK0.00%51.40%70.09%
58.04%

Color #6B3420 in popluar number systems.

HEX6B3420
Decimal1075232
Binary1101011110100100000
Octal1536440

Shades and tints

Shades of #6B3420

#6B3420
(107,52,32)
#62301E
(98,48,30)
#592C1C
(89,44,28)
#50281A
(80,40,26)
#472418
(71,36,24)
#3E2016
(62,32,22)
#351C14
(53,28,20)
#2C1812
(44,24,18)
#231410
(35,20,16)
#1A100E
(26,16,14)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #6B3420

#6B3420
(107,52,32)
#784634
(120,70,52)
#855848
(133,88,72)
#926A5C
(146,106,92)
#9F7C70
(159,124,112)
#AC8E84
(172,142,132)
#B9A098
(185,160,152)
#C6B2AC
(198,178,172)
#D3C4C0
(211,196,192)
#E0D6D4
(224,214,212)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3420 color. Also use rgb(107,52,32) instead hex code.

Text Font Color

.myTextColor { color: #6B3420; }

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

This text font color is #6B3420.


Background Color

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

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

This div background color is #6B3420.


Border color

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

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

This div border color is #6B3420.


Opacity

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

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

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

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

This text has shadow with #6B3420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3420 on black background.


Color preview on white background

This text has color #6B3420 on white background.



Black color preview on #6B3420 background

This text has black color on #6B3420 background.


White color preview on #6B3420 background

This text has white color on #6B3420 background.