COLOR #6B5E4A

HEX: #6B5E4A
RGB: (107,94,74)

Color info

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

RGB color model

#6B5E4A color RGB value is (107,94,74).

  • red value is 107;
  • green value is 94;
  • blue value is 74.
RGB:
(107,94,74)
(42%,37%,29%)

RGB channels and saturation

R 107 of 255 = 42%
G 94 of 255 = 37%
B 74 of 255 = 29%

107
94
74

R + G + B ~ 36%. #6B5E4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 94 + 74 = 275 (100%)
R 107 of 275 ~ 38.91%
G 94 of 275 ~ 34.18%
B 74 of 275 ~ 26.91%

%38.91
%34.18
%26.91

CMYK color model

#6B5E4A color CMYK value is (0,12,31,58).

  • cyan value is 0.00%
  • magenta value is 12.15%
  • yellow value is 30.84%
  • key color value is 58.04%
CMYK:
(0,12,31,58)
C0M12Y31K58 
(0%,12%,31%,58%)
(0.00/0.12/0.31/0.58)	

CMYK percentages

%0
%12.15
%30.84
%58.04

Codes

Color #6B5E4A in popluar color models

6B5E4A
RGB1079474
HSL36°18.23%35.49%
HSB/HSV36°30.84%41.96%
CMYK0.00%12.15%30.84%
58.04%

Color #6B5E4A in popluar number systems.

HEX6B5E4A
Decimal1079474
Binary110101110111101001010
Octal153136112

Shades and tints

Shades of #6B5E4A

#6B5E4A
(107,94,74)
#625644
(98,86,68)
#594E3E
(89,78,62)
#504638
(80,70,56)
#473E32
(71,62,50)
#3E362C
(62,54,44)
#352E26
(53,46,38)
#2C2620
(44,38,32)
#231E1A
(35,30,26)
#1A1614
(26,22,20)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #6B5E4A

#6B5E4A
(107,94,74)
#786C5A
(120,108,90)
#857A6A
(133,122,106)
#92887A
(146,136,122)
#9F968A
(159,150,138)
#ACA49A
(172,164,154)
#B9B2AA
(185,178,170)
#C6C0BA
(198,192,186)
#D3CECA
(211,206,202)
#E0DCDA
(224,220,218)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5E4A color. Also use rgb(107,94,74) instead hex code.

Text Font Color

.myTextColor { color: #6B5E4A; }

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

This text font color is #6B5E4A.


Background Color

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

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

This div background color is #6B5E4A.


Border color

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

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

This div border color is #6B5E4A.


Opacity

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

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

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

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

This text has shadow with #6B5E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5E4A on black background.


Color preview on white background

This text has color #6B5E4A on white background.



Black color preview on #6B5E4A background

This text has black color on #6B5E4A background.


White color preview on #6B5E4A background

This text has white color on #6B5E4A background.