COLOR #6C4422

HEX: #6C4422
RGB: (108,68,34)

Color info

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

RGB color model

#6C4422 color RGB value is (108,68,34).

  • red value is 108;
  • green value is 68;
  • blue value is 34.
RGB:
(108,68,34)
(42%,27%,13%)

RGB channels and saturation

R 108 of 255 = 42%
G 68 of 255 = 27%
B 34 of 255 = 13%

108
68
34

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

Portions of RGB colors in percentages

R + G + B =
108 + 68 + 34 = 210 (100%)
R 108 of 210 ~ 51.43%
G 68 of 210 ~ 32.38%
B 34 of 210 ~ 16.19%

%51.43
%32.38
%16.19

CMYK color model

#6C4422 color CMYK value is (0,37,69,58).

  • cyan value is 0.00%
  • magenta value is 37.04%
  • yellow value is 68.52%
  • key color value is 57.65%
CMYK:
(0,37,69,58)
C0M37Y69K58 
(0%,37%,69%,58%)
(0.00/0.37/0.69/0.58)	

CMYK percentages

%0
%37.04
%68.52
%57.65

Codes

Color #6C4422 in popluar color models

6C4422
RGB1086834
HSL28°52.11%27.84%
HSB/HSV28°68.52%42.35%
CMYK0.00%37.04%68.52%
57.65%

Color #6C4422 in popluar number systems.

HEX6C4422
Decimal1086834
Binary11011001000100100010
Octal15410442

Shades and tints

Shades of #6C4422

#6C4422
(108,68,34)
#633E1F
(99,62,31)
#5A381C
(90,56,28)
#513219
(81,50,25)
#482C16
(72,44,22)
#3F2613
(63,38,19)
#362010
(54,32,16)
#2D1A0D
(45,26,13)
#24140A
(36,20,10)
#1B0E07
(27,14,7)
#120804
(18,8,4)
#000000
(0,0,0)

Tints of #6C4422

#6C4422
(108,68,34)
#795536
(121,85,54)
#86664A
(134,102,74)
#93775E
(147,119,94)
#A08872
(160,136,114)
#AD9986
(173,153,134)
#BAAA9A
(186,170,154)
#C7BBAE
(199,187,174)
#D4CCC2
(212,204,194)
#E1DDD6
(225,221,214)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4422 color. Also use rgb(108,68,34) instead hex code.

Text Font Color

.myTextColor { color: #6C4422; }

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

This text font color is #6C4422.


Background Color

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

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

This div background color is #6C4422.


Border color

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

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

This div border color is #6C4422.


Opacity

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

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

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

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

This text has shadow with #6C4422 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4422 on black background.


Color preview on white background

This text has color #6C4422 on white background.



Black color preview on #6C4422 background

This text has black color on #6C4422 background.


White color preview on #6C4422 background

This text has white color on #6C4422 background.