COLOR #6B3C0E

HEX: #6B3C0E RGB: (107,60,14)

Color info

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

RGB color model

#6B3C0E color RGB value is (107,60,14).

RGB: (107,60,14) (42%, 24%, 5%)

RGB channels and saturation

R 107 of 255 = 42%
G 60 of 255 = 24%
B 14 of 255 = 5%

107
60
14

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

Portions of RGB colors in percentages

R + G + B = 107 + 60 + 14 = 181 (100%)
R 107 of 181 ~ 59.12%
G 60 of 181 ~ 33.15%
B 14 of 181 ~ 7.73'%

%59.12
%33.15

CMYK color model

#6B3C0E color CMYK value is (0,44,87,58).

  • cyan value is 0.00%
  • magenta value is 43.93%
  • yellow value is 86.92%
  • key color value is 58.04%

CMYK: (0,44,87,58)
C0M44Y87K58 (0%, 44%, 87%, 58%)
(0.00 / 0.44 / 0.87 / 0.58)

CMYK percentages

%0
%43.93
%86.92
%58.04

Codes

Color #6B3C0E in popluar color models

6B 3C 0E
RGB 107 60 14
HSL 30° 76.86% 23.73%
HSB/HSV 30° 86.92% 41.96%
CMYK 0.00% 43.93% 86.92%
58.04%

Color #6B3C0E in popluar number systems.

HEX 6B 3C 0E
Decimal 107 60 14
Binary 1101011 111100 1110
Octal 153 74 16

Shades and tints

Shades of #6B3C0E

#6B3C0E
(107,60,14)
#62370D
(98,55,13)
#59320C
(89,50,12)
#502D0B
(80,45,11)
#47280A
(71,40,10)
#3E2309
(62,35,9)
#351E08
(53,30,8)
#2C1907
(44,25,7)
#231406
(35,20,6)
#1A0F05
(26,15,5)
#110A04
(17,10,4)
#000000
(0,0,0)

Tints of #6B3C0E

#6B3C0E
(107,60,14)
#784D23
(120,77,35)
#855E38
(133,94,56)
#926F4D
(146,111,77)
#9F8062
(159,128,98)
#AC9177
(172,145,119)
#B9A28C
(185,162,140)
#C6B3A1
(198,179,161)
#D3C4B6
(211,196,182)
#E0D5CB
(224,213,203)
#EDE6E0
(237,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3C0E color. Also use rgb(107,60,14) instead hex code.

Text Font Color

.myTextColor { color: #6B3C0E; }

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

This text font color is #6B3C0E.

Background Color

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

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

This div background color is #6B3C0E.

Border color

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

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

This div border color is #6B3C0E.

Opacity

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

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

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

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

This text has shadow with #6B3C0E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B3C0E.

Preview

Color preview on black background

This text has color #6B3C0E on black background.


Color preview on white background

This text has color #6B3C0E on white background.


Black color preview on #6B3C0E background

This text has black color on #6B3C0E background.


White color preview on #6B3C0E background

This text has white color on #6B3C0E background.


Related colors

Complementary color

Complementary color for #hex is #94C3F1.


I love getcolorcode.com

Triadic colors

1 #0E6B3C and #3C0E6B with #6B3C0E are triadic colors.

2 #0E3C6B and #3C6B0E with #6B3C0E are triadic colors.