COLOR #6E4C45

HEX: #6E4C45
RGB: (110,76,69)

Color info

#6E4C45 contains red, green and blue colors in about the same proportion. Web safe color of #6E4C45 is #663333 (or #633).

RGB color model

#6E4C45 color RGB value is (110,76,69).

  • red value is 110;
  • green value is 76;
  • blue value is 69.
RGB:
(110,76,69)
(43%,30%,27%)

RGB channels and saturation

R 110 of 255 = 43%
G 76 of 255 = 30%
B 69 of 255 = 27%

110
76
69

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

Portions of RGB colors in percentages

R + G + B =
110 + 76 + 69 = 255 (100%)
R 110 of 255 ~ 43.14%
G 76 of 255 ~ 29.8%
B 69 of 255 ~ 27.06%

%43.14
%29.8
%27.06

CMYK color model

#6E4C45 color CMYK value is (0,31,37,57).

  • cyan value is 0.00%
  • magenta value is 30.91%
  • yellow value is 37.27%
  • key color value is 56.86%
CMYK:
(0,31,37,57)
C0M31Y37K57 
(0%,31%,37%,57%)
(0.00/0.31/0.37/0.57)	

CMYK percentages

%0
%30.91
%37.27
%56.86

Codes

Color #6E4C45 in popluar color models

6E4C45
RGB1107669
HSL10°22.91%35.10%
HSB/HSV10°37.27%43.14%
CMYK0.00%30.91%37.27%
56.86%

Color #6E4C45 in popluar number systems.

HEX6E4C45
Decimal1107669
Binary110111010011001000101
Octal156114105

Shades and tints

Shades of #6E4C45

#6E4C45
(110,76,69)
#64463F
(100,70,63)
#5A4039
(90,64,57)
#503A33
(80,58,51)
#46342D
(70,52,45)
#3C2E27
(60,46,39)
#322821
(50,40,33)
#28221B
(40,34,27)
#1E1C15
(30,28,21)
#14160F
(20,22,15)
#0A1009
(10,16,9)
#000000
(0,0,0)

Tints of #6E4C45

#6E4C45
(110,76,69)
#7B5C55
(123,92,85)
#886C65
(136,108,101)
#957C75
(149,124,117)
#A28C85
(162,140,133)
#AF9C95
(175,156,149)
#BCACA5
(188,172,165)
#C9BCB5
(201,188,181)
#D6CCC5
(214,204,197)
#E3DCD5
(227,220,213)
#F0ECE5
(240,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4C45 color. Also use rgb(110,76,69) instead hex code.

Text Font Color

.myTextColor { color: #6E4C45; }

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

This text font color is #6E4C45.


Background Color

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

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

This div background color is #6E4C45.


Border color

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

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

This div border color is #6E4C45.


Opacity

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

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

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

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

This text has shadow with #6E4C45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4C45 on black background.


Color preview on white background

This text has color #6E4C45 on white background.



Black color preview on #6E4C45 background

This text has black color on #6E4C45 background.


White color preview on #6E4C45 background

This text has white color on #6E4C45 background.