COLOR #6B4B2F

HEX: #6B4B2F
RGB: (107,75,47)

Color info

#6B4B2F contains mainly red and green colors. Web safe color of #6B4B2F is #663333 (or #633).

RGB color model

#6B4B2F color RGB value is (107,75,47).

  • red value is 107;
  • green value is 75;
  • blue value is 47.
RGB:
(107,75,47)
(42%,29%,18%)

RGB channels and saturation

R 107 of 255 = 42%
G 75 of 255 = 29%
B 47 of 255 = 18%

107
75
47

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

Portions of RGB colors in percentages

R + G + B =
107 + 75 + 47 = 229 (100%)
R 107 of 229 ~ 46.72%
G 75 of 229 ~ 32.75%
B 47 of 229 ~ 20.52%

%46.72
%32.75
%20.52

CMYK color model

#6B4B2F color CMYK value is (0,30,56,58).

  • cyan value is 0.00%
  • magenta value is 29.91%
  • yellow value is 56.07%
  • key color value is 58.04%
CMYK:
(0,30,56,58)
C0M30Y56K58 
(0%,30%,56%,58%)
(0.00/0.30/0.56/0.58)	

CMYK percentages

%0
%29.91
%56.07
%58.04

Codes

Color #6B4B2F in popluar color models

6B4B2F
RGB1077547
HSL28°38.96%30.20%
HSB/HSV28°56.07%41.96%
CMYK0.00%29.91%56.07%
58.04%

Color #6B4B2F in popluar number systems.

HEX6B4B2F
Decimal1077547
Binary11010111001011101111
Octal15311357

Shades and tints

Shades of #6B4B2F

#6B4B2F
(107,75,47)
#62452B
(98,69,43)
#593F27
(89,63,39)
#503923
(80,57,35)
#47331F
(71,51,31)
#3E2D1B
(62,45,27)
#352717
(53,39,23)
#2C2113
(44,33,19)
#231B0F
(35,27,15)
#1A150B
(26,21,11)
#110F07
(17,15,7)
#000000
(0,0,0)

Tints of #6B4B2F

#6B4B2F
(107,75,47)
#785B41
(120,91,65)
#856B53
(133,107,83)
#927B65
(146,123,101)
#9F8B77
(159,139,119)
#AC9B89
(172,155,137)
#B9AB9B
(185,171,155)
#C6BBAD
(198,187,173)
#D3CBBF
(211,203,191)
#E0DBD1
(224,219,209)
#EDEBE3
(237,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4B2F color. Also use rgb(107,75,47) instead hex code.

Text Font Color

.myTextColor { color: #6B4B2F; }

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

This text font color is #6B4B2F.


Background Color

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

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

This div background color is #6B4B2F.


Border color

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

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

This div border color is #6B4B2F.


Opacity

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

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

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

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

This text has shadow with #6B4B2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4B2F on black background.


Color preview on white background

This text has color #6B4B2F on white background.



Black color preview on #6B4B2F background

This text has black color on #6B4B2F background.


White color preview on #6B4B2F background

This text has white color on #6B4B2F background.