COLOR #6D8155

HEX: #6D8155
RGB: (109,129,85)

Renk bilgisi

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

RGB renk modeli

#6D8155 color RGB value is (109,129,85).

  • kırmız ton 109;
  • yeşil ton 129;
  • mavi ton 85.
RGB:
(109,129,85)
(43%,51%,33%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 129 of 255 = 51%
B 85 of 255 = 33%

109
129
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 129 + 85 = 323 (100%)
R 109 of 323 ~ 33.75%
G 129 of 323 ~ 39.94%
B 85 of 323 ~ 26.32%

%33.75
%39.94
%26.32

CMYK RENK MODELİ

#6D8155 rengi CMYK tonu (16,0,34,49).

  • camgöbeği tonu 15.50%
  • eflatun tonu 0.00%
  • sarı tonu 34.11%
  • ana renk tonu 49.41%
CMYK:
(16,0,34,49)
C16M0Y34K49 
(16%,0%,34%,49%)
(0.16/0.00/0.34/0.49)	

CMYK yüzdeleri

%15.5
%0
%34.11
%49.41

Codes

Color #6D8155 in popluar color models

6D8155
RGB10912985
HSL87°20.56%41.96%
HSB/HSV87°34.11%50.59%
CMYK15.50%0.00%34.11%
49.41%

Color #6D8155 in popluar number systems.

HEX6D8155
Decimal10912985
Binary1101101100000011010101
Octal155201125

Shades and tints

Shades of #6D8155

#6D8155
(109,129,85)
#64764E
(100,118,78)
#5B6B47
(91,107,71)
#526040
(82,96,64)
#495539
(73,85,57)
#404A32
(64,74,50)
#373F2B
(55,63,43)
#2E3424
(46,52,36)
#25291D
(37,41,29)
#1C1E16
(28,30,22)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #6D8155

#6D8155
(109,129,85)
#7A8C64
(122,140,100)
#879773
(135,151,115)
#94A282
(148,162,130)
#A1AD91
(161,173,145)
#AEB8A0
(174,184,160)
#BBC3AF
(187,195,175)
#C8CEBE
(200,206,190)
#D5D9CD
(213,217,205)
#E2E4DC
(226,228,220)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8155 color. Also use rgb(109,129,85) instead hex code.

Text Font Color

.myTextColor { color: #6D8155; }

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

This text font color is #6D8155.


Background Color

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

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

This div background color is #6D8155.


Border color

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

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

This div border color is #6D8155.


Opacity

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

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

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

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

This text has shadow with #6D8155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8155 on black background.


Color preview on white background

This text has color #6D8155 on white background.



Black color preview on #6D8155 background

This text has black color on #6D8155 background.


White color preview on #6D8155 background

This text has white color on #6D8155 background.