COLOR #6D493B

HEX: #6D493B
RGB: (109,73,59)

Renk bilgisi

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

RGB renk modeli

#6D493B color RGB value is (109,73,59).

  • kırmız ton 109;
  • yeşil ton 73;
  • mavi ton 59.
RGB:
(109,73,59)
(43%,29%,23%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 73 of 255 = 29%
B 59 of 255 = 23%

109
73
59

R + G + B ~ 32%. #6D493B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 73 + 59 = 241 (100%)
R 109 of 241 ~ 45.23%
G 73 of 241 ~ 30.29%
B 59 of 241 ~ 24.48%

%45.23
%30.29
%24.48

CMYK RENK MODELİ

#6D493B rengi CMYK tonu (0,33,46,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.03%
  • sarı tonu 45.87%
  • ana renk tonu 57.25%
CMYK:
(0,33,46,57)
C0M33Y46K57 
(0%,33%,46%,57%)
(0.00/0.33/0.46/0.57)	

CMYK yüzdeleri

%0
%33.03
%45.87
%57.25

Codes

Color #6D493B in popluar color models

6D493B
RGB1097359
HSL17°29.76%32.94%
HSB/HSV17°45.87%42.75%
CMYK0.00%33.03%45.87%
57.25%

Color #6D493B in popluar number systems.

HEX6D493B
Decimal1097359
Binary11011011001001111011
Octal15511173

Shades and tints

Shades of #6D493B

#6D493B
(109,73,59)
#644336
(100,67,54)
#5B3D31
(91,61,49)
#52372C
(82,55,44)
#493127
(73,49,39)
#402B22
(64,43,34)
#37251D
(55,37,29)
#2E1F18
(46,31,24)
#251913
(37,25,19)
#1C130E
(28,19,14)
#130D09
(19,13,9)
#000000
(0,0,0)

Tints of #6D493B

#6D493B
(109,73,59)
#7A594C
(122,89,76)
#87695D
(135,105,93)
#94796E
(148,121,110)
#A1897F
(161,137,127)
#AE9990
(174,153,144)
#BBA9A1
(187,169,161)
#C8B9B2
(200,185,178)
#D5C9C3
(213,201,195)
#E2D9D4
(226,217,212)
#EFE9E5
(239,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D493B color. Also use rgb(109,73,59) instead hex code.

Text Font Color

.myTextColor { color: #6D493B; }

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

This text font color is #6D493B.


Background Color

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

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

This div background color is #6D493B.


Border color

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

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

This div border color is #6D493B.


Opacity

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

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

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

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

This text has shadow with #6D493B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D493B on black background.


Color preview on white background

This text has color #6D493B on white background.



Black color preview on #6D493B background

This text has black color on #6D493B background.


White color preview on #6D493B background

This text has white color on #6D493B background.