COLOR #6C6607

HEX: #6C6607
RGB: (108,102,7)

Color info

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

RGB color model

#6C6607 color RGB value is (108,102,7).

  • red value is 108;
  • green value is 102;
  • blue value is 7.
RGB:
(108,102,7)
(42%,40%,3%)

RGB channels and saturation

R 108 of 255 = 42%
G 102 of 255 = 40%
B 7 of 255 = 3%

108
102
7

R + G + B ~ 28%. #6C6607 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 102 + 7 = 217 (100%)
R 108 of 217 ~ 49.77%
G 102 of 217 ~ 47%
B 7 of 217 ~ 3.23%

%49.77
%47

CMYK color model

#6C6607 color CMYK value is (0,6,94,58).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 93.52%
  • key color value is 57.65%
CMYK:
(0,6,94,58)
C0M6Y94K58 
(0%,6%,94%,58%)
(0.00/0.06/0.94/0.58)	

CMYK percentages

%0
%5.56
%93.52
%57.65

Codes

Color #6C6607 in popluar color models

6C6607
RGB1081027
HSL56°87.83%22.55%
HSB/HSV56°93.52%42.35%
CMYK0.00%5.56%93.52%
57.65%

Color #6C6607 in popluar number systems.

HEX6C6607
Decimal1081027
Binary11011001100110111
Octal1541467

Shades and tints

Shades of #6C6607

#6C6607
(108,102,7)
#635D07
(99,93,7)
#5A5407
(90,84,7)
#514B07
(81,75,7)
#484207
(72,66,7)
#3F3907
(63,57,7)
#363007
(54,48,7)
#2D2707
(45,39,7)
#241E07
(36,30,7)
#1B1507
(27,21,7)
#120C07
(18,12,7)
#000000
(0,0,0)

Tints of #6C6607

#6C6607
(108,102,7)
#79731D
(121,115,29)
#868033
(134,128,51)
#938D49
(147,141,73)
#A09A5F
(160,154,95)
#ADA775
(173,167,117)
#BAB48B
(186,180,139)
#C7C1A1
(199,193,161)
#D4CEB7
(212,206,183)
#E1DBCD
(225,219,205)
#EEE8E3
(238,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6607 color. Also use rgb(108,102,7) instead hex code.

Text Font Color

.myTextColor { color: #6C6607; }

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

This text font color is #6C6607.


Background Color

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

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

This div background color is #6C6607.


Border color

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

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

This div border color is #6C6607.


Opacity

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

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

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

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

This text has shadow with #6C6607 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6607 on black background.


Color preview on white background

This text has color #6C6607 on white background.



Black color preview on #6C6607 background

This text has black color on #6C6607 background.


White color preview on #6C6607 background

This text has white color on #6C6607 background.