COLOR #6B5218

HEX: #6B5218
RGB: (107,82,24)

Color info

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

RGB color model

#6B5218 color RGB value is (107,82,24).

  • red value is 107;
  • green value is 82;
  • blue value is 24.
RGB:
(107,82,24)
(42%,32%,9%)

RGB channels and saturation

R 107 of 255 = 42%
G 82 of 255 = 32%
B 24 of 255 = 9%

107
82
24

R + G + B ~ 28%. #6B5218 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 82 + 24 = 213 (100%)
R 107 of 213 ~ 50.23%
G 82 of 213 ~ 38.5%
B 24 of 213 ~ 11.27%

%50.23
%38.5
%11.27

CMYK color model

#6B5218 color CMYK value is (0,23,78,58).

  • cyan value is 0.00%
  • magenta value is 23.36%
  • yellow value is 77.57%
  • key color value is 58.04%
CMYK:
(0,23,78,58)
C0M23Y78K58 
(0%,23%,78%,58%)
(0.00/0.23/0.78/0.58)	

CMYK percentages

%0
%23.36
%77.57
%58.04

Codes

Color #6B5218 in popluar color models

6B5218
RGB1078224
HSL42°63.36%25.69%
HSB/HSV42°77.57%41.96%
CMYK0.00%23.36%77.57%
58.04%

Color #6B5218 in popluar number systems.

HEX6B5218
Decimal1078224
Binary1101011101001011000
Octal15312230

Shades and tints

Shades of #6B5218

#6B5218
(107,82,24)
#624B16
(98,75,22)
#594414
(89,68,20)
#503D12
(80,61,18)
#473610
(71,54,16)
#3E2F0E
(62,47,14)
#35280C
(53,40,12)
#2C210A
(44,33,10)
#231A08
(35,26,8)
#1A1306
(26,19,6)
#110C04
(17,12,4)
#000000
(0,0,0)

Tints of #6B5218

#6B5218
(107,82,24)
#78612D
(120,97,45)
#857042
(133,112,66)
#927F57
(146,127,87)
#9F8E6C
(159,142,108)
#AC9D81
(172,157,129)
#B9AC96
(185,172,150)
#C6BBAB
(198,187,171)
#D3CAC0
(211,202,192)
#E0D9D5
(224,217,213)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5218 color. Also use rgb(107,82,24) instead hex code.

Text Font Color

.myTextColor { color: #6B5218; }

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

This text font color is #6B5218.


Background Color

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

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

This div background color is #6B5218.


Border color

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

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

This div border color is #6B5218.


Opacity

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

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

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

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

This text has shadow with #6B5218 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5218 on black background.


Color preview on white background

This text has color #6B5218 on white background.



Black color preview on #6B5218 background

This text has black color on #6B5218 background.


White color preview on #6B5218 background

This text has white color on #6B5218 background.