COLOR #6A3F2E

HEX: #6A3F2E
RGB: (106,63,46)

Color info

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

RGB color model

#6A3F2E color RGB value is (106,63,46).

  • red value is 106;
  • green value is 63;
  • blue value is 46.
RGB:
(106,63,46)
(42%,25%,18%)

RGB channels and saturation

R 106 of 255 = 42%
G 63 of 255 = 25%
B 46 of 255 = 18%

106
63
46

R + G + B ~ 28%. #6A3F2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 63 + 46 = 215 (100%)
R 106 of 215 ~ 49.3%
G 63 of 215 ~ 29.3%
B 46 of 215 ~ 21.4%

%49.3
%29.3
%21.4

CMYK color model

#6A3F2E color CMYK value is (0,41,57,58).

  • cyan value is 0.00%
  • magenta value is 40.57%
  • yellow value is 56.60%
  • key color value is 58.43%
CMYK:
(0,41,57,58)
C0M41Y57K58 
(0%,41%,57%,58%)
(0.00/0.41/0.57/0.58)	

CMYK percentages

%0
%40.57
%56.6
%58.43

Codes

Color #6A3F2E in popluar color models

6A3F2E
RGB1066346
HSL17°39.47%29.80%
HSB/HSV17°56.60%41.57%
CMYK0.00%40.57%56.60%
58.43%

Color #6A3F2E in popluar number systems.

HEX6A3F2E
Decimal1066346
Binary1101010111111101110
Octal1527756

Shades and tints

Shades of #6A3F2E

#6A3F2E
(106,63,46)
#613A2A
(97,58,42)
#583526
(88,53,38)
#4F3022
(79,48,34)
#462B1E
(70,43,30)
#3D261A
(61,38,26)
#342116
(52,33,22)
#2B1C12
(43,28,18)
#22170E
(34,23,14)
#19120A
(25,18,10)
#100D06
(16,13,6)
#000000
(0,0,0)

Tints of #6A3F2E

#6A3F2E
(106,63,46)
#775041
(119,80,65)
#846154
(132,97,84)
#917267
(145,114,103)
#9E837A
(158,131,122)
#AB948D
(171,148,141)
#B8A5A0
(184,165,160)
#C5B6B3
(197,182,179)
#D2C7C6
(210,199,198)
#DFD8D9
(223,216,217)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A3F2E color. Also use rgb(106,63,46) instead hex code.

Text Font Color

.myTextColor { color: #6A3F2E; }

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

This text font color is #6A3F2E.


Background Color

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

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

This div background color is #6A3F2E.


Border color

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

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

This div border color is #6A3F2E.


Opacity

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

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

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

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

This text has shadow with #6A3F2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3F2E on black background.


Color preview on white background

This text has color #6A3F2E on white background.



Black color preview on #6A3F2E background

This text has black color on #6A3F2E background.


White color preview on #6A3F2E background

This text has white color on #6A3F2E background.