COLOR #6B3F09

HEX: #6B3F09 RGB: (107,63,9)

Color info

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

RGB color model

#6B3F09 color RGB value is (107,63,9).

RGB: (107,63,9) (42%, 25%, 4%)

RGB channels and saturation

R 107 of 255 = 42%
G 63 of 255 = 25%
B 9 of 255 = 4%

107
63
9

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

Portions of RGB colors in percentages

R + G + B = 107 + 63 + 9 = 179 (100%)
R 107 of 179 ~ 59.78%
G 63 of 179 ~ 35.2%
B 9 of 179 ~ 5.03'%

%59.78
%35.2

CMYK color model

#6B3F09 color CMYK value is (0,41,92,58).

  • cyan value is 0.00%
  • magenta value is 41.12%
  • yellow value is 91.59%
  • key color value is 58.04%

CMYK: (0,41,92,58)
C0M41Y92K58 (0%, 41%, 92%, 58%)
(0.00 / 0.41 / 0.92 / 0.58)

CMYK percentages

%0
%41.12
%91.59
%58.04

Codes

Color #6B3F09 in popluar color models

6B 3F 09
RGB 107 63 9
HSL 33° 84.48% 22.75%
HSB/HSV 33° 91.59% 41.96%
CMYK 0.00% 41.12% 91.59%
58.04%

Color #6B3F09 in popluar number systems.

HEX 6B 3F 09
Decimal 107 63 9
Binary 1101011 111111 1001
Octal 153 77 11

Shades and tints

Shades of #6B3F09

#6B3F09
(107,63,9)
#623A09
(98,58,9)
#593509
(89,53,9)
#503009
(80,48,9)
#472B09
(71,43,9)
#3E2609
(62,38,9)
#352109
(53,33,9)
#2C1C09
(44,28,9)
#231709
(35,23,9)
#1A1209
(26,18,9)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #6B3F09

#6B3F09
(107,63,9)
#78501F
(120,80,31)
#856135
(133,97,53)
#92724B
(146,114,75)
#9F8361
(159,131,97)
#AC9477
(172,148,119)
#B9A58D
(185,165,141)
#C6B6A3
(198,182,163)
#D3C7B9
(211,199,185)
#E0D8CF
(224,216,207)
#EDE9E5
(237,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3F09 color. Also use rgb(107,63,9) instead hex code.

Text Font Color

.myTextColor { color: #6B3F09; }

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

This text font color is #6B3F09.

Background Color

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

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

This div background color is #6B3F09.

Border color

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

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

This div border color is #6B3F09.

Opacity

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

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

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

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

This text has shadow with #6B3F09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B3F09.

Preview

Color preview on black background

This text has color #6B3F09 on black background.


Color preview on white background

This text has color #6B3F09 on white background.


Black color preview on #6B3F09 background

This text has black color on #6B3F09 background.


White color preview on #6B3F09 background

This text has white color on #6B3F09 background.


Related colors

Complementary color

Complementary color for #hex is #94C0F6.


I love getcolorcode.com

Triadic colors

1 #096B3F and #3F096B with #6B3F09 are triadic colors.

2 #093F6B and #3F6B09 with #6B3F09 are triadic colors.