COLOR #6D3D0A

HEX: #6D3D0A RGB: (109,61,10)

Color info

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

RGB color model

#6D3D0A color RGB value is (109,61,10).

RGB: (109,61,10) (43%, 24%, 4%)

RGB channels and saturation

R 109 of 255 = 43%
G 61 of 255 = 24%
B 10 of 255 = 4%

109
61
10

R + G + B ~ 24%. #6D3D0A is dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 61 + 10 = 180 (100%)
R 109 of 180 ~ 60.56%
G 61 of 180 ~ 33.89%
B 10 of 180 ~ 5.56'%

%60.56
%33.89

CMYK color model

#6D3D0A color CMYK value is (0,44,91,57).

  • cyan value is 0.00%
  • magenta value is 44.04%
  • yellow value is 90.83%
  • key color value is 57.25%

CMYK: (0,44,91,57)
C0M44Y91K57 (0%, 44%, 91%, 57%)
(0.00 / 0.44 / 0.91 / 0.57)

CMYK percentages

%0
%44.04
%90.83
%57.25

Codes

Color #6D3D0A in popluar color models

6D 3D 0A
RGB 109 61 10
HSL 31° 83.19% 23.33%
HSB/HSV 31° 90.83% 42.75%
CMYK 0.00% 44.04% 90.83%
57.25%

Color #6D3D0A in popluar number systems.

HEX 6D 3D 0A
Decimal 109 61 10
Binary 1101101 111101 1010
Octal 155 75 12

Shades and tints

Shades of #6D3D0A

#6D3D0A
(109,61,10)
#64380A
(100,56,10)
#5B330A
(91,51,10)
#522E0A
(82,46,10)
#49290A
(73,41,10)
#40240A
(64,36,10)
#371F0A
(55,31,10)
#2E1A0A
(46,26,10)
#25150A
(37,21,10)
#1C100A
(28,16,10)
#130B0A
(19,11,10)
#000000
(0,0,0)

Tints of #6D3D0A

#6D3D0A
(109,61,10)
#7A4E20
(122,78,32)
#875F36
(135,95,54)
#94704C
(148,112,76)
#A18162
(161,129,98)
#AE9278
(174,146,120)
#BBA38E
(187,163,142)
#C8B4A4
(200,180,164)
#D5C5BA
(213,197,186)
#E2D6D0
(226,214,208)
#EFE7E6
(239,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3D0A color. Also use rgb(109,61,10) instead hex code.

Text Font Color

.myTextColor { color: #6D3D0A; }

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

This text font color is #6D3D0A.

Background Color

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

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

This div background color is #6D3D0A.

Border color

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

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

This div border color is #6D3D0A.

Opacity

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

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

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

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

This text has shadow with #6D3D0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D3D0A.

Preview

Color preview on black background

This text has color #6D3D0A on black background.


Color preview on white background

This text has color #6D3D0A on white background.


Black color preview on #6D3D0A background

This text has black color on #6D3D0A background.


White color preview on #6D3D0A background

This text has white color on #6D3D0A background.


Related colors

Complementary color

Complementary color for #hex is #92C2F5.


I love getcolorcode.com

Triadic colors

1 #0A6D3D and #3D0A6D with #6D3D0A are triadic colors.

2 #0A3D6D and #3D6D0A with #6D3D0A are triadic colors.