COLOR #6C572E

HEX: #6C572E
RGB: (108,87,46)

Color info

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

RGB color model

#6C572E color RGB value is (108,87,46).

  • red value is 108;
  • green value is 87;
  • blue value is 46.
RGB:
(108,87,46)
(42%,34%,18%)

RGB channels and saturation

R 108 of 255 = 42%
G 87 of 255 = 34%
B 46 of 255 = 18%

108
87
46

R + G + B ~ 31%. #6C572E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 87 + 46 = 241 (100%)
R 108 of 241 ~ 44.81%
G 87 of 241 ~ 36.1%
B 46 of 241 ~ 19.09%

%44.81
%36.1
%19.09

CMYK color model

#6C572E color CMYK value is (0,19,57,58).

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 57.41%
  • key color value is 57.65%
CMYK:
(0,19,57,58)
C0M19Y57K58 
(0%,19%,57%,58%)
(0.00/0.19/0.57/0.58)	

CMYK percentages

%0
%19.44
%57.41
%57.65

Codes

Color #6C572E in popluar color models

6C572E
RGB1088746
HSL40°40.26%30.20%
HSB/HSV40°57.41%42.35%
CMYK0.00%19.44%57.41%
57.65%

Color #6C572E in popluar number systems.

HEX6C572E
Decimal1088746
Binary11011001010111101110
Octal15412756

Shades and tints

Shades of #6C572E

#6C572E
(108,87,46)
#63502A
(99,80,42)
#5A4926
(90,73,38)
#514222
(81,66,34)
#483B1E
(72,59,30)
#3F341A
(63,52,26)
#362D16
(54,45,22)
#2D2612
(45,38,18)
#241F0E
(36,31,14)
#1B180A
(27,24,10)
#121106
(18,17,6)
#000000
(0,0,0)

Tints of #6C572E

#6C572E
(108,87,46)
#796641
(121,102,65)
#867554
(134,117,84)
#938467
(147,132,103)
#A0937A
(160,147,122)
#ADA28D
(173,162,141)
#BAB1A0
(186,177,160)
#C7C0B3
(199,192,179)
#D4CFC6
(212,207,198)
#E1DED9
(225,222,217)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C572E color. Also use rgb(108,87,46) instead hex code.

Text Font Color

.myTextColor { color: #6C572E; }

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

This text font color is #6C572E.


Background Color

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

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

This div background color is #6C572E.


Border color

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

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

This div border color is #6C572E.


Opacity

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

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

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

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

This text has shadow with #6C572E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C572E on black background.


Color preview on white background

This text has color #6C572E on white background.



Black color preview on #6C572E background

This text has black color on #6C572E background.


White color preview on #6C572E background

This text has white color on #6C572E background.