COLOR #6E512A

HEX: #6E512A
RGB: (110,81,42)

Color info

#6E512A contains mainly red and green colors. Web safe color of #6E512A is #666633 (or #663).

RGB color model

#6E512A color RGB value is (110,81,42).

  • red value is 110;
  • green value is 81;
  • blue value is 42.
RGB:
(110,81,42)
(43%,32%,16%)

RGB channels and saturation

R 110 of 255 = 43%
G 81 of 255 = 32%
B 42 of 255 = 16%

110
81
42

R + G + B ~ 30%. #6E512A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 81 + 42 = 233 (100%)
R 110 of 233 ~ 47.21%
G 81 of 233 ~ 34.76%
B 42 of 233 ~ 18.03%

%47.21
%34.76
%18.03

CMYK color model

#6E512A color CMYK value is (0,26,62,57).

  • cyan value is 0.00%
  • magenta value is 26.36%
  • yellow value is 61.82%
  • key color value is 56.86%
CMYK:
(0,26,62,57)
C0M26Y62K57 
(0%,26%,62%,57%)
(0.00/0.26/0.62/0.57)	

CMYK percentages

%0
%26.36
%61.82
%56.86

Codes

Color #6E512A in popluar color models

6E512A
RGB1108142
HSL34°44.74%29.80%
HSB/HSV34°61.82%43.14%
CMYK0.00%26.36%61.82%
56.86%

Color #6E512A in popluar number systems.

HEX6E512A
Decimal1108142
Binary11011101010001101010
Octal15612152

Shades and tints

Shades of #6E512A

#6E512A
(110,81,42)
#644A27
(100,74,39)
#5A4324
(90,67,36)
#503C21
(80,60,33)
#46351E
(70,53,30)
#3C2E1B
(60,46,27)
#322718
(50,39,24)
#282015
(40,32,21)
#1E1912
(30,25,18)
#14120F
(20,18,15)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #6E512A

#6E512A
(110,81,42)
#7B603D
(123,96,61)
#886F50
(136,111,80)
#957E63
(149,126,99)
#A28D76
(162,141,118)
#AF9C89
(175,156,137)
#BCAB9C
(188,171,156)
#C9BAAF
(201,186,175)
#D6C9C2
(214,201,194)
#E3D8D5
(227,216,213)
#F0E7E8
(240,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E512A color. Also use rgb(110,81,42) instead hex code.

Text Font Color

.myTextColor { color: #6E512A; }

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

This text font color is #6E512A.


Background Color

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

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

This div background color is #6E512A.


Border color

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

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

This div border color is #6E512A.


Opacity

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

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

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

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

This text has shadow with #6E512A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E512A on black background.


Color preview on white background

This text has color #6E512A on white background.



Black color preview on #6E512A background

This text has black color on #6E512A background.


White color preview on #6E512A background

This text has white color on #6E512A background.