COLOR #6D594E

HEX: #6D594E
RGB: (109,89,78)

Renk bilgisi

#6D594E contains red, green and blue colors in about the same proportion. #6D594E ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#6D594E color RGB value is (109,89,78).

  • kırmız ton 109;
  • yeşil ton 89;
  • mavi ton 78.
RGB:
(109,89,78)
(43%,35%,31%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 89 of 255 = 35%
B 78 of 255 = 31%

109
89
78

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 89 + 78 = 276 (100%)
R 109 of 276 ~ 39.49%
G 89 of 276 ~ 32.25%
B 78 of 276 ~ 28.26%

%39.49
%32.25
%28.26

CMYK RENK MODELİ

#6D594E rengi CMYK tonu (0,18,28,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.35%
  • sarı tonu 28.44%
  • ana renk tonu 57.25%
CMYK:
(0,18,28,57)
C0M18Y28K57 
(0%,18%,28%,57%)
(0.00/0.18/0.28/0.57)	

CMYK yüzdeleri

%0
%18.35
%28.44
%57.25

Codes

Color #6D594E in popluar color models

6D594E
RGB1098978
HSL21°16.58%36.67%
HSB/HSV21°28.44%42.75%
CMYK0.00%18.35%28.44%
57.25%

Color #6D594E in popluar number systems.

HEX6D594E
Decimal1098978
Binary110110110110011001110
Octal155131116

Shades and tints

Shades of #6D594E

#6D594E
(109,89,78)
#645147
(100,81,71)
#5B4940
(91,73,64)
#524139
(82,65,57)
#493932
(73,57,50)
#40312B
(64,49,43)
#372924
(55,41,36)
#2E211D
(46,33,29)
#251916
(37,25,22)
#1C110F
(28,17,15)
#130908
(19,9,8)
#000000
(0,0,0)

Tints of #6D594E

#6D594E
(109,89,78)
#7A685E
(122,104,94)
#87776E
(135,119,110)
#94867E
(148,134,126)
#A1958E
(161,149,142)
#AEA49E
(174,164,158)
#BBB3AE
(187,179,174)
#C8C2BE
(200,194,190)
#D5D1CE
(213,209,206)
#E2E0DE
(226,224,222)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D594E; }

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

This text font color is #6D594E.


Background Color

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

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

This div background color is #6D594E.


Border color

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

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

This div border color is #6D594E.


Opacity

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

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

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

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

This text has shadow with #6D594E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D594E on black background.


Color preview on white background

This text has color #6D594E on white background.



Black color preview on #6D594E background

This text has black color on #6D594E background.


White color preview on #6D594E background

This text has white color on #6D594E background.