COLOR #6A3919

HEX: #6A3919
RGB: (106,57,25)

Color info

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

RGB color model

#6A3919 color RGB value is (106,57,25).

  • red value is 106;
  • green value is 57;
  • blue value is 25.
RGB:
(106,57,25)
(42%,22%,10%)

RGB channels and saturation

R 106 of 255 = 42%
G 57 of 255 = 22%
B 25 of 255 = 10%

106
57
25

R + G + B ~ 25%. #6A3919 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 57 + 25 = 188 (100%)
R 106 of 188 ~ 56.38%
G 57 of 188 ~ 30.32%
B 25 of 188 ~ 13.3%

%56.38
%30.32
%13.3

CMYK color model

#6A3919 color CMYK value is (0,46,76,58).

  • cyan value is 0.00%
  • magenta value is 46.23%
  • yellow value is 76.42%
  • key color value is 58.43%
CMYK:
(0,46,76,58)
C0M46Y76K58 
(0%,46%,76%,58%)
(0.00/0.46/0.76/0.58)	

CMYK percentages

%0
%46.23
%76.42
%58.43

Codes

Color #6A3919 in popluar color models

6A3919
RGB1065725
HSL24°61.83%25.69%
HSB/HSV24°76.42%41.57%
CMYK0.00%46.23%76.42%
58.43%

Color #6A3919 in popluar number systems.

HEX6A3919
Decimal1065725
Binary110101011100111001
Octal1527131

Shades and tints

Shades of #6A3919

#6A3919
(106,57,25)
#613417
(97,52,23)
#582F15
(88,47,21)
#4F2A13
(79,42,19)
#462511
(70,37,17)
#3D200F
(61,32,15)
#341B0D
(52,27,13)
#2B160B
(43,22,11)
#221109
(34,17,9)
#190C07
(25,12,7)
#100705
(16,7,5)
#000000
(0,0,0)

Tints of #6A3919

#6A3919
(106,57,25)
#774B2D
(119,75,45)
#845D41
(132,93,65)
#916F55
(145,111,85)
#9E8169
(158,129,105)
#AB937D
(171,147,125)
#B8A591
(184,165,145)
#C5B7A5
(197,183,165)
#D2C9B9
(210,201,185)
#DFDBCD
(223,219,205)
#ECEDE1
(236,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A3919 color. Also use rgb(106,57,25) instead hex code.

Text Font Color

.myTextColor { color: #6A3919; }

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

This text font color is #6A3919.


Background Color

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

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

This div background color is #6A3919.


Border color

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

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

This div border color is #6A3919.


Opacity

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

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

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

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

This text has shadow with #6A3919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3919 on black background.


Color preview on white background

This text has color #6A3919 on white background.



Black color preview on #6A3919 background

This text has black color on #6A3919 background.


White color preview on #6A3919 background

This text has white color on #6A3919 background.