COLOR #6B5F46

HEX: #6B5F46
RGB: (107,95,70)

Color info

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

RGB color model

#6B5F46 color RGB value is (107,95,70).

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

RGB channels and saturation

R 107 of 255 = 42%
G 95 of 255 = 37%
B 70 of 255 = 27%

107
95
70

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

Portions of RGB colors in percentages

R + G + B =
107 + 95 + 70 = 272 (100%)
R 107 of 272 ~ 39.34%
G 95 of 272 ~ 34.93%
B 70 of 272 ~ 25.74%

%39.34
%34.93
%25.74

CMYK color model

#6B5F46 color CMYK value is (0,11,35,58).

  • cyan value is 0.00%
  • magenta value is 11.21%
  • yellow value is 34.58%
  • key color value is 58.04%
CMYK:
(0,11,35,58)
C0M11Y35K58 
(0%,11%,35%,58%)
(0.00/0.11/0.35/0.58)	

CMYK percentages

%0
%11.21
%34.58
%58.04

Codes

Color #6B5F46 in popluar color models

6B5F46
RGB1079570
HSL41°20.90%34.71%
HSB/HSV41°34.58%41.96%
CMYK0.00%11.21%34.58%
58.04%

Color #6B5F46 in popluar number systems.

HEX6B5F46
Decimal1079570
Binary110101110111111000110
Octal153137106

Shades and tints

Shades of #6B5F46

#6B5F46
(107,95,70)
#625740
(98,87,64)
#594F3A
(89,79,58)
#504734
(80,71,52)
#473F2E
(71,63,46)
#3E3728
(62,55,40)
#352F22
(53,47,34)
#2C271C
(44,39,28)
#231F16
(35,31,22)
#1A1710
(26,23,16)
#110F0A
(17,15,10)
#000000
(0,0,0)

Tints of #6B5F46

#6B5F46
(107,95,70)
#786D56
(120,109,86)
#857B66
(133,123,102)
#928976
(146,137,118)
#9F9786
(159,151,134)
#ACA596
(172,165,150)
#B9B3A6
(185,179,166)
#C6C1B6
(198,193,182)
#D3CFC6
(211,207,198)
#E0DDD6
(224,221,214)
#EDEBE6
(237,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5F46; }

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

This text font color is #6B5F46.


Background Color

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

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

This div background color is #6B5F46.


Border color

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

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

This div border color is #6B5F46.


Opacity

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

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

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

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

This text has shadow with #6B5F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5F46 on black background.


Color preview on white background

This text has color #6B5F46 on white background.



Black color preview on #6B5F46 background

This text has black color on #6B5F46 background.


White color preview on #6B5F46 background

This text has white color on #6B5F46 background.