COLOR #6B5736

HEX: #6B5736
RGB: (107,87,54)

Color info

#6B5736 contains red, green and blue colors in about the same proportion. Web safe color of #6B5736 is #666633 (or #663).

RGB color model

#6B5736 color RGB value is (107,87,54).

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

RGB channels and saturation

R 107 of 255 = 42%
G 87 of 255 = 34%
B 54 of 255 = 21%

107
87
54

R + G + B ~ 32%. #6B5736 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 87 + 54 = 248 (100%)
R 107 of 248 ~ 43.15%
G 87 of 248 ~ 35.08%
B 54 of 248 ~ 21.77%

%43.15
%35.08
%21.77

CMYK color model

#6B5736 color CMYK value is (0,19,50,58).

  • cyan value is 0.00%
  • magenta value is 18.69%
  • yellow value is 49.53%
  • key color value is 58.04%
CMYK:
(0,19,50,58)
C0M19Y50K58 
(0%,19%,50%,58%)
(0.00/0.19/0.50/0.58)	

CMYK percentages

%0
%18.69
%49.53
%58.04

Codes

Color #6B5736 in popluar color models

6B5736
RGB1078754
HSL37°32.92%31.57%
HSB/HSV37°49.53%41.96%
CMYK0.00%18.69%49.53%
58.04%

Color #6B5736 in popluar number systems.

HEX6B5736
Decimal1078754
Binary11010111010111110110
Octal15312766

Shades and tints

Shades of #6B5736

#6B5736
(107,87,54)
#625032
(98,80,50)
#59492E
(89,73,46)
#50422A
(80,66,42)
#473B26
(71,59,38)
#3E3422
(62,52,34)
#352D1E
(53,45,30)
#2C261A
(44,38,26)
#231F16
(35,31,22)
#1A1812
(26,24,18)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #6B5736

#6B5736
(107,87,54)
#786648
(120,102,72)
#85755A
(133,117,90)
#92846C
(146,132,108)
#9F937E
(159,147,126)
#ACA290
(172,162,144)
#B9B1A2
(185,177,162)
#C6C0B4
(198,192,180)
#D3CFC6
(211,207,198)
#E0DED8
(224,222,216)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5736; }

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

This text font color is #6B5736.


Background Color

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

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

This div background color is #6B5736.


Border color

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

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

This div border color is #6B5736.


Opacity

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

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

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

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

This text has shadow with #6B5736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5736 on black background.


Color preview on white background

This text has color #6B5736 on white background.



Black color preview on #6B5736 background

This text has black color on #6B5736 background.


White color preview on #6B5736 background

This text has white color on #6B5736 background.