COLOR #6D421A

HEX: #6D421A
RGB: (109,66,26)

Color info

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

RGB color model

#6D421A color RGB value is (109,66,26).

  • red value is 109;
  • green value is 66;
  • blue value is 26.
RGB:
(109,66,26)
(43%,26%,10%)

RGB channels and saturation

R 109 of 255 = 43%
G 66 of 255 = 26%
B 26 of 255 = 10%

109
66
26

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

Portions of RGB colors in percentages

R + G + B =
109 + 66 + 26 = 201 (100%)
R 109 of 201 ~ 54.23%
G 66 of 201 ~ 32.84%
B 26 of 201 ~ 12.94%

%54.23
%32.84
%12.94

CMYK color model

#6D421A color CMYK value is (0,39,76,57).

  • cyan value is 0.00%
  • magenta value is 39.45%
  • yellow value is 76.15%
  • key color value is 57.25%
CMYK:
(0,39,76,57)
C0M39Y76K57 
(0%,39%,76%,57%)
(0.00/0.39/0.76/0.57)	

CMYK percentages

%0
%39.45
%76.15
%57.25

Codes

Color #6D421A in popluar color models

6D421A
RGB1096626
HSL29°61.48%26.47%
HSB/HSV29°76.15%42.75%
CMYK0.00%39.45%76.15%
57.25%

Color #6D421A in popluar number systems.

HEX6D421A
Decimal1096626
Binary1101101100001011010
Octal15510232

Shades and tints

Shades of #6D421A

#6D421A
(109,66,26)
#643C18
(100,60,24)
#5B3616
(91,54,22)
#523014
(82,48,20)
#492A12
(73,42,18)
#402410
(64,36,16)
#371E0E
(55,30,14)
#2E180C
(46,24,12)
#25120A
(37,18,10)
#1C0C08
(28,12,8)
#130606
(19,6,6)
#000000
(0,0,0)

Tints of #6D421A

#6D421A
(109,66,26)
#7A532E
(122,83,46)
#876442
(135,100,66)
#947556
(148,117,86)
#A1866A
(161,134,106)
#AE977E
(174,151,126)
#BBA892
(187,168,146)
#C8B9A6
(200,185,166)
#D5CABA
(213,202,186)
#E2DBCE
(226,219,206)
#EFECE2
(239,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D421A color. Also use rgb(109,66,26) instead hex code.

Text Font Color

.myTextColor { color: #6D421A; }

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

This text font color is #6D421A.


Background Color

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

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

This div background color is #6D421A.


Border color

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

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

This div border color is #6D421A.


Opacity

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

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

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

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

This text has shadow with #6D421A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D421A on black background.


Color preview on white background

This text has color #6D421A on white background.



Black color preview on #6D421A background

This text has black color on #6D421A background.


White color preview on #6D421A background

This text has white color on #6D421A background.