COLOR #6D463F

HEX: #6D463F
RGB: (109,70,63)

Renk bilgisi

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

RGB renk modeli

#6D463F color RGB value is (109,70,63).

  • kırmız ton 109;
  • yeşil ton 70;
  • mavi ton 63.
RGB:
(109,70,63)
(43%,27%,25%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 70 of 255 = 27%
B 63 of 255 = 25%

109
70
63

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 70 + 63 = 242 (100%)
R 109 of 242 ~ 45.04%
G 70 of 242 ~ 28.93%
B 63 of 242 ~ 26.03%

%45.04
%28.93
%26.03

CMYK RENK MODELİ

#6D463F rengi CMYK tonu (0,36,42,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.78%
  • sarı tonu 42.20%
  • ana renk tonu 57.25%
CMYK:
(0,36,42,57)
C0M36Y42K57 
(0%,36%,42%,57%)
(0.00/0.36/0.42/0.57)	

CMYK yüzdeleri

%0
%35.78
%42.2
%57.25

Codes

Color #6D463F in popluar color models

6D463F
RGB1097063
HSL26.74%33.73%
HSB/HSV42.20%42.75%
CMYK0.00%35.78%42.20%
57.25%

Color #6D463F in popluar number systems.

HEX6D463F
Decimal1097063
Binary11011011000110111111
Octal15510677

Shades and tints

Shades of #6D463F

#6D463F
(109,70,63)
#64403A
(100,64,58)
#5B3A35
(91,58,53)
#523430
(82,52,48)
#492E2B
(73,46,43)
#402826
(64,40,38)
#372221
(55,34,33)
#2E1C1C
(46,28,28)
#251617
(37,22,23)
#1C1012
(28,16,18)
#130A0D
(19,10,13)
#000000
(0,0,0)

Tints of #6D463F

#6D463F
(109,70,63)
#7A5650
(122,86,80)
#876661
(135,102,97)
#947672
(148,118,114)
#A18683
(161,134,131)
#AE9694
(174,150,148)
#BBA6A5
(187,166,165)
#C8B6B6
(200,182,182)
#D5C6C7
(213,198,199)
#E2D6D8
(226,214,216)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D463F color. Also use rgb(109,70,63) instead hex code.

Text Font Color

.myTextColor { color: #6D463F; }

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

This text font color is #6D463F.


Background Color

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

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

This div background color is #6D463F.


Border color

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

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

This div border color is #6D463F.


Opacity

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

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

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

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

This text has shadow with #6D463F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D463F on black background.


Color preview on white background

This text has color #6D463F on white background.



Black color preview on #6D463F background

This text has black color on #6D463F background.


White color preview on #6D463F background

This text has white color on #6D463F background.