COLOR #6D380F

HEX: #6D380F
RGB: (109,56,15)

Color info

#6D380F contains mainly red and green colors. Web safe color of #6D380F is #663300 (or #630).

RGB color model

#6D380F color RGB value is (109,56,15).

  • red value is 109;
  • green value is 56;
  • blue value is 15.
RGB:
(109,56,15)
(43%,22%,6%)

RGB channels and saturation

R 109 of 255 = 43%
G 56 of 255 = 22%
B 15 of 255 = 6%

109
56
15

R + G + B ~ 24%. #6D380F is dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 56 + 15 = 180 (100%)
R 109 of 180 ~ 60.56%
G 56 of 180 ~ 31.11%
B 15 of 180 ~ 8.33%

%60.56
%31.11

CMYK color model

#6D380F color CMYK value is (0,49,86,57).

  • cyan value is 0.00%
  • magenta value is 48.62%
  • yellow value is 86.24%
  • key color value is 57.25%
CMYK:
(0,49,86,57)
C0M49Y86K57 
(0%,49%,86%,57%)
(0.00/0.49/0.86/0.57)	

CMYK percentages

%0
%48.62
%86.24
%57.25

Codes

Color #6D380F in popluar color models

6D380F
RGB1095615
HSL26°75.81%24.31%
HSB/HSV26°86.24%42.75%
CMYK0.00%48.62%86.24%
57.25%

Color #6D380F in popluar number systems.

HEX6D380F
Decimal1095615
Binary11011011110001111
Octal1557017

Shades and tints

Shades of #6D380F

#6D380F
(109,56,15)
#64330E
(100,51,14)
#5B2E0D
(91,46,13)
#52290C
(82,41,12)
#49240B
(73,36,11)
#401F0A
(64,31,10)
#371A09
(55,26,9)
#2E1508
(46,21,8)
#251007
(37,16,7)
#1C0B06
(28,11,6)
#130605
(19,6,5)
#000000
(0,0,0)

Tints of #6D380F

#6D380F
(109,56,15)
#7A4A24
(122,74,36)
#875C39
(135,92,57)
#946E4E
(148,110,78)
#A18063
(161,128,99)
#AE9278
(174,146,120)
#BBA48D
(187,164,141)
#C8B6A2
(200,182,162)
#D5C8B7
(213,200,183)
#E2DACC
(226,218,204)
#EFECE1
(239,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D380F color. Also use rgb(109,56,15) instead hex code.

Text Font Color

.myTextColor { color: #6D380F; }

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

This text font color is #6D380F.


Background Color

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

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

This div background color is #6D380F.


Border color

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

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

This div border color is #6D380F.


Opacity

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

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

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

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

This text has shadow with #6D380F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D380F on black background.


Color preview on white background

This text has color #6D380F on white background.



Black color preview on #6D380F background

This text has black color on #6D380F background.


White color preview on #6D380F background

This text has white color on #6D380F background.