COLOR #6D270E

HEX: #6D270E
RGB: (109,39,14)

Color info

#6D270E contains mainly red color. Web safe color of #6D270E is #663300 (or #630).

RGB color model

#6D270E color RGB value is (109,39,14).

  • red value is 109;
  • green value is 39;
  • blue value is 14.
RGB:
(109,39,14)
(43%,15%,5%)

RGB channels and saturation

R 109 of 255 = 43%
G 39 of 255 = 15%
B 14 of 255 = 5%

109
39
14

R + G + B ~ 21%. #6D270E is dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 39 + 14 = 162 (100%)
R 109 of 162 ~ 67.28%
G 39 of 162 ~ 24.07%
B 14 of 162 ~ 8.64%

%67.28
%24.07

CMYK color model

#6D270E color CMYK value is (0,64,87,57).

  • cyan value is 0.00%
  • magenta value is 64.22%
  • yellow value is 87.16%
  • key color value is 57.25%
CMYK:
(0,64,87,57)
C0M64Y87K57 
(0%,64%,87%,57%)
(0.00/0.64/0.87/0.57)	

CMYK percentages

%0
%64.22
%87.16
%57.25

Codes

Color #6D270E in popluar color models

6D270E
RGB1093914
HSL16°77.24%24.12%
HSB/HSV16°87.16%42.75%
CMYK0.00%64.22%87.16%
57.25%

Color #6D270E in popluar number systems.

HEX6D270E
Decimal1093914
Binary11011011001111110
Octal1554716

Shades and tints

Shades of #6D270E

#6D270E
(109,39,14)
#64240D
(100,36,13)
#5B210C
(91,33,12)
#521E0B
(82,30,11)
#491B0A
(73,27,10)
#401809
(64,24,9)
#371508
(55,21,8)
#2E1207
(46,18,7)
#250F06
(37,15,6)
#1C0C05
(28,12,5)
#130904
(19,9,4)
#000000
(0,0,0)

Tints of #6D270E

#6D270E
(109,39,14)
#7A3A23
(122,58,35)
#874D38
(135,77,56)
#94604D
(148,96,77)
#A17362
(161,115,98)
#AE8677
(174,134,119)
#BB998C
(187,153,140)
#C8ACA1
(200,172,161)
#D5BFB6
(213,191,182)
#E2D2CB
(226,210,203)
#EFE5E0
(239,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D270E color. Also use rgb(109,39,14) instead hex code.

Text Font Color

.myTextColor { color: #6D270E; }

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

This text font color is #6D270E.


Background Color

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

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

This div background color is #6D270E.


Border color

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

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

This div border color is #6D270E.


Opacity

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

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

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

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

This text has shadow with #6D270E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D270E on black background.


Color preview on white background

This text has color #6D270E on white background.



Black color preview on #6D270E background

This text has black color on #6D270E background.


White color preview on #6D270E background

This text has white color on #6D270E background.