COLOR #6C5E56

HEX: #6C5E56
RGB: (108,94,86)

Renk bilgisi

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

RGB renk modeli

#6C5E56 color RGB value is (108,94,86).

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

RGB bağlantıları ve doygunluk

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

108
94
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 94 + 86 = 288 (100%)
R 108 of 288 ~ 37.5%
G 94 of 288 ~ 32.64%
B 86 of 288 ~ 29.86%

%37.5
%32.64
%29.86

CMYK RENK MODELİ

#6C5E56 rengi CMYK tonu (0,13,20,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.96%
  • sarı tonu 20.37%
  • ana renk tonu 57.65%
CMYK:
(0,13,20,58)
C0M13Y20K58 
(0%,13%,20%,58%)
(0.00/0.13/0.20/0.58)	

CMYK yüzdeleri

%0
%12.96
%20.37
%57.65

Codes

Color #6C5E56 in popluar color models

6C5E56
RGB1089486
HSL22°11.34%38.04%
HSB/HSV22°20.37%42.35%
CMYK0.00%12.96%20.37%
57.65%

Color #6C5E56 in popluar number systems.

HEX6C5E56
Decimal1089486
Binary110110010111101010110
Octal154136126

Shades and tints

Shades of #6C5E56

#6C5E56
(108,94,86)
#63564F
(99,86,79)
#5A4E48
(90,78,72)
#514641
(81,70,65)
#483E3A
(72,62,58)
#3F3633
(63,54,51)
#362E2C
(54,46,44)
#2D2625
(45,38,37)
#241E1E
(36,30,30)
#1B1617
(27,22,23)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #6C5E56

#6C5E56
(108,94,86)
#796C65
(121,108,101)
#867A74
(134,122,116)
#938883
(147,136,131)
#A09692
(160,150,146)
#ADA4A1
(173,164,161)
#BAB2B0
(186,178,176)
#C7C0BF
(199,192,191)
#D4CECE
(212,206,206)
#E1DCDD
(225,220,221)
#EEEAEC
(238,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5E56; }

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

This text font color is #6C5E56.


Background Color

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

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

This div background color is #6C5E56.


Border color

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

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

This div border color is #6C5E56.


Opacity

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

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

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

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

This text has shadow with #6C5E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5E56 on black background.


Color preview on white background

This text has color #6C5E56 on white background.



Black color preview on #6C5E56 background

This text has black color on #6C5E56 background.


White color preview on #6C5E56 background

This text has white color on #6C5E56 background.