COLOR #6D6714

HEX: #6D6714
RGB: (109,103,20)

Color info

#6D6714 contains mainly red and green colors. Web safe color of #6D6714 is #666600 (or #660).

RGB color model

#6D6714 color RGB value is (109,103,20).

  • red value is 109;
  • green value is 103;
  • blue value is 20.
RGB:
(109,103,20)
(43%,40%,8%)

RGB channels and saturation

R 109 of 255 = 43%
G 103 of 255 = 40%
B 20 of 255 = 8%

109
103
20

R + G + B ~ 30%. #6D6714 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 103 + 20 = 232 (100%)
R 109 of 232 ~ 46.98%
G 103 of 232 ~ 44.4%
B 20 of 232 ~ 8.62%

%46.98
%44.4

CMYK color model

#6D6714 color CMYK value is (0,6,82,57).

  • cyan value is 0.00%
  • magenta value is 5.50%
  • yellow value is 81.65%
  • key color value is 57.25%
CMYK:
(0,6,82,57)
C0M6Y82K57 
(0%,6%,82%,57%)
(0.00/0.06/0.82/0.57)	

CMYK percentages

%0
%5.5
%81.65
%57.25

Codes

Color #6D6714 in popluar color models

6D6714
RGB10910320
HSL56°68.99%25.29%
HSB/HSV56°81.65%42.75%
CMYK0.00%5.50%81.65%
57.25%

Color #6D6714 in popluar number systems.

HEX6D6714
Decimal10910320
Binary1101101110011110100
Octal15514724

Shades and tints

Shades of #6D6714

#6D6714
(109,103,20)
#645E13
(100,94,19)
#5B5512
(91,85,18)
#524C11
(82,76,17)
#494310
(73,67,16)
#403A0F
(64,58,15)
#37310E
(55,49,14)
#2E280D
(46,40,13)
#251F0C
(37,31,12)
#1C160B
(28,22,11)
#130D0A
(19,13,10)
#000000
(0,0,0)

Tints of #6D6714

#6D6714
(109,103,20)
#7A7429
(122,116,41)
#87813E
(135,129,62)
#948E53
(148,142,83)
#A19B68
(161,155,104)
#AEA87D
(174,168,125)
#BBB592
(187,181,146)
#C8C2A7
(200,194,167)
#D5CFBC
(213,207,188)
#E2DCD1
(226,220,209)
#EFE9E6
(239,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6714 color. Also use rgb(109,103,20) instead hex code.

Text Font Color

.myTextColor { color: #6D6714; }

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

This text font color is #6D6714.


Background Color

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

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

This div background color is #6D6714.


Border color

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

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

This div border color is #6D6714.


Opacity

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

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

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

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

This text has shadow with #6D6714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6714 on black background.


Color preview on white background

This text has color #6D6714 on white background.



Black color preview on #6D6714 background

This text has black color on #6D6714 background.


White color preview on #6D6714 background

This text has white color on #6D6714 background.