COLOR #6D5E4B

HEX: #6D5E4B
RGB: (109,94,75)

Renk bilgisi

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

RGB renk modeli

#6D5E4B color RGB value is (109,94,75).

  • kırmız ton 109;
  • yeşil ton 94;
  • mavi ton 75.
RGB:
(109,94,75)
(43%,37%,29%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 94 of 255 = 37%
B 75 of 255 = 29%

109
94
75

R + G + B ~ 36%. #6D5E4B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 94 + 75 = 278 (100%)
R 109 of 278 ~ 39.21%
G 94 of 278 ~ 33.81%
B 75 of 278 ~ 26.98%

%39.21
%33.81
%26.98

CMYK RENK MODELİ

#6D5E4B rengi CMYK tonu (0,14,31,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.76%
  • sarı tonu 31.19%
  • ana renk tonu 57.25%
CMYK:
(0,14,31,57)
C0M14Y31K57 
(0%,14%,31%,57%)
(0.00/0.14/0.31/0.57)	

CMYK yüzdeleri

%0
%13.76
%31.19
%57.25

Codes

Color #6D5E4B in popluar color models

6D5E4B
RGB1099475
HSL34°18.48%36.08%
HSB/HSV34°31.19%42.75%
CMYK0.00%13.76%31.19%
57.25%

Color #6D5E4B in popluar number systems.

HEX6D5E4B
Decimal1099475
Binary110110110111101001011
Octal155136113

Shades and tints

Shades of #6D5E4B

#6D5E4B
(109,94,75)
#645645
(100,86,69)
#5B4E3F
(91,78,63)
#524639
(82,70,57)
#493E33
(73,62,51)
#40362D
(64,54,45)
#372E27
(55,46,39)
#2E2621
(46,38,33)
#251E1B
(37,30,27)
#1C1615
(28,22,21)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #6D5E4B

#6D5E4B
(109,94,75)
#7A6C5B
(122,108,91)
#877A6B
(135,122,107)
#94887B
(148,136,123)
#A1968B
(161,150,139)
#AEA49B
(174,164,155)
#BBB2AB
(187,178,171)
#C8C0BB
(200,192,187)
#D5CECB
(213,206,203)
#E2DCDB
(226,220,219)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5E4B color. Also use rgb(109,94,75) instead hex code.

Text Font Color

.myTextColor { color: #6D5E4B; }

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

This text font color is #6D5E4B.


Background Color

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

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

This div background color is #6D5E4B.


Border color

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

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

This div border color is #6D5E4B.


Opacity

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

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

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

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

This text has shadow with #6D5E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5E4B on black background.


Color preview on white background

This text has color #6D5E4B on white background.



Black color preview on #6D5E4B background

This text has black color on #6D5E4B background.


White color preview on #6D5E4B background

This text has white color on #6D5E4B background.