COLOR #6C672C

HEX: #6C672C
RGB: (108,103,44)

Color info

#6C672C contains mainly red and green colors. Web safe color of #6C672C is #666633 (or #663).

RGB color model

#6C672C color RGB value is (108,103,44).

  • red value is 108;
  • green value is 103;
  • blue value is 44.
RGB:
(108,103,44)
(42%,40%,17%)

RGB channels and saturation

R 108 of 255 = 42%
G 103 of 255 = 40%
B 44 of 255 = 17%

108
103
44

R + G + B ~ 33%. #6C672C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 103 + 44 = 255 (100%)
R 108 of 255 ~ 42.35%
G 103 of 255 ~ 40.39%
B 44 of 255 ~ 17.25%

%42.35
%40.39
%17.25

CMYK color model

#6C672C color CMYK value is (0,5,59,58).

  • cyan value is 0.00%
  • magenta value is 4.63%
  • yellow value is 59.26%
  • key color value is 57.65%
CMYK:
(0,5,59,58)
C0M5Y59K58 
(0%,5%,59%,58%)
(0.00/0.05/0.59/0.58)	

CMYK percentages

%0
%4.63
%59.26
%57.65

Codes

Color #6C672C in popluar color models

6C672C
RGB10810344
HSL55°42.11%29.80%
HSB/HSV55°59.26%42.35%
CMYK0.00%4.63%59.26%
57.65%

Color #6C672C in popluar number systems.

HEX6C672C
Decimal10810344
Binary11011001100111101100
Octal15414754

Shades and tints

Shades of #6C672C

#6C672C
(108,103,44)
#635E28
(99,94,40)
#5A5524
(90,85,36)
#514C20
(81,76,32)
#48431C
(72,67,28)
#3F3A18
(63,58,24)
#363114
(54,49,20)
#2D2810
(45,40,16)
#241F0C
(36,31,12)
#1B1608
(27,22,8)
#120D04
(18,13,4)
#000000
(0,0,0)

Tints of #6C672C

#6C672C
(108,103,44)
#79743F
(121,116,63)
#868152
(134,129,82)
#938E65
(147,142,101)
#A09B78
(160,155,120)
#ADA88B
(173,168,139)
#BAB59E
(186,181,158)
#C7C2B1
(199,194,177)
#D4CFC4
(212,207,196)
#E1DCD7
(225,220,215)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C672C; }

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

This text font color is #6C672C.


Background Color

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

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

This div background color is #6C672C.


Border color

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

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

This div border color is #6C672C.


Opacity

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

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

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

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

This text has shadow with #6C672C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C672C on black background.


Color preview on white background

This text has color #6C672C on white background.



Black color preview on #6C672C background

This text has black color on #6C672C background.


White color preview on #6C672C background

This text has white color on #6C672C background.