COLOR #6D525A

HEX: #6D525A RGB: (109,82,90)

Color info

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

RGB color model

#6D525A color RGB value is (109,82,90).

RGB: (109,82,90) (43%, 32%, 35%)

RGB channels and saturation

R 109 of 255 = 43%
G 82 of 255 = 32%
B 90 of 255 = 35%

109
82
90

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

Portions of RGB colors in percentages

R + G + B = 109 + 82 + 90 = 281 (100%)
R 109 of 281 ~ 38.79%
G 82 of 281 ~ 29.18%
B 90 of 281 ~ 32.03'%

%38.79
%29.18
%32.03

CMYK color model

#6D525A color CMYK value is (0,25,17,57).

  • cyan value is 0.00%
  • magenta value is 24.77%
  • yellow value is 17.43%
  • key color value is 57.25%

CMYK: (0,25,17,57)
C0M25Y17K57 (0%, 25%, 17%, 57%)
(0.00 / 0.25 / 0.17 / 0.57)

CMYK percentages

%0
%24.77
%17.43
%57.25

Codes

Color #6D525A in popluar color models

6D 52 5A
RGB 109 82 90
HSL 342° 14.14% 37.45%
HSB/HSV 342° 24.77% 42.75%
CMYK 0.00% 24.77% 17.43%
57.25%

Color #6D525A in popluar number systems.

HEX 6D 52 5A
Decimal 109 82 90
Binary 1101101 1010010 1011010
Octal 155 122 132

Shades and tints

Shades of #6D525A

#6D525A
(109,82,90)
#644B52
(100,75,82)
#5B444A
(91,68,74)
#523D42
(82,61,66)
#49363A
(73,54,58)
#402F32
(64,47,50)
#37282A
(55,40,42)
#2E2122
(46,33,34)
#251A1A
(37,26,26)
#1C1312
(28,19,18)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #6D525A

#6D525A
(109,82,90)
#7A6169
(122,97,105)
#877078
(135,112,120)
#947F87
(148,127,135)
#A18E96
(161,142,150)
#AE9DA5
(174,157,165)
#BBACB4
(187,172,180)
#C8BBC3
(200,187,195)
#D5CAD2
(213,202,210)
#E2D9E1
(226,217,225)
#EFE8F0
(239,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D525A; }

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

This text font color is #6D525A.

Background Color

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

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

This div background color is #6D525A.

Border color

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

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

This div border color is #6D525A.

Opacity

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

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

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

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

This text has shadow with #6D525A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D525A.

Preview

Color preview on black background

This text has color #6D525A on black background.


Color preview on white background

This text has color #6D525A on white background.


Black color preview on #6D525A background

This text has black color on #6D525A background.


White color preview on #6D525A background

This text has white color on #6D525A background.


Related colors

Complementary color

Complementary color for #hex is #92ADA5.


I love getcolorcode.com

Triadic colors

1 #5A6D52 and #525A6D with #6D525A are triadic colors.

2 #5A526D and #526D5A with #6D525A are triadic colors.