COLOR #6B4716

HEX: #6B4716
RGB: (107,71,22)

Color info

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

RGB color model

#6B4716 color RGB value is (107,71,22).

  • red value is 107;
  • green value is 71;
  • blue value is 22.
RGB:
(107,71,22)
(42%,28%,9%)

RGB channels and saturation

R 107 of 255 = 42%
G 71 of 255 = 28%
B 22 of 255 = 9%

107
71
22

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

Portions of RGB colors in percentages

R + G + B =
107 + 71 + 22 = 200 (100%)
R 107 of 200 ~ 53.5%
G 71 of 200 ~ 35.5%
B 22 of 200 ~ 11%

%53.5
%35.5
%11

CMYK color model

#6B4716 color CMYK value is (0,34,79,58).

  • cyan value is 0.00%
  • magenta value is 33.64%
  • yellow value is 79.44%
  • key color value is 58.04%
CMYK:
(0,34,79,58)
C0M34Y79K58 
(0%,34%,79%,58%)
(0.00/0.34/0.79/0.58)	

CMYK percentages

%0
%33.64
%79.44
%58.04

Codes

Color #6B4716 in popluar color models

6B4716
RGB1077122
HSL35°65.89%25.29%
HSB/HSV35°79.44%41.96%
CMYK0.00%33.64%79.44%
58.04%

Color #6B4716 in popluar number systems.

HEX6B4716
Decimal1077122
Binary1101011100011110110
Octal15310726

Shades and tints

Shades of #6B4716

#6B4716
(107,71,22)
#624114
(98,65,20)
#593B12
(89,59,18)
#503510
(80,53,16)
#472F0E
(71,47,14)
#3E290C
(62,41,12)
#35230A
(53,35,10)
#2C1D08
(44,29,8)
#231706
(35,23,6)
#1A1104
(26,17,4)
#110B02
(17,11,2)
#000000
(0,0,0)

Tints of #6B4716

#6B4716
(107,71,22)
#78572B
(120,87,43)
#856740
(133,103,64)
#927755
(146,119,85)
#9F876A
(159,135,106)
#AC977F
(172,151,127)
#B9A794
(185,167,148)
#C6B7A9
(198,183,169)
#D3C7BE
(211,199,190)
#E0D7D3
(224,215,211)
#EDE7E8
(237,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4716 color. Also use rgb(107,71,22) instead hex code.

Text Font Color

.myTextColor { color: #6B4716; }

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

This text font color is #6B4716.


Background Color

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

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

This div background color is #6B4716.


Border color

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

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

This div border color is #6B4716.


Opacity

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

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

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

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

This text has shadow with #6B4716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4716 on black background.


Color preview on white background

This text has color #6B4716 on white background.



Black color preview on #6B4716 background

This text has black color on #6B4716 background.


White color preview on #6B4716 background

This text has white color on #6B4716 background.