COLOR #6D681B

HEX: #6D681B RGB: (109,104,27)

Color info

#6D681B contains mainly red and green colors. Web safe color of #6D681B is #666633 (or #663).

RGB color model

#6D681B color RGB value is (109,104,27).

RGB: (109,104,27) (43%, 41%, 11%)

RGB channels and saturation

R 109 of 255 = 43%
G 104 of 255 = 41%
B 27 of 255 = 11%

109
104
27

R + G + B ~ 32%. #6D681B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 104 + 27 = 240 (100%)
R 109 of 240 ~ 45.42%
G 104 of 240 ~ 43.33%
B 27 of 240 ~ 11.25'%

%45.42
%43.33
%11.25

CMYK color model

#6D681B color CMYK value is (0,5,75,57).

  • cyan value is 0.00%
  • magenta value is 4.59%
  • yellow value is 75.23%
  • key color value is 57.25%

CMYK: (0,5,75,57)
C0M5Y75K57 (0%, 5%, 75%, 57%)
(0.00 / 0.05 / 0.75 / 0.57)

CMYK percentages

%0
%4.59
%75.23
%57.25

Codes

Color #6D681B in popluar color models

6D 68 1B
RGB 109 104 27
HSL 56° 60.29% 26.67%
HSB/HSV 56° 75.23% 42.75%
CMYK 0.00% 4.59% 75.23%
57.25%

Color #6D681B in popluar number systems.

HEX 6D 68 1B
Decimal 109 104 27
Binary 1101101 1101000 11011
Octal 155 150 33

Shades and tints

Shades of #6D681B

#6D681B
(109,104,27)
#645F19
(100,95,25)
#5B5617
(91,86,23)
#524D15
(82,77,21)
#494413
(73,68,19)
#403B11
(64,59,17)
#37320F
(55,50,15)
#2E290D
(46,41,13)
#25200B
(37,32,11)
#1C1709
(28,23,9)
#130E07
(19,14,7)
#000000
(0,0,0)

Tints of #6D681B

#6D681B
(109,104,27)
#7A752F
(122,117,47)
#878243
(135,130,67)
#948F57
(148,143,87)
#A19C6B
(161,156,107)
#AEA97F
(174,169,127)
#BBB693
(187,182,147)
#C8C3A7
(200,195,167)
#D5D0BB
(213,208,187)
#E2DDCF
(226,221,207)
#EFEAE3
(239,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D681B color. Also use rgb(109,104,27) instead hex code.

Text Font Color

.myTextColor { color: #6D681B; }

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

This text font color is #6D681B.

Background Color

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

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

This div background color is #6D681B.

Border color

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

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

This div border color is #6D681B.

Opacity

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

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

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

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

This text has shadow with #6D681B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D681B.

Preview

Color preview on black background

This text has color #6D681B on black background.


Color preview on white background

This text has color #6D681B on white background.


Black color preview on #6D681B background

This text has black color on #6D681B background.


White color preview on #6D681B background

This text has white color on #6D681B background.


Related colors

Complementary color

Complementary color for #hex is #9297E4.


I love getcolorcode.com

Triadic colors

1 #1B6D68 and #681B6D with #6D681B are triadic colors.

2 #1B686D and #686D1B with #6D681B are triadic colors.