COLOR #6C6B16

HEX: #6C6B16
RGB: (108,107,22)

Color info

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

RGB color model

#6C6B16 color RGB value is (108,107,22).

  • red value is 108;
  • green value is 107;
  • blue value is 22.
RGB:
(108,107,22)
(42%,42%,9%)

RGB channels and saturation

R 108 of 255 = 42%
G 107 of 255 = 42%
B 22 of 255 = 9%

108
107
22

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

Portions of RGB colors in percentages

R + G + B =
108 + 107 + 22 = 237 (100%)
R 108 of 237 ~ 45.57%
G 107 of 237 ~ 45.15%
B 22 of 237 ~ 9.28%

%45.57
%45.15

CMYK color model

#6C6B16 color CMYK value is (0,1,80,58).

  • cyan value is 0.00%
  • magenta value is 0.93%
  • yellow value is 79.63%
  • key color value is 57.65%
CMYK:
(0,1,80,58)
C0M1Y80K58 
(0%,1%,80%,58%)
(0.00/0.01/0.80/0.58)	

CMYK percentages

%0
%0.93
%79.63
%57.65

Codes

Color #6C6B16 in popluar color models

6C6B16
RGB10810722
HSL59°66.15%25.49%
HSB/HSV59°79.63%42.35%
CMYK0.00%0.93%79.63%
57.65%

Color #6C6B16 in popluar number systems.

HEX6C6B16
Decimal10810722
Binary1101100110101110110
Octal15415326

Shades and tints

Shades of #6C6B16

#6C6B16
(108,107,22)
#636214
(99,98,20)
#5A5912
(90,89,18)
#515010
(81,80,16)
#48470E
(72,71,14)
#3F3E0C
(63,62,12)
#36350A
(54,53,10)
#2D2C08
(45,44,8)
#242306
(36,35,6)
#1B1A04
(27,26,4)
#121102
(18,17,2)
#000000
(0,0,0)

Tints of #6C6B16

#6C6B16
(108,107,22)
#79782B
(121,120,43)
#868540
(134,133,64)
#939255
(147,146,85)
#A09F6A
(160,159,106)
#ADAC7F
(173,172,127)
#BAB994
(186,185,148)
#C7C6A9
(199,198,169)
#D4D3BE
(212,211,190)
#E1E0D3
(225,224,211)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6B16 color. Also use rgb(108,107,22) instead hex code.

Text Font Color

.myTextColor { color: #6C6B16; }

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

This text font color is #6C6B16.


Background Color

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

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

This div background color is #6C6B16.


Border color

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

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

This div border color is #6C6B16.


Opacity

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

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

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

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

This text has shadow with #6C6B16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6B16 on black background.


Color preview on white background

This text has color #6C6B16 on white background.



Black color preview on #6C6B16 background

This text has black color on #6C6B16 background.


White color preview on #6C6B16 background

This text has white color on #6C6B16 background.