COLOR #6D623A

HEX: #6D623A RGB: (109,98,58)

Color info

#6D623A contains red, green and blue colors in about the same proportion. Web safe color of #6D623A is #666633 (or #663).

RGB color model

#6D623A color RGB value is (109,98,58).

RGB: (109,98,58) (43%, 38%, 23%)

RGB channels and saturation

R 109 of 255 = 43%
G 98 of 255 = 38%
B 58 of 255 = 23%

109
98
58

R + G + B ~ 35%. #6D623A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 98 + 58 = 265 (100%)
R 109 of 265 ~ 41.13%
G 98 of 265 ~ 36.98%
B 58 of 265 ~ 21.89'%

%41.13
%36.98
%21.89

CMYK color model

#6D623A color CMYK value is (0,10,47,57).

  • cyan value is 0.00%
  • magenta value is 10.09%
  • yellow value is 46.79%
  • key color value is 57.25%
CMYK: (0,10,47,57) C0M10Y47K57 (0%,10%,47%,57%) (0.00/0.10/0.47/0.57) 

CMYK percentages

%0
%10.09
%46.79
%57.25

Codes

Color #6D623A in popluar color models

6D 62 3A
RGB 109 98 58
HSL 47° 30.54% 32.75%
HSB/HSV 47° 46.79% 42.75%
CMYK 0.00% 10.09% 46.79%
57.25%

Color #6D623A in popluar number systems.

HEX 6D 62 3A
Decimal 109 98 58
Binary 1101101 1100010 111010
Octal 155 142 72

Shades and tints

Shades of #6D623A

#6D623A
(109,98,58)
#645A35
(100,90,53)
#5B5230
(91,82,48)
#524A2B
(82,74,43)
#494226
(73,66,38)
#403A21
(64,58,33)
#37321C
(55,50,28)
#2E2A17
(46,42,23)
#252212
(37,34,18)
#1C1A0D
(28,26,13)
#131208
(19,18,8)
#000000
(0,0,0)

Tints of #6D623A

#6D623A
(109,98,58)
#7A704B
(122,112,75)
#877E5C
(135,126,92)
#948C6D
(148,140,109)
#A19A7E
(161,154,126)
#AEA88F
(174,168,143)
#BBB6A0
(187,182,160)
#C8C4B1
(200,196,177)
#D5D2C2
(213,210,194)
#E2E0D3
(226,224,211)
#EFEEE4
(239,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D623A color. Also use rgb(109,98,58) instead hex code.

Text Font Color

.myTextColor { color: #6D623A; }

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

This text font color is #6D623A.

Background Color

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

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

This div background color is #6D623A.

Border color

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

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

This div border color is #6D623A.

Opacity

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

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

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

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

This text has shadow with #6D623A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D623A.

Preview

Color preview on black background

This text has color #6D623A on black background.


Color preview on white background

This text has color #6D623A on white background.


Black color preview on #6D623A background

This text has black color on #6D623A background.


White color preview on #6D623A background

This text has white color on #6D623A background.


Related colors

Complementary color

Complementary color for #hex is #929DC5.


I love getcolorcode.com

Triadic colors

1 #3A6D62 and #623A6D with #6D623A are triadic colors.

2 #3A626D and #626D3A with #6D623A are triadic colors.