COLOR #6A564B

HEX: #6A564B RGB: (106,86,75)

Color info

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

RGB color model

#6A564B color RGB value is (106,86,75).

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

RGB channels and saturation

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

106
86
75

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

Portions of RGB colors in percentages

R + G + B = 106 + 86 + 75 = 267 (100%)
R 106 of 267 ~ 39.7%
G 86 of 267 ~ 32.21%
B 75 of 267 ~ 28.09'%

%39.7
%32.21
%28.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.87%
  • yellow value is 29.25%
  • key color value is 58.43%

CMYK: (0,19,29,58)
C0M19Y29K58 (0%, 19%, 29%, 58%)
(0.00 / 0.19 / 0.29 / 0.58)

CMYK percentages

%0
%18.87
%29.25
%58.43

Codes

Color #6A564B in popluar color models

6A 56 4B
RGB 106 86 75
HSL 21° 17.13% 35.49%
HSB/HSV 21° 29.25% 41.57%
CMYK 0.00% 18.87% 29.25%
58.43%

Color #6A564B in popluar number systems.

HEX 6A 56 4B
Decimal 106 86 75
Binary 1101010 1010110 1001011
Octal 152 126 113

Shades and tints

Shades of #6A564B

#6A564B
(106,86,75)
#614F45
(97,79,69)
#58483F
(88,72,63)
#4F4139
(79,65,57)
#463A33
(70,58,51)
#3D332D
(61,51,45)
#342C27
(52,44,39)
#2B2521
(43,37,33)
#221E1B
(34,30,27)
#191715
(25,23,21)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #6A564B

#6A564B
(106,86,75)
#77655B
(119,101,91)
#84746B
(132,116,107)
#91837B
(145,131,123)
#9E928B
(158,146,139)
#ABA19B
(171,161,155)
#B8B0AB
(184,176,171)
#C5BFBB
(197,191,187)
#D2CECB
(210,206,203)
#DFDDDB
(223,221,219)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A564B; }

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

This text font color is #6A564B.

Background Color

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

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

This div background color is #6A564B.

Border color

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

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

This div border color is #6A564B.

Opacity

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

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

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

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

This text has shadow with #6A564B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A564B.

Preview

Color preview on black background

This text has color #6A564B on black background.


Color preview on white background

This text has color #6A564B on white background.


Black color preview on #6A564B background

This text has black color on #6A564B background.


White color preview on #6A564B background

This text has white color on #6A564B background.


Related colors

Complementary color

Complementary color for #hex is #95A9B4.


I love getcolorcode.com

Triadic colors

1 #4B6A56 and #564B6A with #6A564B are triadic colors.

2 #4B566A and #566A4B with #6A564B are triadic colors.