COLOR #6C7316

HEX: #6C7316
RGB: (108,115,22)

Color info

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

RGB color model

#6C7316 color RGB value is (108,115,22).

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

RGB channels and saturation

R 108 of 255 = 42%
G 115 of 255 = 45%
B 22 of 255 = 9%

108
115
22

R + G + B ~ 32%. #6C7316 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 115 + 22 = 245 (100%)
R 108 of 245 ~ 44.08%
G 115 of 245 ~ 46.94%
B 22 of 245 ~ 8.98%

%44.08
%46.94

CMYK color model

#6C7316 color CMYK value is (6,0,81,55).

  • cyan value is 6.09%
  • magenta value is 0.00%
  • yellow value is 80.87%
  • key color value is 54.90%
CMYK:
(6,0,81,55)
C6M0Y81K55 
(6%,0%,81%,55%)
(0.06/0.00/0.81/0.55)	

CMYK percentages

%6.09
%0
%80.87
%54.9

Codes

Color #6C7316 in popluar color models

6C7316
RGB10811522
HSL65°67.88%26.86%
HSB/HSV65°80.87%45.10%
CMYK6.09%0.00%80.87%
54.90%

Color #6C7316 in popluar number systems.

HEX6C7316
Decimal10811522
Binary1101100111001110110
Octal15416326

Shades and tints

Shades of #6C7316

#6C7316
(108,115,22)
#636914
(99,105,20)
#5A5F12
(90,95,18)
#515510
(81,85,16)
#484B0E
(72,75,14)
#3F410C
(63,65,12)
#36370A
(54,55,10)
#2D2D08
(45,45,8)
#242306
(36,35,6)
#1B1904
(27,25,4)
#120F02
(18,15,2)
#000000
(0,0,0)

Tints of #6C7316

#6C7316
(108,115,22)
#797F2B
(121,127,43)
#868B40
(134,139,64)
#939755
(147,151,85)
#A0A36A
(160,163,106)
#ADAF7F
(173,175,127)
#BABB94
(186,187,148)
#C7C7A9
(199,199,169)
#D4D3BE
(212,211,190)
#E1DFD3
(225,223,211)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7316; }

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

This text font color is #6C7316.


Background Color

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

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

This div background color is #6C7316.


Border color

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

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

This div border color is #6C7316.


Opacity

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

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

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

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

This text has shadow with #6C7316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7316 on black background.


Color preview on white background

This text has color #6C7316 on white background.



Black color preview on #6C7316 background

This text has black color on #6C7316 background.


White color preview on #6C7316 background

This text has white color on #6C7316 background.