COLOR #6E432D

HEX: #6E432D
RGB: (110,67,45)

Color info

#6E432D contains mainly red and green colors. Web safe color of #6E432D is #663333 (or #633).

RGB color model

#6E432D color RGB value is (110,67,45).

  • red value is 110;
  • green value is 67;
  • blue value is 45.
RGB:
(110,67,45)
(43%,26%,18%)

RGB channels and saturation

R 110 of 255 = 43%
G 67 of 255 = 26%
B 45 of 255 = 18%

110
67
45

R + G + B ~ 29%. #6E432D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 67 + 45 = 222 (100%)
R 110 of 222 ~ 49.55%
G 67 of 222 ~ 30.18%
B 45 of 222 ~ 20.27%

%49.55
%30.18
%20.27

CMYK color model

#6E432D color CMYK value is (0,39,59,57).

  • cyan value is 0.00%
  • magenta value is 39.09%
  • yellow value is 59.09%
  • key color value is 56.86%
CMYK:
(0,39,59,57)
C0M39Y59K57 
(0%,39%,59%,57%)
(0.00/0.39/0.59/0.57)	

CMYK percentages

%0
%39.09
%59.09
%56.86

Codes

Color #6E432D in popluar color models

6E432D
RGB1106745
HSL20°41.94%30.39%
HSB/HSV20°59.09%43.14%
CMYK0.00%39.09%59.09%
56.86%

Color #6E432D in popluar number systems.

HEX6E432D
Decimal1106745
Binary11011101000011101101
Octal15610355

Shades and tints

Shades of #6E432D

#6E432D
(110,67,45)
#643D29
(100,61,41)
#5A3725
(90,55,37)
#503121
(80,49,33)
#462B1D
(70,43,29)
#3C2519
(60,37,25)
#321F15
(50,31,21)
#281911
(40,25,17)
#1E130D
(30,19,13)
#140D09
(20,13,9)
#0A0705
(10,7,5)
#000000
(0,0,0)

Tints of #6E432D

#6E432D
(110,67,45)
#7B5440
(123,84,64)
#886553
(136,101,83)
#957666
(149,118,102)
#A28779
(162,135,121)
#AF988C
(175,152,140)
#BCA99F
(188,169,159)
#C9BAB2
(201,186,178)
#D6CBC5
(214,203,197)
#E3DCD8
(227,220,216)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E432D color. Also use rgb(110,67,45) instead hex code.

Text Font Color

.myTextColor { color: #6E432D; }

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

This text font color is #6E432D.


Background Color

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

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

This div background color is #6E432D.


Border color

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

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

This div border color is #6E432D.


Opacity

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

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

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

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

This text has shadow with #6E432D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E432D on black background.


Color preview on white background

This text has color #6E432D on white background.



Black color preview on #6E432D background

This text has black color on #6E432D background.


White color preview on #6E432D background

This text has white color on #6E432D background.