COLOR #6D3205

HEX: #6D3205 RGB: (109,50,5)

Color info

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

RGB color model

#6D3205 color RGB value is (109,50,5).

RGB: (109,50,5) (43%, 20%, 2%)

RGB channels and saturation

R 109 of 255 = 43%
G 50 of 255 = 20%
B 5 of 255 = 2%

109
50
5

R + G + B ~ 22%. #6D3205 is dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 50 + 5 = 164 (100%)
R 109 of 164 ~ 66.46%
G 50 of 164 ~ 30.49%
B 5 of 164 ~ 3.05'%

%66.46
%30.49

CMYK color model

#6D3205 color CMYK value is (0,54,95,57).

  • cyan value is 0.00%
  • magenta value is 54.13%
  • yellow value is 95.41%
  • key color value is 57.25%

CMYK: (0,54,95,57)
C0M54Y95K57 (0%, 54%, 95%, 57%)
(0.00 / 0.54 / 0.95 / 0.57)

CMYK percentages

%0
%54.13
%95.41
%57.25

Codes

Color #6D3205 in popluar color models

6D 32 05
RGB 109 50 5
HSL 26° 91.23% 22.35%
HSB/HSV 26° 95.41% 42.75%
CMYK 0.00% 54.13% 95.41%
57.25%

Color #6D3205 in popluar number systems.

HEX 6D 32 05
Decimal 109 50 5
Binary 1101101 110010 101
Octal 155 62 5

Shades and tints

Shades of #6D3205

#6D3205
(109,50,5)
#642E05
(100,46,5)
#5B2A05
(91,42,5)
#522605
(82,38,5)
#492205
(73,34,5)
#401E05
(64,30,5)
#371A05
(55,26,5)
#2E1605
(46,22,5)
#251205
(37,18,5)
#1C0E05
(28,14,5)
#130A05
(19,10,5)
#000000
(0,0,0)

Tints of #6D3205

#6D3205
(109,50,5)
#7A441B
(122,68,27)
#875631
(135,86,49)
#946847
(148,104,71)
#A17A5D
(161,122,93)
#AE8C73
(174,140,115)
#BB9E89
(187,158,137)
#C8B09F
(200,176,159)
#D5C2B5
(213,194,181)
#E2D4CB
(226,212,203)
#EFE6E1
(239,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3205 color. Also use rgb(109,50,5) instead hex code.

Text Font Color

.myTextColor { color: #6D3205; }

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

This text font color is #6D3205.

Background Color

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

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

This div background color is #6D3205.

Border color

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

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

This div border color is #6D3205.

Opacity

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

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

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

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

This text has shadow with #6D3205 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D3205.

Preview

Color preview on black background

This text has color #6D3205 on black background.


Color preview on white background

This text has color #6D3205 on white background.


Black color preview on #6D3205 background

This text has black color on #6D3205 background.


White color preview on #6D3205 background

This text has white color on #6D3205 background.


Related colors

Complementary color

Complementary color for #hex is #92CDFA.


I love getcolorcode.com

Triadic colors

1 #056D32 and #32056D with #6D3205 are triadic colors.

2 #05326D and #326D05 with #6D3205 are triadic colors.