COLOR #6A4019

HEX: #6A4019
RGB: (106,64,25)

Color info

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

RGB color model

#6A4019 color RGB value is (106,64,25).

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

RGB channels and saturation

R 106 of 255 = 42%
G 64 of 255 = 25%
B 25 of 255 = 10%

106
64
25

R + G + B ~ 26%. #6A4019 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 64 + 25 = 195 (100%)
R 106 of 195 ~ 54.36%
G 64 of 195 ~ 32.82%
B 25 of 195 ~ 12.82%

%54.36
%32.82
%12.82

CMYK color model

#6A4019 color CMYK value is (0,40,76,58).

  • cyan value is 0.00%
  • magenta value is 39.62%
  • yellow value is 76.42%
  • key color value is 58.43%
CMYK:
(0,40,76,58)
C0M40Y76K58 
(0%,40%,76%,58%)
(0.00/0.40/0.76/0.58)	

CMYK percentages

%0
%39.62
%76.42
%58.43

Codes

Color #6A4019 in popluar color models

6A4019
RGB1066425
HSL29°61.83%25.69%
HSB/HSV29°76.42%41.57%
CMYK0.00%39.62%76.42%
58.43%

Color #6A4019 in popluar number systems.

HEX6A4019
Decimal1066425
Binary1101010100000011001
Octal15210031

Shades and tints

Shades of #6A4019

#6A4019
(106,64,25)
#613B17
(97,59,23)
#583615
(88,54,21)
#4F3113
(79,49,19)
#462C11
(70,44,17)
#3D270F
(61,39,15)
#34220D
(52,34,13)
#2B1D0B
(43,29,11)
#221809
(34,24,9)
#191307
(25,19,7)
#100E05
(16,14,5)
#000000
(0,0,0)

Tints of #6A4019

#6A4019
(106,64,25)
#77512D
(119,81,45)
#846241
(132,98,65)
#917355
(145,115,85)
#9E8469
(158,132,105)
#AB957D
(171,149,125)
#B8A691
(184,166,145)
#C5B7A5
(197,183,165)
#D2C8B9
(210,200,185)
#DFD9CD
(223,217,205)
#ECEAE1
(236,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4019; }

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

This text font color is #6A4019.


Background Color

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

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

This div background color is #6A4019.


Border color

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

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

This div border color is #6A4019.


Opacity

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

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

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

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

This text has shadow with #6A4019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4019 on black background.


Color preview on white background

This text has color #6A4019 on white background.



Black color preview on #6A4019 background

This text has black color on #6A4019 background.


White color preview on #6A4019 background

This text has white color on #6A4019 background.