COLOR #6C4914

HEX: #6C4914
RGB: (108,73,20)

Color info

#6C4914 contains mainly red and green colors. Web safe color of #6C4914 is #663300 (or #630).

RGB color model

#6C4914 color RGB value is (108,73,20).

  • red value is 108;
  • green value is 73;
  • blue value is 20.
RGB:
(108,73,20)
(42%,29%,8%)

RGB channels and saturation

R 108 of 255 = 42%
G 73 of 255 = 29%
B 20 of 255 = 8%

108
73
20

R + G + B ~ 26%. #6C4914 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 73 + 20 = 201 (100%)
R 108 of 201 ~ 53.73%
G 73 of 201 ~ 36.32%
B 20 of 201 ~ 9.95%

%53.73
%36.32
%9.95

CMYK color model

#6C4914 color CMYK value is (0,32,81,58).

  • cyan value is 0.00%
  • magenta value is 32.41%
  • yellow value is 81.48%
  • key color value is 57.65%
CMYK:
(0,32,81,58)
C0M32Y81K58 
(0%,32%,81%,58%)
(0.00/0.32/0.81/0.58)	

CMYK percentages

%0
%32.41
%81.48
%57.65

Codes

Color #6C4914 in popluar color models

6C4914
RGB1087320
HSL36°68.75%25.10%
HSB/HSV36°81.48%42.35%
CMYK0.00%32.41%81.48%
57.65%

Color #6C4914 in popluar number systems.

HEX6C4914
Decimal1087320
Binary1101100100100110100
Octal15411124

Shades and tints

Shades of #6C4914

#6C4914
(108,73,20)
#634313
(99,67,19)
#5A3D12
(90,61,18)
#513711
(81,55,17)
#483110
(72,49,16)
#3F2B0F
(63,43,15)
#36250E
(54,37,14)
#2D1F0D
(45,31,13)
#24190C
(36,25,12)
#1B130B
(27,19,11)
#120D0A
(18,13,10)
#000000
(0,0,0)

Tints of #6C4914

#6C4914
(108,73,20)
#795929
(121,89,41)
#86693E
(134,105,62)
#937953
(147,121,83)
#A08968
(160,137,104)
#AD997D
(173,153,125)
#BAA992
(186,169,146)
#C7B9A7
(199,185,167)
#D4C9BC
(212,201,188)
#E1D9D1
(225,217,209)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4914 color. Also use rgb(108,73,20) instead hex code.

Text Font Color

.myTextColor { color: #6C4914; }

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

This text font color is #6C4914.


Background Color

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

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

This div background color is #6C4914.


Border color

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

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

This div border color is #6C4914.


Opacity

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

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

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

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

This text has shadow with #6C4914 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4914 on black background.


Color preview on white background

This text has color #6C4914 on white background.



Black color preview on #6C4914 background

This text has black color on #6C4914 background.


White color preview on #6C4914 background

This text has white color on #6C4914 background.