COLOR #6D6859

HEX: #6D6859
RGB: (109,104,89)

Renk bilgisi

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

RGB renk modeli

#6D6859 color RGB value is (109,104,89).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 104 of 255 = 41%
B 89 of 255 = 35%

109
104
89

R + G + B ~ 40%. #6D6859 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 104 + 89 = 302 (100%)
R 109 of 302 ~ 36.09%
G 104 of 302 ~ 34.44%
B 89 of 302 ~ 29.47%

%36.09
%34.44
%29.47

CMYK RENK MODELİ

#6D6859 rengi CMYK tonu (0,5,18,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.59%
  • sarı tonu 18.35%
  • ana renk tonu 57.25%
CMYK:
(0,5,18,57)
C0M5Y18K57 
(0%,5%,18%,57%)
(0.00/0.05/0.18/0.57)	

CMYK yüzdeleri

%0
%4.59
%18.35
%57.25

Codes

Color #6D6859 in popluar color models

6D6859
RGB10910489
HSL45°10.10%38.82%
HSB/HSV45°18.35%42.75%
CMYK0.00%4.59%18.35%
57.25%

Color #6D6859 in popluar number systems.

HEX6D6859
Decimal10910489
Binary110110111010001011001
Octal155150131

Shades and tints

Shades of #6D6859

#6D6859
(109,104,89)
#645F51
(100,95,81)
#5B5649
(91,86,73)
#524D41
(82,77,65)
#494439
(73,68,57)
#403B31
(64,59,49)
#373229
(55,50,41)
#2E2921
(46,41,33)
#252019
(37,32,25)
#1C1711
(28,23,17)
#130E09
(19,14,9)
#000000
(0,0,0)

Tints of #6D6859

#6D6859
(109,104,89)
#7A7568
(122,117,104)
#878277
(135,130,119)
#948F86
(148,143,134)
#A19C95
(161,156,149)
#AEA9A4
(174,169,164)
#BBB6B3
(187,182,179)
#C8C3C2
(200,195,194)
#D5D0D1
(213,208,209)
#E2DDE0
(226,221,224)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6859; }

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

This text font color is #6D6859.


Background Color

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

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

This div background color is #6D6859.


Border color

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

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

This div border color is #6D6859.


Opacity

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

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

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

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

This text has shadow with #6D6859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6859 on black background.


Color preview on white background

This text has color #6D6859 on white background.



Black color preview on #6D6859 background

This text has black color on #6D6859 background.


White color preview on #6D6859 background

This text has white color on #6D6859 background.