COLOR #6B4E37

HEX: #6B4E37
RGB: (107,78,55)

Color info

#6B4E37 contains red, green and blue colors in about the same proportion. Web safe color of #6B4E37 is #666633 (or #663).

RGB color model

#6B4E37 color RGB value is (107,78,55).

  • red value is 107;
  • green value is 78;
  • blue value is 55.
RGB:
(107,78,55)
(42%,31%,22%)

RGB channels and saturation

R 107 of 255 = 42%
G 78 of 255 = 31%
B 55 of 255 = 22%

107
78
55

R + G + B ~ 32%. #6B4E37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 78 + 55 = 240 (100%)
R 107 of 240 ~ 44.58%
G 78 of 240 ~ 32.5%
B 55 of 240 ~ 22.92%

%44.58
%32.5
%22.92

CMYK color model

#6B4E37 color CMYK value is (0,27,49,58).

  • cyan value is 0.00%
  • magenta value is 27.10%
  • yellow value is 48.60%
  • key color value is 58.04%
CMYK:
(0,27,49,58)
C0M27Y49K58 
(0%,27%,49%,58%)
(0.00/0.27/0.49/0.58)	

CMYK percentages

%0
%27.1
%48.6
%58.04

Codes

Color #6B4E37 in popluar color models

6B4E37
RGB1077855
HSL27°32.10%31.76%
HSB/HSV27°48.60%41.96%
CMYK0.00%27.10%48.60%
58.04%

Color #6B4E37 in popluar number systems.

HEX6B4E37
Decimal1077855
Binary11010111001110110111
Octal15311667

Shades and tints

Shades of #6B4E37

#6B4E37
(107,78,55)
#624732
(98,71,50)
#59402D
(89,64,45)
#503928
(80,57,40)
#473223
(71,50,35)
#3E2B1E
(62,43,30)
#352419
(53,36,25)
#2C1D14
(44,29,20)
#23160F
(35,22,15)
#1A0F0A
(26,15,10)
#110805
(17,8,5)
#000000
(0,0,0)

Tints of #6B4E37

#6B4E37
(107,78,55)
#785E49
(120,94,73)
#856E5B
(133,110,91)
#927E6D
(146,126,109)
#9F8E7F
(159,142,127)
#AC9E91
(172,158,145)
#B9AEA3
(185,174,163)
#C6BEB5
(198,190,181)
#D3CEC7
(211,206,199)
#E0DED9
(224,222,217)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4E37 color. Also use rgb(107,78,55) instead hex code.

Text Font Color

.myTextColor { color: #6B4E37; }

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

This text font color is #6B4E37.


Background Color

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

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

This div background color is #6B4E37.


Border color

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

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

This div border color is #6B4E37.


Opacity

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

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

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

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

This text has shadow with #6B4E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4E37 on black background.


Color preview on white background

This text has color #6B4E37 on white background.



Black color preview on #6B4E37 background

This text has black color on #6B4E37 background.


White color preview on #6B4E37 background

This text has white color on #6B4E37 background.