COLOR #6C6819

HEX: #6C6819 RGB: (108,104,25)

Color info

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

RGB color model

#6C6819 color RGB value is (108,104,25).

RGB: (108,104,25) (42%, 41%, 10%)

RGB channels and saturation

R 108 of 255 = 42%
G 104 of 255 = 41%
B 25 of 255 = 10%

108
104
25

R + G + B ~ 31%. #6C6819 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 104 + 25 = 237 (100%)
R 108 of 237 ~ 45.57%
G 104 of 237 ~ 43.88%
B 25 of 237 ~ 10.55'%

%45.57
%43.88
%10.55

CMYK color model

#6C6819 color CMYK value is (0,4,77,58).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 76.85%
  • key color value is 57.65%
CMYK: (0,4,77,58) C0M4Y77K58 (0%,4%,77%,58%) (0.00/0.04/0.77/0.58) 

CMYK percentages

%0
%3.7
%76.85
%57.65

Codes

Color #6C6819 in popluar color models

6C 68 19
RGB 108 104 25
HSL 57° 62.41% 26.08%
HSB/HSV 57° 76.85% 42.35%
CMYK 0.00% 3.70% 76.85%
57.65%

Color #6C6819 in popluar number systems.

HEX 6C 68 19
Decimal 108 104 25
Binary 1101100 1101000 11001
Octal 154 150 31

Shades and tints

Shades of #6C6819

#6C6819
(108,104,25)
#635F17
(99,95,23)
#5A5615
(90,86,21)
#514D13
(81,77,19)
#484411
(72,68,17)
#3F3B0F
(63,59,15)
#36320D
(54,50,13)
#2D290B
(45,41,11)
#242009
(36,32,9)
#1B1707
(27,23,7)
#120E05
(18,14,5)
#000000
(0,0,0)

Tints of #6C6819

#6C6819
(108,104,25)
#79752D
(121,117,45)
#868241
(134,130,65)
#938F55
(147,143,85)
#A09C69
(160,156,105)
#ADA97D
(173,169,125)
#BAB691
(186,182,145)
#C7C3A5
(199,195,165)
#D4D0B9
(212,208,185)
#E1DDCD
(225,221,205)
#EEEAE1
(238,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6819 color. Also use rgb(108,104,25) instead hex code.

Text Font Color

.myTextColor { color: #6C6819; }

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

This text font color is #6C6819.

Background Color

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

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

This div background color is #6C6819.

Border color

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

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

This div border color is #6C6819.

Opacity

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

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

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

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

This text has shadow with #6C6819 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6819.

Preview

Color preview on black background

This text has color #6C6819 on black background.


Color preview on white background

This text has color #6C6819 on white background.


Black color preview on #6C6819 background

This text has black color on #6C6819 background.


White color preview on #6C6819 background

This text has white color on #6C6819 background.


Related colors

Complementary color

Complementary color for #hex is #9397E6.


I love getcolorcode.com

Triadic colors

1 #196C68 and #68196C with #6C6819 are triadic colors.

2 #19686C and #686C19 with #6C6819 are triadic colors.