COLOR #6D5A54

HEX: #6D5A54
RGB: (109,90,84)

Color info

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

RGB color model

#6D5A54 color RGB value is (109,90,84).

  • red value is 109;
  • green value is 90;
  • blue value is 84.
RGB:
(109,90,84)
(43%,35%,33%)

RGB channels and saturation

R 109 of 255 = 43%
G 90 of 255 = 35%
B 84 of 255 = 33%

109
90
84

R + G + B ~ 37%. #6D5A54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 90 + 84 = 283 (100%)
R 109 of 283 ~ 38.52%
G 90 of 283 ~ 31.8%
B 84 of 283 ~ 29.68%

%38.52
%31.8
%29.68

CMYK color model

#6D5A54 color CMYK value is (0,17,23,57).

  • cyan value is 0.00%
  • magenta value is 17.43%
  • yellow value is 22.94%
  • key color value is 57.25%
CMYK:
(0,17,23,57)
C0M17Y23K57 
(0%,17%,23%,57%)
(0.00/0.17/0.23/0.57)	

CMYK percentages

%0
%17.43
%22.94
%57.25

Codes

Color #6D5A54 in popluar color models

6D5A54
RGB1099084
HSL14°12.95%37.84%
HSB/HSV14°22.94%42.75%
CMYK0.00%17.43%22.94%
57.25%

Color #6D5A54 in popluar number systems.

HEX6D5A54
Decimal1099084
Binary110110110110101010100
Octal155132124

Shades and tints

Shades of #6D5A54

#6D5A54
(109,90,84)
#64524D
(100,82,77)
#5B4A46
(91,74,70)
#52423F
(82,66,63)
#493A38
(73,58,56)
#403231
(64,50,49)
#372A2A
(55,42,42)
#2E2223
(46,34,35)
#251A1C
(37,26,28)
#1C1215
(28,18,21)
#130A0E
(19,10,14)
#000000
(0,0,0)

Tints of #6D5A54

#6D5A54
(109,90,84)
#7A6963
(122,105,99)
#877872
(135,120,114)
#948781
(148,135,129)
#A19690
(161,150,144)
#AEA59F
(174,165,159)
#BBB4AE
(187,180,174)
#C8C3BD
(200,195,189)
#D5D2CC
(213,210,204)
#E2E1DB
(226,225,219)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5A54 color. Also use rgb(109,90,84) instead hex code.

Text Font Color

.myTextColor { color: #6D5A54; }

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

This text font color is #6D5A54.


Background Color

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

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

This div background color is #6D5A54.


Border color

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

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

This div border color is #6D5A54.


Opacity

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

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

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

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

This text has shadow with #6D5A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5A54 on black background.


Color preview on white background

This text has color #6D5A54 on white background.



Black color preview on #6D5A54 background

This text has black color on #6D5A54 background.


White color preview on #6D5A54 background

This text has white color on #6D5A54 background.