COLOR #6A5B4F

HEX: #6A5B4F RGB: (106,91,79)

Color info

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

RGB color model

#6A5B4F color RGB value is (106,91,79).

RGB: (106,91,79) (42%, 36%, 31%)

RGB channels and saturation

R 106 of 255 = 42%
G 91 of 255 = 36%
B 79 of 255 = 31%

106
91
79

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

Portions of RGB colors in percentages

R + G + B = 106 + 91 + 79 = 276 (100%)
R 106 of 276 ~ 38.41%
G 91 of 276 ~ 32.97%
B 79 of 276 ~ 28.62'%

%38.41
%32.97
%28.62

CMYK color model

#6A5B4F color CMYK value is (0,14,25,58).

  • cyan value is 0.00%
  • magenta value is 14.15%
  • yellow value is 25.47%
  • key color value is 58.43%

CMYK: (0,14,25,58)
C0M14Y25K58 (0%, 14%, 25%, 58%)
(0.00 / 0.14 / 0.25 / 0.58)

CMYK percentages

%0
%14.15
%25.47
%58.43

Codes

Color #6A5B4F in popluar color models

6A 5B 4F
RGB 106 91 79
HSL 27° 14.59% 36.27%
HSB/HSV 27° 25.47% 41.57%
CMYK 0.00% 14.15% 25.47%
58.43%

Color #6A5B4F in popluar number systems.

HEX 6A 5B 4F
Decimal 106 91 79
Binary 1101010 1011011 1001111
Octal 152 133 117

Shades and tints

Shades of #6A5B4F

#6A5B4F
(106,91,79)
#615348
(97,83,72)
#584B41
(88,75,65)
#4F433A
(79,67,58)
#463B33
(70,59,51)
#3D332C
(61,51,44)
#342B25
(52,43,37)
#2B231E
(43,35,30)
#221B17
(34,27,23)
#191310
(25,19,16)
#100B09
(16,11,9)
#000000
(0,0,0)

Tints of #6A5B4F

#6A5B4F
(106,91,79)
#77695F
(119,105,95)
#84776F
(132,119,111)
#91857F
(145,133,127)
#9E938F
(158,147,143)
#ABA19F
(171,161,159)
#B8AFAF
(184,175,175)
#C5BDBF
(197,189,191)
#D2CBCF
(210,203,207)
#DFD9DF
(223,217,223)
#ECE7EF
(236,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5B4F color. Also use rgb(106,91,79) instead hex code.

Text Font Color

.myTextColor { color: #6A5B4F; }

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

This text font color is #6A5B4F.

Background Color

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

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

This div background color is #6A5B4F.

Border color

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

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

This div border color is #6A5B4F.

Opacity

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

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

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

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

This text has shadow with #6A5B4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A5B4F.

Preview

Color preview on black background

This text has color #6A5B4F on black background.


Color preview on white background

This text has color #6A5B4F on white background.


Black color preview on #6A5B4F background

This text has black color on #6A5B4F background.


White color preview on #6A5B4F background

This text has white color on #6A5B4F background.


Related colors

Complementary color

Complementary color for #hex is #95A4B0.


I love getcolorcode.com

Triadic colors

1 #4F6A5B and #5B4F6A with #6A5B4F are triadic colors.

2 #4F5B6A and #5B6A4F with #6A5B4F are triadic colors.