COLOR #6D595B

HEX: #6D595B
RGB: (109,89,91)

Color info

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

RGB color model

#6D595B color RGB value is (109,89,91).

  • red value is 109;
  • green value is 89;
  • blue value is 91.
RGB:
(109,89,91)
(43%,35%,36%)

RGB channels and saturation

R 109 of 255 = 43%
G 89 of 255 = 35%
B 91 of 255 = 36%

109
89
91

R + G + B ~ 38%. #6D595B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 89 + 91 = 289 (100%)
R 109 of 289 ~ 37.72%
G 89 of 289 ~ 30.8%
B 91 of 289 ~ 31.49%

%37.72
%30.8
%31.49

CMYK color model

#6D595B color CMYK value is (0,18,17,57).

  • cyan value is 0.00%
  • magenta value is 18.35%
  • yellow value is 16.51%
  • key color value is 57.25%
CMYK:
(0,18,17,57)
C0M18Y17K57 
(0%,18%,17%,57%)
(0.00/0.18/0.17/0.57)	

CMYK percentages

%0
%18.35
%16.51
%57.25

Codes

Color #6D595B in popluar color models

6D595B
RGB1098991
HSL354°10.10%38.82%
HSB/HSV354°18.35%42.75%
CMYK0.00%18.35%16.51%
57.25%

Color #6D595B in popluar number systems.

HEX6D595B
Decimal1098991
Binary110110110110011011011
Octal155131133

Shades and tints

Shades of #6D595B

#6D595B
(109,89,91)
#645153
(100,81,83)
#5B494B
(91,73,75)
#524143
(82,65,67)
#49393B
(73,57,59)
#403133
(64,49,51)
#37292B
(55,41,43)
#2E2123
(46,33,35)
#25191B
(37,25,27)
#1C1113
(28,17,19)
#13090B
(19,9,11)
#000000
(0,0,0)

Tints of #6D595B

#6D595B
(109,89,91)
#7A6869
(122,104,105)
#877777
(135,119,119)
#948685
(148,134,133)
#A19593
(161,149,147)
#AEA4A1
(174,164,161)
#BBB3AF
(187,179,175)
#C8C2BD
(200,194,189)
#D5D1CB
(213,209,203)
#E2E0D9
(226,224,217)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D595B color. Also use rgb(109,89,91) instead hex code.

Text Font Color

.myTextColor { color: #6D595B; }

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

This text font color is #6D595B.


Background Color

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

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

This div background color is #6D595B.


Border color

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

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

This div border color is #6D595B.


Opacity

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

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

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

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

This text has shadow with #6D595B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D595B on black background.


Color preview on white background

This text has color #6D595B on white background.



Black color preview on #6D595B background

This text has black color on #6D595B background.


White color preview on #6D595B background

This text has white color on #6D595B background.