COLOR #6B4F2E

HEX: #6B4F2E
RGB: (107,79,46)

Color info

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

RGB color model

#6B4F2E color RGB value is (107,79,46).

  • red value is 107;
  • green value is 79;
  • blue value is 46.
RGB:
(107,79,46)
(42%,31%,18%)

RGB channels and saturation

R 107 of 255 = 42%
G 79 of 255 = 31%
B 46 of 255 = 18%

107
79
46

R + G + B ~ 30%. #6B4F2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 79 + 46 = 232 (100%)
R 107 of 232 ~ 46.12%
G 79 of 232 ~ 34.05%
B 46 of 232 ~ 19.83%

%46.12
%34.05
%19.83

CMYK color model

#6B4F2E color CMYK value is (0,26,57,58).

  • cyan value is 0.00%
  • magenta value is 26.17%
  • yellow value is 57.01%
  • key color value is 58.04%
CMYK:
(0,26,57,58)
C0M26Y57K58 
(0%,26%,57%,58%)
(0.00/0.26/0.57/0.58)	

CMYK percentages

%0
%26.17
%57.01
%58.04

Codes

Color #6B4F2E in popluar color models

6B4F2E
RGB1077946
HSL32°39.87%30.00%
HSB/HSV32°57.01%41.96%
CMYK0.00%26.17%57.01%
58.04%

Color #6B4F2E in popluar number systems.

HEX6B4F2E
Decimal1077946
Binary11010111001111101110
Octal15311756

Shades and tints

Shades of #6B4F2E

#6B4F2E
(107,79,46)
#62482A
(98,72,42)
#594126
(89,65,38)
#503A22
(80,58,34)
#47331E
(71,51,30)
#3E2C1A
(62,44,26)
#352516
(53,37,22)
#2C1E12
(44,30,18)
#23170E
(35,23,14)
#1A100A
(26,16,10)
#110906
(17,9,6)
#000000
(0,0,0)

Tints of #6B4F2E

#6B4F2E
(107,79,46)
#785F41
(120,95,65)
#856F54
(133,111,84)
#927F67
(146,127,103)
#9F8F7A
(159,143,122)
#AC9F8D
(172,159,141)
#B9AFA0
(185,175,160)
#C6BFB3
(198,191,179)
#D3CFC6
(211,207,198)
#E0DFD9
(224,223,217)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4F2E color. Also use rgb(107,79,46) instead hex code.

Text Font Color

.myTextColor { color: #6B4F2E; }

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

This text font color is #6B4F2E.


Background Color

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

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

This div background color is #6B4F2E.


Border color

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

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

This div border color is #6B4F2E.


Opacity

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

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

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

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

This text has shadow with #6B4F2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4F2E on black background.


Color preview on white background

This text has color #6B4F2E on white background.



Black color preview on #6B4F2E background

This text has black color on #6B4F2E background.


White color preview on #6B4F2E background

This text has white color on #6B4F2E background.