COLOR #6C681F

HEX: #6C681F
RGB: (108,104,31)

Color info

#6C681F contains mainly red and green colors. Web safe color of #6C681F is #666633 (or #663).

RGB color model

#6C681F color RGB value is (108,104,31).

  • red value is 108;
  • green value is 104;
  • blue value is 31.
RGB:
(108,104,31)
(42%,41%,12%)

RGB channels and saturation

R 108 of 255 = 42%
G 104 of 255 = 41%
B 31 of 255 = 12%

108
104
31

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

Portions of RGB colors in percentages

R + G + B =
108 + 104 + 31 = 243 (100%)
R 108 of 243 ~ 44.44%
G 104 of 243 ~ 42.8%
B 31 of 243 ~ 12.76%

%44.44
%42.8
%12.76

CMYK color model

#6C681F color CMYK value is (0,4,71,58).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 71.30%
  • key color value is 57.65%
CMYK:
(0,4,71,58)
C0M4Y71K58 
(0%,4%,71%,58%)
(0.00/0.04/0.71/0.58)	

CMYK percentages

%0
%3.7
%71.3
%57.65

Codes

Color #6C681F in popluar color models

6C681F
RGB10810431
HSL57°55.40%27.25%
HSB/HSV57°71.30%42.35%
CMYK0.00%3.70%71.30%
57.65%

Color #6C681F in popluar number systems.

HEX6C681F
Decimal10810431
Binary1101100110100011111
Octal15415037

Shades and tints

Shades of #6C681F

#6C681F
(108,104,31)
#635F1D
(99,95,29)
#5A561B
(90,86,27)
#514D19
(81,77,25)
#484417
(72,68,23)
#3F3B15
(63,59,21)
#363213
(54,50,19)
#2D2911
(45,41,17)
#24200F
(36,32,15)
#1B170D
(27,23,13)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #6C681F

#6C681F
(108,104,31)
#797533
(121,117,51)
#868247
(134,130,71)
#938F5B
(147,143,91)
#A09C6F
(160,156,111)
#ADA983
(173,169,131)
#BAB697
(186,182,151)
#C7C3AB
(199,195,171)
#D4D0BF
(212,208,191)
#E1DDD3
(225,221,211)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C681F color. Also use rgb(108,104,31) instead hex code.

Text Font Color

.myTextColor { color: #6C681F; }

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

This text font color is #6C681F.


Background Color

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

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

This div background color is #6C681F.


Border color

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

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

This div border color is #6C681F.


Opacity

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

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

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

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

This text has shadow with #6C681F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C681F on black background.


Color preview on white background

This text has color #6C681F on white background.



Black color preview on #6C681F background

This text has black color on #6C681F background.


White color preview on #6C681F background

This text has white color on #6C681F background.