COLOR #6C6909

HEX: #6C6909
RGB: (108,105,9)

Color info

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

RGB color model

#6C6909 color RGB value is (108,105,9).

  • red value is 108;
  • green value is 105;
  • blue value is 9.
RGB:
(108,105,9)
(42%,41%,4%)

RGB channels and saturation

R 108 of 255 = 42%
G 105 of 255 = 41%
B 9 of 255 = 4%

108
105
9

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

Portions of RGB colors in percentages

R + G + B =
108 + 105 + 9 = 222 (100%)
R 108 of 222 ~ 48.65%
G 105 of 222 ~ 47.3%
B 9 of 222 ~ 4.05%

%48.65
%47.3

CMYK color model

#6C6909 color CMYK value is (0,3,92,58).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 91.67%
  • key color value is 57.65%
CMYK:
(0,3,92,58)
C0M3Y92K58 
(0%,3%,92%,58%)
(0.00/0.03/0.92/0.58)	

CMYK percentages

%0
%2.78
%91.67
%57.65

Codes

Color #6C6909 in popluar color models

6C6909
RGB1081059
HSL58°84.62%22.94%
HSB/HSV58°91.67%42.35%
CMYK0.00%2.78%91.67%
57.65%

Color #6C6909 in popluar number systems.

HEX6C6909
Decimal1081059
Binary110110011010011001
Octal15415111

Shades and tints

Shades of #6C6909

#6C6909
(108,105,9)
#636009
(99,96,9)
#5A5709
(90,87,9)
#514E09
(81,78,9)
#484509
(72,69,9)
#3F3C09
(63,60,9)
#363309
(54,51,9)
#2D2A09
(45,42,9)
#242109
(36,33,9)
#1B1809
(27,24,9)
#120F09
(18,15,9)
#000000
(0,0,0)

Tints of #6C6909

#6C6909
(108,105,9)
#79761F
(121,118,31)
#868335
(134,131,53)
#93904B
(147,144,75)
#A09D61
(160,157,97)
#ADAA77
(173,170,119)
#BAB78D
(186,183,141)
#C7C4A3
(199,196,163)
#D4D1B9
(212,209,185)
#E1DECF
(225,222,207)
#EEEBE5
(238,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6909 color. Also use rgb(108,105,9) instead hex code.

Text Font Color

.myTextColor { color: #6C6909; }

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

This text font color is #6C6909.


Background Color

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

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

This div background color is #6C6909.


Border color

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

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

This div border color is #6C6909.


Opacity

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

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

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

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

This text has shadow with #6C6909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6909 on black background.


Color preview on white background

This text has color #6C6909 on white background.



Black color preview on #6C6909 background

This text has black color on #6C6909 background.


White color preview on #6C6909 background

This text has white color on #6C6909 background.