COLOR #6C564B

HEX: #6C564B RGB: (108,86,75)

Color info

#6C564B contains red, green and blue colors in about the same proportion. Web safe color of #6C564B is #666633 (or #663).

RGB color model

#6C564B color RGB value is (108,86,75).

RGB: (108,86,75) (42%, 34%, 29%)

RGB channels and saturation

R 108 of 255 = 42%
G 86 of 255 = 34%
B 75 of 255 = 29%

108
86
75

R + G + B ~ 35%. #6C564B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 86 + 75 = 269 (100%)
R 108 of 269 ~ 40.15%
G 86 of 269 ~ 31.97%
B 75 of 269 ~ 27.88'%

%40.15
%31.97
%27.88

CMYK color model

#6C564B color CMYK value is (0,20,31,58).

  • cyan value is 0.00%
  • magenta value is 20.37%
  • yellow value is 30.56%
  • key color value is 57.65%

CMYK: (0,20,31,58)
C0M20Y31K58 (0%, 20%, 31%, 58%)
(0.00 / 0.20 / 0.31 / 0.58)

CMYK percentages

%0
%20.37
%30.56
%57.65

Codes

Color #6C564B in popluar color models

6C 56 4B
RGB 108 86 75
HSL 20° 18.03% 35.88%
HSB/HSV 20° 30.56% 42.35%
CMYK 0.00% 20.37% 30.56%
57.65%

Color #6C564B in popluar number systems.

HEX 6C 56 4B
Decimal 108 86 75
Binary 1101100 1010110 1001011
Octal 154 126 113

Shades and tints

Shades of #6C564B

#6C564B
(108,86,75)
#634F45
(99,79,69)
#5A483F
(90,72,63)
#514139
(81,65,57)
#483A33
(72,58,51)
#3F332D
(63,51,45)
#362C27
(54,44,39)
#2D2521
(45,37,33)
#241E1B
(36,30,27)
#1B1715
(27,23,21)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #6C564B

#6C564B
(108,86,75)
#79655B
(121,101,91)
#86746B
(134,116,107)
#93837B
(147,131,123)
#A0928B
(160,146,139)
#ADA19B
(173,161,155)
#BAB0AB
(186,176,171)
#C7BFBB
(199,191,187)
#D4CECB
(212,206,203)
#E1DDDB
(225,221,219)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C564B color. Also use rgb(108,86,75) instead hex code.

Text Font Color

.myTextColor { color: #6C564B; }

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

This text font color is #6C564B.

Background Color

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

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

This div background color is #6C564B.

Border color

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

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

This div border color is #6C564B.

Opacity

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

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

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

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

This text has shadow with #6C564B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C564B.

Preview

Color preview on black background

This text has color #6C564B on black background.


Color preview on white background

This text has color #6C564B on white background.


Black color preview on #6C564B background

This text has black color on #6C564B background.


White color preview on #6C564B background

This text has white color on #6C564B background.


Related colors

Complementary color

Complementary color for #hex is #93A9B4.


I love getcolorcode.com

Triadic colors

1 #4B6C56 and #564B6C with #6C564B are triadic colors.

2 #4B566C and #566C4B with #6C564B are triadic colors.