COLOR #6E431B

HEX: #6E431B
RGB: (110,67,27)

Color info

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

RGB color model

#6E431B color RGB value is (110,67,27).

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

RGB channels and saturation

R 110 of 255 = 43%
G 67 of 255 = 26%
B 27 of 255 = 11%

110
67
27

R + G + B ~ 27%. #6E431B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 67 + 27 = 204 (100%)
R 110 of 204 ~ 53.92%
G 67 of 204 ~ 32.84%
B 27 of 204 ~ 13.24%

%53.92
%32.84
%13.24

CMYK color model

#6E431B color CMYK value is (0,39,75,57).

  • cyan value is 0.00%
  • magenta value is 39.09%
  • yellow value is 75.45%
  • key color value is 56.86%
CMYK:
(0,39,75,57)
C0M39Y75K57 
(0%,39%,75%,57%)
(0.00/0.39/0.75/0.57)	

CMYK percentages

%0
%39.09
%75.45
%56.86

Codes

Color #6E431B in popluar color models

6E431B
RGB1106727
HSL29°60.58%26.86%
HSB/HSV29°75.45%43.14%
CMYK0.00%39.09%75.45%
56.86%

Color #6E431B in popluar number systems.

HEX6E431B
Decimal1106727
Binary1101110100001111011
Octal15610333

Shades and tints

Shades of #6E431B

#6E431B
(110,67,27)
#643D19
(100,61,25)
#5A3717
(90,55,23)
#503115
(80,49,21)
#462B13
(70,43,19)
#3C2511
(60,37,17)
#321F0F
(50,31,15)
#28190D
(40,25,13)
#1E130B
(30,19,11)
#140D09
(20,13,9)
#0A0707
(10,7,7)
#000000
(0,0,0)

Tints of #6E431B

#6E431B
(110,67,27)
#7B542F
(123,84,47)
#886543
(136,101,67)
#957657
(149,118,87)
#A2876B
(162,135,107)
#AF987F
(175,152,127)
#BCA993
(188,169,147)
#C9BAA7
(201,186,167)
#D6CBBB
(214,203,187)
#E3DCCF
(227,220,207)
#F0EDE3
(240,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E431B; }

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

This text font color is #6E431B.


Background Color

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

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

This div background color is #6E431B.


Border color

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

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

This div border color is #6E431B.


Opacity

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

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

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

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

This text has shadow with #6E431B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E431B on black background.


Color preview on white background

This text has color #6E431B on white background.



Black color preview on #6E431B background

This text has black color on #6E431B background.


White color preview on #6E431B background

This text has white color on #6E431B background.