COLOR #6D371A

HEX: #6D371A
RGB: (109,55,26)

Renk bilgisi

#6D371A contains mainly red and green colors. #6D371A ‘ nin web güvenlik rengi #663300 (ya da #630) dir.

RGB renk modeli

#6D371A color RGB value is (109,55,26).

  • kırmız ton 109;
  • yeşil ton 55;
  • mavi ton 26.
RGB:
(109,55,26)
(43%,22%,10%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 55 of 255 = 22%
B 26 of 255 = 10%

109
55
26

R + G + B ~ 25%. #6D371A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 55 + 26 = 190 (100%)
R 109 of 190 ~ 57.37%
G 55 of 190 ~ 28.95%
B 26 of 190 ~ 13.68%

%57.37
%28.95
%13.68

CMYK RENK MODELİ

#6D371A rengi CMYK tonu (0,50,76,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.54%
  • sarı tonu 76.15%
  • ana renk tonu 57.25%
CMYK:
(0,50,76,57)
C0M50Y76K57 
(0%,50%,76%,57%)
(0.00/0.50/0.76/0.57)	

CMYK yüzdeleri

%0
%49.54
%76.15
%57.25

Codes

Color #6D371A in popluar color models

6D371A
RGB1095526
HSL21°61.48%26.47%
HSB/HSV21°76.15%42.75%
CMYK0.00%49.54%76.15%
57.25%

Color #6D371A in popluar number systems.

HEX6D371A
Decimal1095526
Binary110110111011111010
Octal1556732

Shades and tints

Shades of #6D371A

#6D371A
(109,55,26)
#643218
(100,50,24)
#5B2D16
(91,45,22)
#522814
(82,40,20)
#492312
(73,35,18)
#401E10
(64,30,16)
#37190E
(55,25,14)
#2E140C
(46,20,12)
#250F0A
(37,15,10)
#1C0A08
(28,10,8)
#130506
(19,5,6)
#000000
(0,0,0)

Tints of #6D371A

#6D371A
(109,55,26)
#7A492E
(122,73,46)
#875B42
(135,91,66)
#946D56
(148,109,86)
#A17F6A
(161,127,106)
#AE917E
(174,145,126)
#BBA392
(187,163,146)
#C8B5A6
(200,181,166)
#D5C7BA
(213,199,186)
#E2D9CE
(226,217,206)
#EFEBE2
(239,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D371A color. Also use rgb(109,55,26) instead hex code.

Text Font Color

.myTextColor { color: #6D371A; }

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

This text font color is #6D371A.


Background Color

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

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

This div background color is #6D371A.


Border color

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

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

This div border color is #6D371A.


Opacity

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

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

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

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

This text has shadow with #6D371A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D371A on black background.


Color preview on white background

This text has color #6D371A on white background.



Black color preview on #6D371A background

This text has black color on #6D371A background.


White color preview on #6D371A background

This text has white color on #6D371A background.