COLOR #6B5C1F

HEX: #6B5C1F RGB: (107,92,31)

Color info

#6B5C1F contains mainly red and green colors. Web safe color of #6B5C1F is #666633 (or #663).

RGB color model

#6B5C1F color RGB value is (107,92,31).

RGB: (107,92,31) (42%, 36%, 12%)

RGB channels and saturation

R 107 of 255 = 42%
G 92 of 255 = 36%
B 31 of 255 = 12%

107
92
31

R + G + B ~ 30%. #6B5C1F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 92 + 31 = 230 (100%)
R 107 of 230 ~ 46.52%
G 92 of 230 ~ 40%
B 31 of 230 ~ 13.48'%

%46.52
%40
%13.48

CMYK color model

#6B5C1F color CMYK value is (0,14,71,58).

  • cyan value is 0.00%
  • magenta value is 14.02%
  • yellow value is 71.03%
  • key color value is 58.04%
CMYK: (0,14,71,58) C0M14Y71K58 (0%,14%,71%,58%) (0.00/0.14/0.71/0.58) 

CMYK percentages

%0
%14.02
%71.03
%58.04

Codes

Color #6B5C1F in popluar color models

6B 5C 1F
RGB 107 92 31
HSL 48° 55.07% 27.06%
HSB/HSV 48° 71.03% 41.96%
CMYK 0.00% 14.02% 71.03%
58.04%

Color #6B5C1F in popluar number systems.

HEX 6B 5C 1F
Decimal 107 92 31
Binary 1101011 1011100 11111
Octal 153 134 37

Shades and tints

Shades of #6B5C1F

#6B5C1F
(107,92,31)
#62541D
(98,84,29)
#594C1B
(89,76,27)
#504419
(80,68,25)
#473C17
(71,60,23)
#3E3415
(62,52,21)
#352C13
(53,44,19)
#2C2411
(44,36,17)
#231C0F
(35,28,15)
#1A140D
(26,20,13)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #6B5C1F

#6B5C1F
(107,92,31)
#786A33
(120,106,51)
#857847
(133,120,71)
#92865B
(146,134,91)
#9F946F
(159,148,111)
#ACA283
(172,162,131)
#B9B097
(185,176,151)
#C6BEAB
(198,190,171)
#D3CCBF
(211,204,191)
#E0DAD3
(224,218,211)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5C1F color. Also use rgb(107,92,31) instead hex code.

Text Font Color

.myTextColor { color: #6B5C1F; }

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

This text font color is #6B5C1F.

Background Color

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

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

This div background color is #6B5C1F.

Border color

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

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

This div border color is #6B5C1F.

Opacity

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

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

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

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

This text has shadow with #6B5C1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B5C1F.

Preview

Color preview on black background

This text has color #6B5C1F on black background.


Color preview on white background

This text has color #6B5C1F on white background.


Black color preview on #6B5C1F background

This text has black color on #6B5C1F background.


White color preview on #6B5C1F background

This text has white color on #6B5C1F background.


Related colors

Complementary color

Complementary color for #hex is #94A3E0.


I love getcolorcode.com

Triadic colors

1 #1F6B5C and #5C1F6B with #6B5C1F are triadic colors.

2 #1F5C6B and #5C6B1F with #6B5C1F are triadic colors.