COLOR #6B5E27

HEX: #6B5E27
RGB: (107,94,39)

Color info

#6B5E27 contains mainly red and green colors. Web safe color of #6B5E27 is #666633 (or #663).

RGB color model

#6B5E27 color RGB value is (107,94,39).

  • red value is 107;
  • green value is 94;
  • blue value is 39.
RGB:
(107,94,39)
(42%,37%,15%)

RGB channels and saturation

R 107 of 255 = 42%
G 94 of 255 = 37%
B 39 of 255 = 15%

107
94
39

R + G + B ~ 31%. #6B5E27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 94 + 39 = 240 (100%)
R 107 of 240 ~ 44.58%
G 94 of 240 ~ 39.17%
B 39 of 240 ~ 16.25%

%44.58
%39.17
%16.25

CMYK color model

#6B5E27 color CMYK value is (0,12,64,58).

  • cyan value is 0.00%
  • magenta value is 12.15%
  • yellow value is 63.55%
  • key color value is 58.04%
CMYK:
(0,12,64,58)
C0M12Y64K58 
(0%,12%,64%,58%)
(0.00/0.12/0.64/0.58)	

CMYK percentages

%0
%12.15
%63.55
%58.04

Codes

Color #6B5E27 in popluar color models

6B5E27
RGB1079439
HSL49°46.58%28.63%
HSB/HSV49°63.55%41.96%
CMYK0.00%12.15%63.55%
58.04%

Color #6B5E27 in popluar number systems.

HEX6B5E27
Decimal1079439
Binary11010111011110100111
Octal15313647

Shades and tints

Shades of #6B5E27

#6B5E27
(107,94,39)
#625624
(98,86,36)
#594E21
(89,78,33)
#50461E
(80,70,30)
#473E1B
(71,62,27)
#3E3618
(62,54,24)
#352E15
(53,46,21)
#2C2612
(44,38,18)
#231E0F
(35,30,15)
#1A160C
(26,22,12)
#110E09
(17,14,9)
#000000
(0,0,0)

Tints of #6B5E27

#6B5E27
(107,94,39)
#786C3A
(120,108,58)
#857A4D
(133,122,77)
#928860
(146,136,96)
#9F9673
(159,150,115)
#ACA486
(172,164,134)
#B9B299
(185,178,153)
#C6C0AC
(198,192,172)
#D3CEBF
(211,206,191)
#E0DCD2
(224,220,210)
#EDEAE5
(237,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5E27 color. Also use rgb(107,94,39) instead hex code.

Text Font Color

.myTextColor { color: #6B5E27; }

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

This text font color is #6B5E27.


Background Color

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

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

This div background color is #6B5E27.


Border color

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

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

This div border color is #6B5E27.


Opacity

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

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

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

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

This text has shadow with #6B5E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5E27 on black background.


Color preview on white background

This text has color #6B5E27 on white background.



Black color preview on #6B5E27 background

This text has black color on #6B5E27 background.


White color preview on #6B5E27 background

This text has white color on #6B5E27 background.