COLOR #6A440D

HEX: #6A440D
RGB: (106,68,13)

Color info

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

RGB color model

#6A440D color RGB value is (106,68,13).

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

RGB channels and saturation

R 106 of 255 = 42%
G 68 of 255 = 27%
B 13 of 255 = 5%

106
68
13

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

Portions of RGB colors in percentages

R + G + B =
106 + 68 + 13 = 187 (100%)
R 106 of 187 ~ 56.68%
G 68 of 187 ~ 36.36%
B 13 of 187 ~ 6.95%

%56.68
%36.36

CMYK color model

#6A440D color CMYK value is (0,36,88,58).

  • cyan value is 0.00%
  • magenta value is 35.85%
  • yellow value is 87.74%
  • key color value is 58.43%
CMYK:
(0,36,88,58)
C0M36Y88K58 
(0%,36%,88%,58%)
(0.00/0.36/0.88/0.58)	

CMYK percentages

%0
%35.85
%87.74
%58.43

Codes

Color #6A440D in popluar color models

6A440D
RGB1066813
HSL35°78.15%23.33%
HSB/HSV35°87.74%41.57%
CMYK0.00%35.85%87.74%
58.43%

Color #6A440D in popluar number systems.

HEX6A440D
Decimal1066813
Binary110101010001001101
Octal15210415

Shades and tints

Shades of #6A440D

#6A440D
(106,68,13)
#613E0C
(97,62,12)
#58380B
(88,56,11)
#4F320A
(79,50,10)
#462C09
(70,44,9)
#3D2608
(61,38,8)
#342007
(52,32,7)
#2B1A06
(43,26,6)
#221405
(34,20,5)
#190E04
(25,14,4)
#100803
(16,8,3)
#000000
(0,0,0)

Tints of #6A440D

#6A440D
(106,68,13)
#775523
(119,85,35)
#846639
(132,102,57)
#91774F
(145,119,79)
#9E8865
(158,136,101)
#AB997B
(171,153,123)
#B8AA91
(184,170,145)
#C5BBA7
(197,187,167)
#D2CCBD
(210,204,189)
#DFDDD3
(223,221,211)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A440D; }

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

This text font color is #6A440D.


Background Color

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

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

This div background color is #6A440D.


Border color

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

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

This div border color is #6A440D.


Opacity

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

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

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

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

This text has shadow with #6A440D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A440D on black background.


Color preview on white background

This text has color #6A440D on white background.



Black color preview on #6A440D background

This text has black color on #6A440D background.


White color preview on #6A440D background

This text has white color on #6A440D background.