COLOR #6D6357

HEX: #6D6357
RGB: (109,99,87)

Renk bilgisi

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

RGB renk modeli

#6D6357 color RGB value is (109,99,87).

  • kırmız ton 109;
  • yeşil ton 99;
  • mavi ton 87.
RGB:
(109,99,87)
(43%,39%,34%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 99 of 255 = 39%
B 87 of 255 = 34%

109
99
87

R + G + B ~ 39%. #6D6357 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 99 + 87 = 295 (100%)
R 109 of 295 ~ 36.95%
G 99 of 295 ~ 33.56%
B 87 of 295 ~ 29.49%

%36.95
%33.56
%29.49

CMYK RENK MODELİ

#6D6357 rengi CMYK tonu (0,9,20,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.17%
  • sarı tonu 20.18%
  • ana renk tonu 57.25%
CMYK:
(0,9,20,57)
C0M9Y20K57 
(0%,9%,20%,57%)
(0.00/0.09/0.20/0.57)	

CMYK yüzdeleri

%0
%9.17
%20.18
%57.25

Codes

Color #6D6357 in popluar color models

6D6357
RGB1099987
HSL33°11.22%38.43%
HSB/HSV33°20.18%42.75%
CMYK0.00%9.17%20.18%
57.25%

Color #6D6357 in popluar number systems.

HEX6D6357
Decimal1099987
Binary110110111000111010111
Octal155143127

Shades and tints

Shades of #6D6357

#6D6357
(109,99,87)
#645A50
(100,90,80)
#5B5149
(91,81,73)
#524842
(82,72,66)
#493F3B
(73,63,59)
#403634
(64,54,52)
#372D2D
(55,45,45)
#2E2426
(46,36,38)
#251B1F
(37,27,31)
#1C1218
(28,18,24)
#130911
(19,9,17)
#000000
(0,0,0)

Tints of #6D6357

#6D6357
(109,99,87)
#7A7166
(122,113,102)
#877F75
(135,127,117)
#948D84
(148,141,132)
#A19B93
(161,155,147)
#AEA9A2
(174,169,162)
#BBB7B1
(187,183,177)
#C8C5C0
(200,197,192)
#D5D3CF
(213,211,207)
#E2E1DE
(226,225,222)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6357 color. Also use rgb(109,99,87) instead hex code.

Text Font Color

.myTextColor { color: #6D6357; }

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

This text font color is #6D6357.


Background Color

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

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

This div background color is #6D6357.


Border color

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

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

This div border color is #6D6357.


Opacity

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

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

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

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

This text has shadow with #6D6357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6357 on black background.


Color preview on white background

This text has color #6D6357 on white background.



Black color preview on #6D6357 background

This text has black color on #6D6357 background.


White color preview on #6D6357 background

This text has white color on #6D6357 background.