COLOR #6C572D

HEX: #6C572D RGB: (108,87,45)

Color info

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

RGB color model

#6C572D color RGB value is (108,87,45).

RGB: (108,87,45) (42%, 34%, 18%)

RGB channels and saturation

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

108
87
45

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

Portions of RGB colors in percentages

R + G + B = 108 + 87 + 45 = 240 (100%)
R 108 of 240 ~ 45%
G 87 of 240 ~ 36.25%
B 45 of 240 ~ 18.75'%

%45
%36.25
%18.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 58.33%
  • key color value is 57.65%

CMYK: (0,19,58,58)
C0M19Y58K58 (0%, 19%, 58%, 58%)
(0.00 / 0.19 / 0.58 / 0.58)

CMYK percentages

%0
%19.44
%58.33
%57.65

Codes

Color #6C572D in popluar color models

6C 57 2D
RGB 108 87 45
HSL 40° 41.18% 30.00%
HSB/HSV 40° 58.33% 42.35%
CMYK 0.00% 19.44% 58.33%
57.65%

Color #6C572D in popluar number systems.

HEX 6C 57 2D
Decimal 108 87 45
Binary 1101100 1010111 101101
Octal 154 127 55

Shades and tints

Shades of #6C572D

#6C572D
(108,87,45)
#635029
(99,80,41)
#5A4925
(90,73,37)
#514221
(81,66,33)
#483B1D
(72,59,29)
#3F3419
(63,52,25)
#362D15
(54,45,21)
#2D2611
(45,38,17)
#241F0D
(36,31,13)
#1B1809
(27,24,9)
#121105
(18,17,5)
#000000
(0,0,0)

Tints of #6C572D

#6C572D
(108,87,45)
#796640
(121,102,64)
#867553
(134,117,83)
#938466
(147,132,102)
#A09379
(160,147,121)
#ADA28C
(173,162,140)
#BAB19F
(186,177,159)
#C7C0B2
(199,192,178)
#D4CFC5
(212,207,197)
#E1DED8
(225,222,216)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C572D; }

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

This text font color is #6C572D.

Background Color

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

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

This div background color is #6C572D.

Border color

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

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

This div border color is #6C572D.

Opacity

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

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

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

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

This text has shadow with #6C572D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C572D.

Preview

Color preview on black background

This text has color #6C572D on black background.


Color preview on white background

This text has color #6C572D on white background.


Black color preview on #6C572D background

This text has black color on #6C572D background.


White color preview on #6C572D background

This text has white color on #6C572D background.


Related colors

Complementary color

Complementary color for #hex is #93A8D2.


I love getcolorcode.com

Triadic colors

1 #2D6C57 and #572D6C with #6C572D are triadic colors.

2 #2D576C and #576C2D with #6C572D are triadic colors.