COLOR #6B5F40

HEX: #6B5F40
RGB: (107,95,64)

Color info

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

RGB color model

#6B5F40 color RGB value is (107,95,64).

  • red value is 107;
  • green value is 95;
  • blue value is 64.
RGB:
(107,95,64)
(42%,37%,25%)

RGB channels and saturation

R 107 of 255 = 42%
G 95 of 255 = 37%
B 64 of 255 = 25%

107
95
64

R + G + B ~ 35%. #6B5F40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 95 + 64 = 266 (100%)
R 107 of 266 ~ 40.23%
G 95 of 266 ~ 35.71%
B 64 of 266 ~ 24.06%

%40.23
%35.71
%24.06

CMYK color model

#6B5F40 color CMYK value is (0,11,40,58).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 40.19%
  • key color value is 58.04%
CMYK:
(0,11,40,58)
C0M11Y40K58 
(0%,11%,40%,58%)
(0.00/0.11/0.40/0.58)	

CMYK percentages

%0
%11.21
%40.19
%58.04

Codes

Color #6B5F40 in popluar color models

6B5F40
RGB1079564
HSL43°25.15%33.53%
HSB/HSV43°40.19%41.96%
CMYK0.00%11.21%40.19%
58.04%

Color #6B5F40 in popluar number systems.

HEX6B5F40
Decimal1079564
Binary110101110111111000000
Octal153137100

Shades and tints

Shades of #6B5F40

#6B5F40
(107,95,64)
#62573B
(98,87,59)
#594F36
(89,79,54)
#504731
(80,71,49)
#473F2C
(71,63,44)
#3E3727
(62,55,39)
#352F22
(53,47,34)
#2C271D
(44,39,29)
#231F18
(35,31,24)
#1A1713
(26,23,19)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #6B5F40

#6B5F40
(107,95,64)
#786D51
(120,109,81)
#857B62
(133,123,98)
#928973
(146,137,115)
#9F9784
(159,151,132)
#ACA595
(172,165,149)
#B9B3A6
(185,179,166)
#C6C1B7
(198,193,183)
#D3CFC8
(211,207,200)
#E0DDD9
(224,221,217)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5F40 color. Also use rgb(107,95,64) instead hex code.

Text Font Color

.myTextColor { color: #6B5F40; }

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

This text font color is #6B5F40.


Background Color

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

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

This div background color is #6B5F40.


Border color

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

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

This div border color is #6B5F40.


Opacity

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

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

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

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

This text has shadow with #6B5F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5F40 on black background.


Color preview on white background

This text has color #6B5F40 on white background.



Black color preview on #6B5F40 background

This text has black color on #6B5F40 background.


White color preview on #6B5F40 background

This text has white color on #6B5F40 background.