COLOR #6D5F36

HEX: #6D5F36
RGB: (109,95,54)

Renk bilgisi

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

RGB renk modeli

#6D5F36 color RGB value is (109,95,54).

  • kırmız ton 109;
  • yeşil ton 95;
  • mavi ton 54.
RGB:
(109,95,54)
(43%,37%,21%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 95 of 255 = 37%
B 54 of 255 = 21%

109
95
54

R + G + B ~ 34%. #6D5F36 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 95 + 54 = 258 (100%)
R 109 of 258 ~ 42.25%
G 95 of 258 ~ 36.82%
B 54 of 258 ~ 20.93%

%42.25
%36.82
%20.93

CMYK RENK MODELİ

#6D5F36 rengi CMYK tonu (0,13,50,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.84%
  • sarı tonu 50.46%
  • ana renk tonu 57.25%
CMYK:
(0,13,50,57)
C0M13Y50K57 
(0%,13%,50%,57%)
(0.00/0.13/0.50/0.57)	

CMYK yüzdeleri

%0
%12.84
%50.46
%57.25

Codes

Color #6D5F36 in popluar color models

6D5F36
RGB1099554
HSL45°33.74%31.96%
HSB/HSV45°50.46%42.75%
CMYK0.00%12.84%50.46%
57.25%

Color #6D5F36 in popluar number systems.

HEX6D5F36
Decimal1099554
Binary11011011011111110110
Octal15513766

Shades and tints

Shades of #6D5F36

#6D5F36
(109,95,54)
#645732
(100,87,50)
#5B4F2E
(91,79,46)
#52472A
(82,71,42)
#493F26
(73,63,38)
#403722
(64,55,34)
#372F1E
(55,47,30)
#2E271A
(46,39,26)
#251F16
(37,31,22)
#1C1712
(28,23,18)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #6D5F36

#6D5F36
(109,95,54)
#7A6D48
(122,109,72)
#877B5A
(135,123,90)
#94896C
(148,137,108)
#A1977E
(161,151,126)
#AEA590
(174,165,144)
#BBB3A2
(187,179,162)
#C8C1B4
(200,193,180)
#D5CFC6
(213,207,198)
#E2DDD8
(226,221,216)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5F36 color. Also use rgb(109,95,54) instead hex code.

Text Font Color

.myTextColor { color: #6D5F36; }

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

This text font color is #6D5F36.


Background Color

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

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

This div background color is #6D5F36.


Border color

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

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

This div border color is #6D5F36.


Opacity

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

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

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

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

This text has shadow with #6D5F36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5F36 on black background.


Color preview on white background

This text has color #6D5F36 on white background.



Black color preview on #6D5F36 background

This text has black color on #6D5F36 background.


White color preview on #6D5F36 background

This text has white color on #6D5F36 background.