COLOR #6D6C05

HEX: #6D6C05
RGB: (109,108,5)

Color info

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

RGB color model

#6D6C05 color RGB value is (109,108,5).

  • red value is 109;
  • green value is 108;
  • blue value is 5.
RGB:
(109,108,5)
(43%,42%,2%)

RGB channels and saturation

R 109 of 255 = 43%
G 108 of 255 = 42%
B 5 of 255 = 2%

109
108
5

R + G + B ~ 29%. #6D6C05 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 108 + 5 = 222 (100%)
R 109 of 222 ~ 49.1%
G 108 of 222 ~ 48.65%
B 5 of 222 ~ 2.25%

%49.1
%48.65

CMYK color model

#6D6C05 color CMYK value is (0,1,95,57).

  • cyan value is 0.00%
  • magenta value is 0.92%
  • yellow value is 95.41%
  • key color value is 57.25%
CMYK:
(0,1,95,57)
C0M1Y95K57 
(0%,1%,95%,57%)
(0.00/0.01/0.95/0.57)	

CMYK percentages

%0
%0.92
%95.41
%57.25

Codes

Color #6D6C05 in popluar color models

6D6C05
RGB1091085
HSL59°91.23%22.35%
HSB/HSV59°95.41%42.75%
CMYK0.00%0.92%95.41%
57.25%

Color #6D6C05 in popluar number systems.

HEX6D6C05
Decimal1091085
Binary11011011101100101
Octal1551545

Shades and tints

Shades of #6D6C05

#6D6C05
(109,108,5)
#646305
(100,99,5)
#5B5A05
(91,90,5)
#525105
(82,81,5)
#494805
(73,72,5)
#403F05
(64,63,5)
#373605
(55,54,5)
#2E2D05
(46,45,5)
#252405
(37,36,5)
#1C1B05
(28,27,5)
#131205
(19,18,5)
#000000
(0,0,0)

Tints of #6D6C05

#6D6C05
(109,108,5)
#7A791B
(122,121,27)
#878631
(135,134,49)
#949347
(148,147,71)
#A1A05D
(161,160,93)
#AEAD73
(174,173,115)
#BBBA89
(187,186,137)
#C8C79F
(200,199,159)
#D5D4B5
(213,212,181)
#E2E1CB
(226,225,203)
#EFEEE1
(239,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6C05; }

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

This text font color is #6D6C05.


Background Color

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

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

This div background color is #6D6C05.


Border color

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

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

This div border color is #6D6C05.


Opacity

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

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

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

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

This text has shadow with #6D6C05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6C05 on black background.


Color preview on white background

This text has color #6D6C05 on white background.



Black color preview on #6D6C05 background

This text has black color on #6D6C05 background.


White color preview on #6D6C05 background

This text has white color on #6D6C05 background.