COLOR #6C4B14

HEX: #6C4B14
RGB: (108,75,20)

Color info

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

RGB color model

#6C4B14 color RGB value is (108,75,20).

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

RGB channels and saturation

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

108
75
20

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

Portions of RGB colors in percentages

R + G + B =
108 + 75 + 20 = 203 (100%)
R 108 of 203 ~ 53.2%
G 75 of 203 ~ 36.95%
B 20 of 203 ~ 9.85%

%53.2
%36.95
%9.85

CMYK color model

#6C4B14 color CMYK value is (0,31,81,58).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 81.48%
  • key color value is 57.65%
CMYK:
(0,31,81,58)
C0M31Y81K58 
(0%,31%,81%,58%)
(0.00/0.31/0.81/0.58)	

CMYK percentages

%0
%30.56
%81.48
%57.65

Codes

Color #6C4B14 in popluar color models

6C4B14
RGB1087520
HSL38°68.75%25.10%
HSB/HSV38°81.48%42.35%
CMYK0.00%30.56%81.48%
57.65%

Color #6C4B14 in popluar number systems.

HEX6C4B14
Decimal1087520
Binary1101100100101110100
Octal15411324

Shades and tints

Shades of #6C4B14

#6C4B14
(108,75,20)
#634513
(99,69,19)
#5A3F12
(90,63,18)
#513911
(81,57,17)
#483310
(72,51,16)
#3F2D0F
(63,45,15)
#36270E
(54,39,14)
#2D210D
(45,33,13)
#241B0C
(36,27,12)
#1B150B
(27,21,11)
#120F0A
(18,15,10)
#000000
(0,0,0)

Tints of #6C4B14

#6C4B14
(108,75,20)
#795B29
(121,91,41)
#866B3E
(134,107,62)
#937B53
(147,123,83)
#A08B68
(160,139,104)
#AD9B7D
(173,155,125)
#BAAB92
(186,171,146)
#C7BBA7
(199,187,167)
#D4CBBC
(212,203,188)
#E1DBD1
(225,219,209)
#EEEBE6
(238,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4B14; }

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

This text font color is #6C4B14.


Background Color

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

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

This div background color is #6C4B14.


Border color

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

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

This div border color is #6C4B14.


Opacity

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

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

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

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

This text has shadow with #6C4B14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4B14 on black background.


Color preview on white background

This text has color #6C4B14 on white background.



Black color preview on #6C4B14 background

This text has black color on #6C4B14 background.


White color preview on #6C4B14 background

This text has white color on #6C4B14 background.