COLOR #6B564F

HEX: #6B564F RGB: (107,86,79)

Color info

#6B564F contains red, green and blue colors in about the same proportion. Web safe color of #6B564F is #666666 (or #666).

RGB color model

#6B564F color RGB value is (107,86,79).

RGB: (107,86,79) (42%, 34%, 31%)

RGB channels and saturation

R 107 of 255 = 42%
G 86 of 255 = 34%
B 79 of 255 = 31%

107
86
79

R + G + B ~ 36%. #6B564F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 86 + 79 = 272 (100%)
R 107 of 272 ~ 39.34%
G 86 of 272 ~ 31.62%
B 79 of 272 ~ 29.04'%

%39.34
%31.62
%29.04

CMYK color model

#6B564F color CMYK value is (0,20,26,58).

  • cyan value is 0.00%
  • magenta value is 19.63%
  • yellow value is 26.17%
  • key color value is 58.04%

CMYK: (0,20,26,58)
C0M20Y26K58 (0%, 20%, 26%, 58%)
(0.00 / 0.20 / 0.26 / 0.58)

CMYK percentages

%0
%19.63
%26.17
%58.04

Codes

Color #6B564F in popluar color models

6B 56 4F
RGB 107 86 79
HSL 15° 15.05% 36.47%
HSB/HSV 15° 26.17% 41.96%
CMYK 0.00% 19.63% 26.17%
58.04%

Color #6B564F in popluar number systems.

HEX 6B 56 4F
Decimal 107 86 79
Binary 1101011 1010110 1001111
Octal 153 126 117

Shades and tints

Shades of #6B564F

#6B564F
(107,86,79)
#624F48
(98,79,72)
#594841
(89,72,65)
#50413A
(80,65,58)
#473A33
(71,58,51)
#3E332C
(62,51,44)
#352C25
(53,44,37)
#2C251E
(44,37,30)
#231E17
(35,30,23)
#1A1710
(26,23,16)
#111009
(17,16,9)
#000000
(0,0,0)

Tints of #6B564F

#6B564F
(107,86,79)
#78655F
(120,101,95)
#85746F
(133,116,111)
#92837F
(146,131,127)
#9F928F
(159,146,143)
#ACA19F
(172,161,159)
#B9B0AF
(185,176,175)
#C6BFBF
(198,191,191)
#D3CECF
(211,206,207)
#E0DDDF
(224,221,223)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B564F color. Also use rgb(107,86,79) instead hex code.

Text Font Color

.myTextColor { color: #6B564F; }

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

This text font color is #6B564F.

Background Color

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

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

This div background color is #6B564F.

Border color

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

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

This div border color is #6B564F.

Opacity

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

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

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

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

This text has shadow with #6B564F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B564F.

Preview

Color preview on black background

This text has color #6B564F on black background.


Color preview on white background

This text has color #6B564F on white background.


Black color preview on #6B564F background

This text has black color on #6B564F background.


White color preview on #6B564F background

This text has white color on #6B564F background.


Related colors

Complementary color

Complementary color for #hex is #94A9B0.


I love getcolorcode.com

Triadic colors

1 #4F6B56 and #564F6B with #6B564F are triadic colors.

2 #4F566B and #566B4F with #6B564F are triadic colors.