COLOR #6B5041

HEX: #6B5041
RGB: (107,80,65)

Color info

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

RGB color model

#6B5041 color RGB value is (107,80,65).

  • red value is 107;
  • green value is 80;
  • blue value is 65.
RGB:
(107,80,65)
(42%,31%,25%)

RGB channels and saturation

R 107 of 255 = 42%
G 80 of 255 = 31%
B 65 of 255 = 25%

107
80
65

R + G + B ~ 33%. #6B5041 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 80 + 65 = 252 (100%)
R 107 of 252 ~ 42.46%
G 80 of 252 ~ 31.75%
B 65 of 252 ~ 25.79%

%42.46
%31.75
%25.79

CMYK color model

#6B5041 color CMYK value is (0,25,39,58).

  • cyan value is 0.00%
  • magenta value is 25.23%
  • yellow value is 39.25%
  • key color value is 58.04%
CMYK:
(0,25,39,58)
C0M25Y39K58 
(0%,25%,39%,58%)
(0.00/0.25/0.39/0.58)	

CMYK percentages

%0
%25.23
%39.25
%58.04

Codes

Color #6B5041 in popluar color models

6B5041
RGB1078065
HSL21°24.42%33.73%
HSB/HSV21°39.25%41.96%
CMYK0.00%25.23%39.25%
58.04%

Color #6B5041 in popluar number systems.

HEX6B5041
Decimal1078065
Binary110101110100001000001
Octal153120101

Shades and tints

Shades of #6B5041

#6B5041
(107,80,65)
#62493C
(98,73,60)
#594237
(89,66,55)
#503B32
(80,59,50)
#47342D
(71,52,45)
#3E2D28
(62,45,40)
#352623
(53,38,35)
#2C1F1E
(44,31,30)
#231819
(35,24,25)
#1A1114
(26,17,20)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #6B5041

#6B5041
(107,80,65)
#785F52
(120,95,82)
#856E63
(133,110,99)
#927D74
(146,125,116)
#9F8C85
(159,140,133)
#AC9B96
(172,155,150)
#B9AAA7
(185,170,167)
#C6B9B8
(198,185,184)
#D3C8C9
(211,200,201)
#E0D7DA
(224,215,218)
#EDE6EB
(237,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5041 color. Also use rgb(107,80,65) instead hex code.

Text Font Color

.myTextColor { color: #6B5041; }

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

This text font color is #6B5041.


Background Color

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

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

This div background color is #6B5041.


Border color

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

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

This div border color is #6B5041.


Opacity

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

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

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

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

This text has shadow with #6B5041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5041 on black background.


Color preview on white background

This text has color #6B5041 on white background.



Black color preview on #6B5041 background

This text has black color on #6B5041 background.


White color preview on #6B5041 background

This text has white color on #6B5041 background.