COLOR #6B5C29

HEX: #6B5C29
RGB: (107,92,41)

Color info

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

RGB color model

#6B5C29 color RGB value is (107,92,41).

  • red value is 107;
  • green value is 92;
  • blue value is 41.
RGB:
(107,92,41)
(42%,36%,16%)

RGB channels and saturation

R 107 of 255 = 42%
G 92 of 255 = 36%
B 41 of 255 = 16%

107
92
41

R + G + B ~ 31%. #6B5C29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 92 + 41 = 240 (100%)
R 107 of 240 ~ 44.58%
G 92 of 240 ~ 38.33%
B 41 of 240 ~ 17.08%

%44.58
%38.33
%17.08

CMYK color model

#6B5C29 color CMYK value is (0,14,62,58).

  • cyan value is 0.00%
  • magenta value is 14.02%
  • yellow value is 61.68%
  • key color value is 58.04%
CMYK:
(0,14,62,58)
C0M14Y62K58 
(0%,14%,62%,58%)
(0.00/0.14/0.62/0.58)	

CMYK percentages

%0
%14.02
%61.68
%58.04

Codes

Color #6B5C29 in popluar color models

6B5C29
RGB1079241
HSL46°44.59%29.02%
HSB/HSV46°61.68%41.96%
CMYK0.00%14.02%61.68%
58.04%

Color #6B5C29 in popluar number systems.

HEX6B5C29
Decimal1079241
Binary11010111011100101001
Octal15313451

Shades and tints

Shades of #6B5C29

#6B5C29
(107,92,41)
#625426
(98,84,38)
#594C23
(89,76,35)
#504420
(80,68,32)
#473C1D
(71,60,29)
#3E341A
(62,52,26)
#352C17
(53,44,23)
#2C2414
(44,36,20)
#231C11
(35,28,17)
#1A140E
(26,20,14)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #6B5C29

#6B5C29
(107,92,41)
#786A3C
(120,106,60)
#85784F
(133,120,79)
#928662
(146,134,98)
#9F9475
(159,148,117)
#ACA288
(172,162,136)
#B9B09B
(185,176,155)
#C6BEAE
(198,190,174)
#D3CCC1
(211,204,193)
#E0DAD4
(224,218,212)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5C29; }

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

This text font color is #6B5C29.


Background Color

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

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

This div background color is #6B5C29.


Border color

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

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

This div border color is #6B5C29.


Opacity

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

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

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

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

This text has shadow with #6B5C29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5C29 on black background.


Color preview on white background

This text has color #6B5C29 on white background.



Black color preview on #6B5C29 background

This text has black color on #6B5C29 background.


White color preview on #6B5C29 background

This text has white color on #6B5C29 background.