COLOR #6B392E

HEX: #6B392E RGB: (107,57,46)

Color info

#6B392E contains mainly red and green colors. Web safe color of #6B392E is #663333 (or #633).

RGB color model

#6B392E color RGB value is (107,57,46).

RGB: (107,57,46) (42%, 22%, 18%)

RGB channels and saturation

R 107 of 255 = 42%
G 57 of 255 = 22%
B 46 of 255 = 18%

107
57
46

R + G + B ~ 27%. #6B392E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 57 + 46 = 210 (100%)
R 107 of 210 ~ 50.95%
G 57 of 210 ~ 27.14%
B 46 of 210 ~ 21.9'%

%50.95
%27.14
%21.9

CMYK color model

#6B392E color CMYK value is (0,47,57,58).

  • cyan value is 0.00%
  • magenta value is 46.73%
  • yellow value is 57.01%
  • key color value is 58.04%

CMYK: (0,47,57,58)
C0M47Y57K58 (0%, 47%, 57%, 58%)
(0.00 / 0.47 / 0.57 / 0.58)

CMYK percentages

%0
%46.73
%57.01
%58.04

Codes

Color #6B392E in popluar color models

6B 39 2E
RGB 107 57 46
HSL 11° 39.87% 30.00%
HSB/HSV 11° 57.01% 41.96%
CMYK 0.00% 46.73% 57.01%
58.04%

Color #6B392E in popluar number systems.

HEX 6B 39 2E
Decimal 107 57 46
Binary 1101011 111001 101110
Octal 153 71 56

Shades and tints

Shades of #6B392E

#6B392E
(107,57,46)
#62342A
(98,52,42)
#592F26
(89,47,38)
#502A22
(80,42,34)
#47251E
(71,37,30)
#3E201A
(62,32,26)
#351B16
(53,27,22)
#2C1612
(44,22,18)
#23110E
(35,17,14)
#1A0C0A
(26,12,10)
#110706
(17,7,6)
#000000
(0,0,0)

Tints of #6B392E

#6B392E
(107,57,46)
#784B41
(120,75,65)
#855D54
(133,93,84)
#926F67
(146,111,103)
#9F817A
(159,129,122)
#AC938D
(172,147,141)
#B9A5A0
(185,165,160)
#C6B7B3
(198,183,179)
#D3C9C6
(211,201,198)
#E0DBD9
(224,219,217)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B392E color. Also use rgb(107,57,46) instead hex code.

Text Font Color

.myTextColor { color: #6B392E; }

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

This text font color is #6B392E.

Background Color

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

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

This div background color is #6B392E.

Border color

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

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

This div border color is #6B392E.

Opacity

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

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

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

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

This text has shadow with #6B392E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B392E.

Preview

Color preview on black background

This text has color #6B392E on black background.


Color preview on white background

This text has color #6B392E on white background.


Black color preview on #6B392E background

This text has black color on #6B392E background.


White color preview on #6B392E background

This text has white color on #6B392E background.


Related colors

Complementary color

Complementary color for #hex is #94C6D1.


I love getcolorcode.com

Triadic colors

1 #2E6B39 and #392E6B with #6B392E are triadic colors.

2 #2E396B and #396B2E with #6B392E are triadic colors.