COLOR #6B4A3E

HEX: #6B4A3E
RGB: (107,74,62)

Color info

#6B4A3E contains red, green and blue colors in about the same proportion. Web safe color of #6B4A3E is #663333 (or #633).

RGB color model

#6B4A3E color RGB value is (107,74,62).

  • red value is 107;
  • green value is 74;
  • blue value is 62.
RGB:
(107,74,62)
(42%,29%,24%)

RGB channels and saturation

R 107 of 255 = 42%
G 74 of 255 = 29%
B 62 of 255 = 24%

107
74
62

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

Portions of RGB colors in percentages

R + G + B =
107 + 74 + 62 = 243 (100%)
R 107 of 243 ~ 44.03%
G 74 of 243 ~ 30.45%
B 62 of 243 ~ 25.51%

%44.03
%30.45
%25.51

CMYK color model

#6B4A3E color CMYK value is (0,31,42,58).

  • cyan value is 0.00%
  • magenta value is 30.84%
  • yellow value is 42.06%
  • key color value is 58.04%
CMYK:
(0,31,42,58)
C0M31Y42K58 
(0%,31%,42%,58%)
(0.00/0.31/0.42/0.58)	

CMYK percentages

%0
%30.84
%42.06
%58.04

Codes

Color #6B4A3E in popluar color models

6B4A3E
RGB1077462
HSL16°26.63%33.14%
HSB/HSV16°42.06%41.96%
CMYK0.00%30.84%42.06%
58.04%

Color #6B4A3E in popluar number systems.

HEX6B4A3E
Decimal1077462
Binary11010111001010111110
Octal15311276

Shades and tints

Shades of #6B4A3E

#6B4A3E
(107,74,62)
#624439
(98,68,57)
#593E34
(89,62,52)
#50382F
(80,56,47)
#47322A
(71,50,42)
#3E2C25
(62,44,37)
#352620
(53,38,32)
#2C201B
(44,32,27)
#231A16
(35,26,22)
#1A1411
(26,20,17)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #6B4A3E

#6B4A3E
(107,74,62)
#785A4F
(120,90,79)
#856A60
(133,106,96)
#927A71
(146,122,113)
#9F8A82
(159,138,130)
#AC9A93
(172,154,147)
#B9AAA4
(185,170,164)
#C6BAB5
(198,186,181)
#D3CAC6
(211,202,198)
#E0DAD7
(224,218,215)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4A3E color. Also use rgb(107,74,62) instead hex code.

Text Font Color

.myTextColor { color: #6B4A3E; }

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

This text font color is #6B4A3E.


Background Color

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

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

This div background color is #6B4A3E.


Border color

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

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

This div border color is #6B4A3E.


Opacity

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

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

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

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

This text has shadow with #6B4A3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4A3E on black background.


Color preview on white background

This text has color #6B4A3E on white background.



Black color preview on #6B4A3E background

This text has black color on #6B4A3E background.


White color preview on #6B4A3E background

This text has white color on #6B4A3E background.