COLOR #6E652B

HEX: #6E652B
RGB: (110,101,43)

Color info

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

RGB color model

#6E652B color RGB value is (110,101,43).

  • red value is 110;
  • green value is 101;
  • blue value is 43.
RGB:
(110,101,43)
(43%,40%,17%)

RGB channels and saturation

R 110 of 255 = 43%
G 101 of 255 = 40%
B 43 of 255 = 17%

110
101
43

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

Portions of RGB colors in percentages

R + G + B =
110 + 101 + 43 = 254 (100%)
R 110 of 254 ~ 43.31%
G 101 of 254 ~ 39.76%
B 43 of 254 ~ 16.93%

%43.31
%39.76
%16.93

CMYK color model

#6E652B color CMYK value is (0,8,61,57).

  • cyan value is 0.00%
  • magenta value is 8.18%
  • yellow value is 60.91%
  • key color value is 56.86%
CMYK:
(0,8,61,57)
C0M8Y61K57 
(0%,8%,61%,57%)
(0.00/0.08/0.61/0.57)	

CMYK percentages

%0
%8.18
%60.91
%56.86

Codes

Color #6E652B in popluar color models

6E652B
RGB11010143
HSL52°43.79%30.00%
HSB/HSV52°60.91%43.14%
CMYK0.00%8.18%60.91%
56.86%

Color #6E652B in popluar number systems.

HEX6E652B
Decimal11010143
Binary11011101100101101011
Octal15614553

Shades and tints

Shades of #6E652B

#6E652B
(110,101,43)
#645C28
(100,92,40)
#5A5325
(90,83,37)
#504A22
(80,74,34)
#46411F
(70,65,31)
#3C381C
(60,56,28)
#322F19
(50,47,25)
#282616
(40,38,22)
#1E1D13
(30,29,19)
#141410
(20,20,16)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #6E652B

#6E652B
(110,101,43)
#7B733E
(123,115,62)
#888151
(136,129,81)
#958F64
(149,143,100)
#A29D77
(162,157,119)
#AFAB8A
(175,171,138)
#BCB99D
(188,185,157)
#C9C7B0
(201,199,176)
#D6D5C3
(214,213,195)
#E3E3D6
(227,227,214)
#F0F1E9
(240,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E652B color. Also use rgb(110,101,43) instead hex code.

Text Font Color

.myTextColor { color: #6E652B; }

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

This text font color is #6E652B.


Background Color

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

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

This div background color is #6E652B.


Border color

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

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

This div border color is #6E652B.


Opacity

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

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

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

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

This text has shadow with #6E652B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E652B on black background.


Color preview on white background

This text has color #6E652B on white background.



Black color preview on #6E652B background

This text has black color on #6E652B background.


White color preview on #6E652B background

This text has white color on #6E652B background.