COLOR #6B5729

HEX: #6B5729
RGB: (107,87,41)

Color info

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

RGB color model

#6B5729 color RGB value is (107,87,41).

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

RGB channels and saturation

R 107 of 255 = 42%
G 87 of 255 = 34%
B 41 of 255 = 16%

107
87
41

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

Portions of RGB colors in percentages

R + G + B =
107 + 87 + 41 = 235 (100%)
R 107 of 235 ~ 45.53%
G 87 of 235 ~ 37.02%
B 41 of 235 ~ 17.45%

%45.53
%37.02
%17.45

CMYK color model

#6B5729 color CMYK value is (0,19,62,58).

  • cyan value is 0.00%
  • magenta value is 18.69%
  • yellow value is 61.68%
  • key color value is 58.04%
CMYK:
(0,19,62,58)
C0M19Y62K58 
(0%,19%,62%,58%)
(0.00/0.19/0.62/0.58)	

CMYK percentages

%0
%18.69
%61.68
%58.04

Codes

Color #6B5729 in popluar color models

6B5729
RGB1078741
HSL42°44.59%29.02%
HSB/HSV42°61.68%41.96%
CMYK0.00%18.69%61.68%
58.04%

Color #6B5729 in popluar number systems.

HEX6B5729
Decimal1078741
Binary11010111010111101001
Octal15312751

Shades and tints

Shades of #6B5729

#6B5729
(107,87,41)
#625026
(98,80,38)
#594923
(89,73,35)
#504220
(80,66,32)
#473B1D
(71,59,29)
#3E341A
(62,52,26)
#352D17
(53,45,23)
#2C2614
(44,38,20)
#231F11
(35,31,17)
#1A180E
(26,24,14)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #6B5729

#6B5729
(107,87,41)
#78663C
(120,102,60)
#85754F
(133,117,79)
#928462
(146,132,98)
#9F9375
(159,147,117)
#ACA288
(172,162,136)
#B9B19B
(185,177,155)
#C6C0AE
(198,192,174)
#D3CFC1
(211,207,193)
#E0DED4
(224,222,212)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5729; }

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

This text font color is #6B5729.


Background Color

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

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

This div background color is #6B5729.


Border color

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

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

This div border color is #6B5729.


Opacity

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

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

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

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

This text has shadow with #6B5729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5729 on black background.


Color preview on white background

This text has color #6B5729 on white background.



Black color preview on #6B5729 background

This text has black color on #6B5729 background.


White color preview on #6B5729 background

This text has white color on #6B5729 background.