COLOR #6B5728

HEX: #6B5728
RGB: (107,87,40)

Color info

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

RGB color model

#6B5728 color RGB value is (107,87,40).

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

RGB channels and saturation

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

107
87
40

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

Portions of RGB colors in percentages

R + G + B =
107 + 87 + 40 = 234 (100%)
R 107 of 234 ~ 45.73%
G 87 of 234 ~ 37.18%
B 40 of 234 ~ 17.09%

%45.73
%37.18
%17.09

CMYK color model

#6B5728 color CMYK value is (0,19,63,58).

  • cyan value is 0.00%
  • magenta value is 18.69%
  • yellow value is 62.62%
  • key color value is 58.04%
CMYK:
(0,19,63,58)
C0M19Y63K58 
(0%,19%,63%,58%)
(0.00/0.19/0.63/0.58)	

CMYK percentages

%0
%18.69
%62.62
%58.04

Codes

Color #6B5728 in popluar color models

6B5728
RGB1078740
HSL42°45.58%28.82%
HSB/HSV42°62.62%41.96%
CMYK0.00%18.69%62.62%
58.04%

Color #6B5728 in popluar number systems.

HEX6B5728
Decimal1078740
Binary11010111010111101000
Octal15312750

Shades and tints

Shades of #6B5728

#6B5728
(107,87,40)
#625025
(98,80,37)
#594922
(89,73,34)
#50421F
(80,66,31)
#473B1C
(71,59,28)
#3E3419
(62,52,25)
#352D16
(53,45,22)
#2C2613
(44,38,19)
#231F10
(35,31,16)
#1A180D
(26,24,13)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #6B5728

#6B5728
(107,87,40)
#78663B
(120,102,59)
#85754E
(133,117,78)
#928461
(146,132,97)
#9F9374
(159,147,116)
#ACA287
(172,162,135)
#B9B19A
(185,177,154)
#C6C0AD
(198,192,173)
#D3CFC0
(211,207,192)
#E0DED3
(224,222,211)
#EDEDE6
(237,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5728; }

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

This text font color is #6B5728.


Background Color

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

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

This div background color is #6B5728.


Border color

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

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

This div border color is #6B5728.


Opacity

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

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

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

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

This text has shadow with #6B5728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5728 on black background.


Color preview on white background

This text has color #6B5728 on white background.



Black color preview on #6B5728 background

This text has black color on #6B5728 background.


White color preview on #6B5728 background

This text has white color on #6B5728 background.