COLOR #6D5765

HEX: #6D5765
RGB: (109,87,101)

Color info

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

RGB color model

#6D5765 color RGB value is (109,87,101).

  • red value is 109;
  • green value is 87;
  • blue value is 101.
RGB:
(109,87,101)
(43%,34%,40%)

RGB channels and saturation

R 109 of 255 = 43%
G 87 of 255 = 34%
B 101 of 255 = 40%

109
87
101

R + G + B ~ 39%. #6D5765 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 87 + 101 = 297 (100%)
R 109 of 297 ~ 36.7%
G 87 of 297 ~ 29.29%
B 101 of 297 ~ 34.01%

%36.7
%29.29
%34.01

CMYK color model

#6D5765 color CMYK value is (0,20,7,57).

  • cyan value is 0.00%
  • magenta value is 20.18%
  • yellow value is 7.34%
  • key color value is 57.25%
CMYK:
(0,20,7,57)
C0M20Y7K57 
(0%,20%,7%,57%)
(0.00/0.20/0.07/0.57)	

CMYK percentages

%0
%20.18
%7.34
%57.25

Codes

Color #6D5765 in popluar color models

6D5765
RGB10987101
HSL322°11.22%38.43%
HSB/HSV322°20.18%42.75%
CMYK0.00%20.18%7.34%
57.25%

Color #6D5765 in popluar number systems.

HEX6D5765
Decimal10987101
Binary110110110101111100101
Octal155127145

Shades and tints

Shades of #6D5765

#6D5765
(109,87,101)
#64505C
(100,80,92)
#5B4953
(91,73,83)
#52424A
(82,66,74)
#493B41
(73,59,65)
#403438
(64,52,56)
#372D2F
(55,45,47)
#2E2626
(46,38,38)
#251F1D
(37,31,29)
#1C1814
(28,24,20)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #6D5765

#6D5765
(109,87,101)
#7A6673
(122,102,115)
#877581
(135,117,129)
#94848F
(148,132,143)
#A1939D
(161,147,157)
#AEA2AB
(174,162,171)
#BBB1B9
(187,177,185)
#C8C0C7
(200,192,199)
#D5CFD5
(213,207,213)
#E2DEE3
(226,222,227)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5765 color. Also use rgb(109,87,101) instead hex code.

Text Font Color

.myTextColor { color: #6D5765; }

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

This text font color is #6D5765.


Background Color

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

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

This div background color is #6D5765.


Border color

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

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

This div border color is #6D5765.


Opacity

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

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

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

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

This text has shadow with #6D5765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5765 on black background.


Color preview on white background

This text has color #6D5765 on white background.



Black color preview on #6D5765 background

This text has black color on #6D5765 background.


White color preview on #6D5765 background

This text has white color on #6D5765 background.