COLOR #6D712E

HEX: #6D712E
RGB: (109,113,46)

Renk bilgisi

#6D712E contains mainly red and green colors. #6D712E ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#6D712E color RGB value is (109,113,46).

  • kırmız ton 109;
  • yeşil ton 113;
  • mavi ton 46.
RGB:
(109,113,46)
(43%,44%,18%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 113 of 255 = 44%
B 46 of 255 = 18%

109
113
46

R + G + B ~ 35%. #6D712E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 113 + 46 = 268 (100%)
R 109 of 268 ~ 40.67%
G 113 of 268 ~ 42.16%
B 46 of 268 ~ 17.16%

%40.67
%42.16
%17.16

CMYK RENK MODELİ

#6D712E rengi CMYK tonu (4,0,59,56).

  • camgöbeği tonu 3.54%
  • eflatun tonu 0.00%
  • sarı tonu 59.29%
  • ana renk tonu 55.69%
CMYK:
(4,0,59,56)
C4M0Y59K56 
(4%,0%,59%,56%)
(0.04/0.00/0.59/0.56)	

CMYK yüzdeleri

%3.54
%0
%59.29
%55.69

Codes

Color #6D712E in popluar color models

6D712E
RGB10911346
HSL64°42.14%31.18%
HSB/HSV64°59.29%44.31%
CMYK3.54%0.00%59.29%
55.69%

Color #6D712E in popluar number systems.

HEX6D712E
Decimal10911346
Binary11011011110001101110
Octal15516156

Shades and tints

Shades of #6D712E

#6D712E
(109,113,46)
#64672A
(100,103,42)
#5B5D26
(91,93,38)
#525322
(82,83,34)
#49491E
(73,73,30)
#403F1A
(64,63,26)
#373516
(55,53,22)
#2E2B12
(46,43,18)
#25210E
(37,33,14)
#1C170A
(28,23,10)
#130D06
(19,13,6)
#000000
(0,0,0)

Tints of #6D712E

#6D712E
(109,113,46)
#7A7D41
(122,125,65)
#878954
(135,137,84)
#949567
(148,149,103)
#A1A17A
(161,161,122)
#AEAD8D
(174,173,141)
#BBB9A0
(187,185,160)
#C8C5B3
(200,197,179)
#D5D1C6
(213,209,198)
#E2DDD9
(226,221,217)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D712E color. Also use rgb(109,113,46) instead hex code.

Text Font Color

.myTextColor { color: #6D712E; }

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

This text font color is #6D712E.


Background Color

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

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

This div background color is #6D712E.


Border color

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

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

This div border color is #6D712E.


Opacity

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

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

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

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

This text has shadow with #6D712E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D712E on black background.


Color preview on white background

This text has color #6D712E on white background.



Black color preview on #6D712E background

This text has black color on #6D712E background.


White color preview on #6D712E background

This text has white color on #6D712E background.