COLOR #6C4120

HEX: #6C4120
RGB: (108,65,32)

Color info

#6C4120 contains mainly red and green colors. Web safe color of #6C4120 is #663333 (or #633).

RGB color model

#6C4120 color RGB value is (108,65,32).

  • red value is 108;
  • green value is 65;
  • blue value is 32.
RGB:
(108,65,32)
(42%,25%,13%)

RGB channels and saturation

R 108 of 255 = 42%
G 65 of 255 = 25%
B 32 of 255 = 13%

108
65
32

R + G + B ~ 27%. #6C4120 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 65 + 32 = 205 (100%)
R 108 of 205 ~ 52.68%
G 65 of 205 ~ 31.71%
B 32 of 205 ~ 15.61%

%52.68
%31.71
%15.61

CMYK color model

#6C4120 color CMYK value is (0,40,70,58).

  • cyan value is 0.00%
  • magenta value is 39.81%
  • yellow value is 70.37%
  • key color value is 57.65%
CMYK:
(0,40,70,58)
C0M40Y70K58 
(0%,40%,70%,58%)
(0.00/0.40/0.70/0.58)	

CMYK percentages

%0
%39.81
%70.37
%57.65

Codes

Color #6C4120 in popluar color models

6C4120
RGB1086532
HSL26°54.29%27.45%
HSB/HSV26°70.37%42.35%
CMYK0.00%39.81%70.37%
57.65%

Color #6C4120 in popluar number systems.

HEX6C4120
Decimal1086532
Binary11011001000001100000
Octal15410140

Shades and tints

Shades of #6C4120

#6C4120
(108,65,32)
#633C1E
(99,60,30)
#5A371C
(90,55,28)
#51321A
(81,50,26)
#482D18
(72,45,24)
#3F2816
(63,40,22)
#362314
(54,35,20)
#2D1E12
(45,30,18)
#241910
(36,25,16)
#1B140E
(27,20,14)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #6C4120

#6C4120
(108,65,32)
#795234
(121,82,52)
#866348
(134,99,72)
#93745C
(147,116,92)
#A08570
(160,133,112)
#AD9684
(173,150,132)
#BAA798
(186,167,152)
#C7B8AC
(199,184,172)
#D4C9C0
(212,201,192)
#E1DAD4
(225,218,212)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4120 color. Also use rgb(108,65,32) instead hex code.

Text Font Color

.myTextColor { color: #6C4120; }

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

This text font color is #6C4120.


Background Color

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

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

This div background color is #6C4120.


Border color

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

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

This div border color is #6C4120.


Opacity

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

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

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

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

This text has shadow with #6C4120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4120 on black background.


Color preview on white background

This text has color #6C4120 on white background.



Black color preview on #6C4120 background

This text has black color on #6C4120 background.


White color preview on #6C4120 background

This text has white color on #6C4120 background.