COLOR #6C4C2C

HEX: #6C4C2C RGB: (108,76,44)

Color info

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

RGB color model

#6C4C2C color RGB value is (108,76,44).

RGB: (108,76,44) (42%, 30%, 17%)

RGB channels and saturation

R 108 of 255 = 42%
G 76 of 255 = 30%
B 44 of 255 = 17%

108
76
44

R + G + B ~ 30%. #6C4C2C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 76 + 44 = 228 (100%)
R 108 of 228 ~ 47.37%
G 76 of 228 ~ 33.33%
B 44 of 228 ~ 19.3'%

%47.37
%33.33
%19.3

CMYK color model

#6C4C2C color CMYK value is (0,30,59,58).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 59.26%
  • key color value is 57.65%

CMYK: (0,30,59,58)
C0M30Y59K58 (0%, 30%, 59%, 58%)
(0.00 / 0.30 / 0.59 / 0.58)

CMYK percentages

%0
%29.63
%59.26
%57.65

Codes

Color #6C4C2C in popluar color models

6C 4C 2C
RGB 108 76 44
HSL 30° 42.11% 29.80%
HSB/HSV 30° 59.26% 42.35%
CMYK 0.00% 29.63% 59.26%
57.65%

Color #6C4C2C in popluar number systems.

HEX 6C 4C 2C
Decimal 108 76 44
Binary 1101100 1001100 101100
Octal 154 114 54

Shades and tints

Shades of #6C4C2C

#6C4C2C
(108,76,44)
#634628
(99,70,40)
#5A4024
(90,64,36)
#513A20
(81,58,32)
#48341C
(72,52,28)
#3F2E18
(63,46,24)
#362814
(54,40,20)
#2D2210
(45,34,16)
#241C0C
(36,28,12)
#1B1608
(27,22,8)
#121004
(18,16,4)
#000000
(0,0,0)

Tints of #6C4C2C

#6C4C2C
(108,76,44)
#795C3F
(121,92,63)
#866C52
(134,108,82)
#937C65
(147,124,101)
#A08C78
(160,140,120)
#AD9C8B
(173,156,139)
#BAAC9E
(186,172,158)
#C7BCB1
(199,188,177)
#D4CCC4
(212,204,196)
#E1DCD7
(225,220,215)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4C2C color. Also use rgb(108,76,44) instead hex code.

Text Font Color

.myTextColor { color: #6C4C2C; }

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

This text font color is #6C4C2C.

Background Color

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

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

This div background color is #6C4C2C.

Border color

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

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

This div border color is #6C4C2C.

Opacity

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

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

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

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

This text has shadow with #6C4C2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C4C2C.

Preview

Color preview on black background

This text has color #6C4C2C on black background.


Color preview on white background

This text has color #6C4C2C on white background.


Black color preview on #6C4C2C background

This text has black color on #6C4C2C background.


White color preview on #6C4C2C background

This text has white color on #6C4C2C background.


Related colors

Complementary color

Complementary color for #hex is #93B3D3.


I love getcolorcode.com

Triadic colors

1 #2C6C4C and #4C2C6C with #6C4C2C are triadic colors.

2 #2C4C6C and #4C6C2C with #6C4C2C are triadic colors.