COLOR #6A3E0D

HEX: #6A3E0D
RGB: (106,62,13)

Color info

#6A3E0D contains mainly red and green colors. Web safe color of #6A3E0D is #663300 (or #630).

RGB color model

#6A3E0D color RGB value is (106,62,13).

  • red value is 106;
  • green value is 62;
  • blue value is 13.
RGB:
(106,62,13)
(42%,24%,5%)

RGB channels and saturation

R 106 of 255 = 42%
G 62 of 255 = 24%
B 13 of 255 = 5%

106
62
13

R + G + B ~ 24%. #6A3E0D is dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 62 + 13 = 181 (100%)
R 106 of 181 ~ 58.56%
G 62 of 181 ~ 34.25%
B 13 of 181 ~ 7.18%

%58.56
%34.25

CMYK color model

#6A3E0D color CMYK value is (0,42,88,58).

  • cyan value is 0.00%
  • magenta value is 41.51%
  • yellow value is 87.74%
  • key color value is 58.43%
CMYK:
(0,42,88,58)
C0M42Y88K58 
(0%,42%,88%,58%)
(0.00/0.42/0.88/0.58)	

CMYK percentages

%0
%41.51
%87.74
%58.43

Codes

Color #6A3E0D in popluar color models

6A3E0D
RGB1066213
HSL32°78.15%23.33%
HSB/HSV32°87.74%41.57%
CMYK0.00%41.51%87.74%
58.43%

Color #6A3E0D in popluar number systems.

HEX6A3E0D
Decimal1066213
Binary11010101111101101
Octal1527615

Shades and tints

Shades of #6A3E0D

#6A3E0D
(106,62,13)
#61390C
(97,57,12)
#58340B
(88,52,11)
#4F2F0A
(79,47,10)
#462A09
(70,42,9)
#3D2508
(61,37,8)
#342007
(52,32,7)
#2B1B06
(43,27,6)
#221605
(34,22,5)
#191104
(25,17,4)
#100C03
(16,12,3)
#000000
(0,0,0)

Tints of #6A3E0D

#6A3E0D
(106,62,13)
#774F23
(119,79,35)
#846039
(132,96,57)
#91714F
(145,113,79)
#9E8265
(158,130,101)
#AB937B
(171,147,123)
#B8A491
(184,164,145)
#C5B5A7
(197,181,167)
#D2C6BD
(210,198,189)
#DFD7D3
(223,215,211)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A3E0D color. Also use rgb(106,62,13) instead hex code.

Text Font Color

.myTextColor { color: #6A3E0D; }

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

This text font color is #6A3E0D.


Background Color

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

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

This div background color is #6A3E0D.


Border color

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

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

This div border color is #6A3E0D.


Opacity

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

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

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

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

This text has shadow with #6A3E0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3E0D on black background.


Color preview on white background

This text has color #6A3E0D on white background.



Black color preview on #6A3E0D background

This text has black color on #6A3E0D background.


White color preview on #6A3E0D background

This text has white color on #6A3E0D background.