COLOR #6D5951

HEX: #6D5951
RGB: (109,89,81)

Renk bilgisi

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

RGB renk modeli

#6D5951 color RGB value is (109,89,81).

  • kırmız ton 109;
  • yeşil ton 89;
  • mavi ton 81.
RGB:
(109,89,81)
(43%,35%,32%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 89 of 255 = 35%
B 81 of 255 = 32%

109
89
81

R + G + B ~ 37%. #6D5951 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 89 + 81 = 279 (100%)
R 109 of 279 ~ 39.07%
G 89 of 279 ~ 31.9%
B 81 of 279 ~ 29.03%

%39.07
%31.9
%29.03

CMYK RENK MODELİ

#6D5951 rengi CMYK tonu (0,18,26,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.35%
  • sarı tonu 25.69%
  • ana renk tonu 57.25%
CMYK:
(0,18,26,57)
C0M18Y26K57 
(0%,18%,26%,57%)
(0.00/0.18/0.26/0.57)	

CMYK yüzdeleri

%0
%18.35
%25.69
%57.25

Codes

Color #6D5951 in popluar color models

6D5951
RGB1098981
HSL17°14.74%37.25%
HSB/HSV17°25.69%42.75%
CMYK0.00%18.35%25.69%
57.25%

Color #6D5951 in popluar number systems.

HEX6D5951
Decimal1098981
Binary110110110110011010001
Octal155131121

Shades and tints

Shades of #6D5951

#6D5951
(109,89,81)
#64514A
(100,81,74)
#5B4943
(91,73,67)
#52413C
(82,65,60)
#493935
(73,57,53)
#40312E
(64,49,46)
#372927
(55,41,39)
#2E2120
(46,33,32)
#251919
(37,25,25)
#1C1112
(28,17,18)
#13090B
(19,9,11)
#000000
(0,0,0)

Tints of #6D5951

#6D5951
(109,89,81)
#7A6860
(122,104,96)
#87776F
(135,119,111)
#94867E
(148,134,126)
#A1958D
(161,149,141)
#AEA49C
(174,164,156)
#BBB3AB
(187,179,171)
#C8C2BA
(200,194,186)
#D5D1C9
(213,209,201)
#E2E0D8
(226,224,216)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5951 color. Also use rgb(109,89,81) instead hex code.

Text Font Color

.myTextColor { color: #6D5951; }

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

This text font color is #6D5951.


Background Color

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

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

This div background color is #6D5951.


Border color

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

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

This div border color is #6D5951.


Opacity

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

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

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

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

This text has shadow with #6D5951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5951 on black background.


Color preview on white background

This text has color #6D5951 on white background.



Black color preview on #6D5951 background

This text has black color on #6D5951 background.


White color preview on #6D5951 background

This text has white color on #6D5951 background.