COLOR #6C5E57

HEX: #6C5E57
RGB: (108,94,87)

Renk bilgisi

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

RGB renk modeli

#6C5E57 color RGB value is (108,94,87).

  • kırmız ton 108;
  • yeşil ton 94;
  • mavi ton 87.
RGB:
(108,94,87)
(42%,37%,34%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 94 of 255 = 37%
B 87 of 255 = 34%

108
94
87

R + G + B ~ 38%. #6C5E57 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 94 + 87 = 289 (100%)
R 108 of 289 ~ 37.37%
G 94 of 289 ~ 32.53%
B 87 of 289 ~ 30.1%

%37.37
%32.53
%30.1

CMYK RENK MODELİ

#6C5E57 rengi CMYK tonu (0,13,19,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.96%
  • sarı tonu 19.44%
  • ana renk tonu 57.65%
CMYK:
(0,13,19,58)
C0M13Y19K58 
(0%,13%,19%,58%)
(0.00/0.13/0.19/0.58)	

CMYK yüzdeleri

%0
%12.96
%19.44
%57.65

Codes

Color #6C5E57 in popluar color models

6C5E57
RGB1089487
HSL20°10.77%38.24%
HSB/HSV20°19.44%42.35%
CMYK0.00%12.96%19.44%
57.65%

Color #6C5E57 in popluar number systems.

HEX6C5E57
Decimal1089487
Binary110110010111101010111
Octal154136127

Shades and tints

Shades of #6C5E57

#6C5E57
(108,94,87)
#635650
(99,86,80)
#5A4E49
(90,78,73)
#514642
(81,70,66)
#483E3B
(72,62,59)
#3F3634
(63,54,52)
#362E2D
(54,46,45)
#2D2626
(45,38,38)
#241E1F
(36,30,31)
#1B1618
(27,22,24)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #6C5E57

#6C5E57
(108,94,87)
#796C66
(121,108,102)
#867A75
(134,122,117)
#938884
(147,136,132)
#A09693
(160,150,147)
#ADA4A2
(173,164,162)
#BAB2B1
(186,178,177)
#C7C0C0
(199,192,192)
#D4CECF
(212,206,207)
#E1DCDE
(225,220,222)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5E57 color. Also use rgb(108,94,87) instead hex code.

Text Font Color

.myTextColor { color: #6C5E57; }

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

This text font color is #6C5E57.


Background Color

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

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

This div background color is #6C5E57.


Border color

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

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

This div border color is #6C5E57.


Opacity

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

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

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

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

This text has shadow with #6C5E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5E57 on black background.


Color preview on white background

This text has color #6C5E57 on white background.



Black color preview on #6C5E57 background

This text has black color on #6C5E57 background.


White color preview on #6C5E57 background

This text has white color on #6C5E57 background.