COLOR #6E634E

HEX: #6E634E
RGB: (110,99,78)

Color info

#6E634E contains red, green and blue colors in about the same proportion. Web safe color of #6E634E is #666666 (or #666).

RGB color model

#6E634E color RGB value is (110,99,78).

  • red value is 110;
  • green value is 99;
  • blue value is 78.
RGB:
(110,99,78)
(43%,39%,31%)

RGB channels and saturation

R 110 of 255 = 43%
G 99 of 255 = 39%
B 78 of 255 = 31%

110
99
78

R + G + B ~ 38%. #6E634E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 99 + 78 = 287 (100%)
R 110 of 287 ~ 38.33%
G 99 of 287 ~ 34.49%
B 78 of 287 ~ 27.18%

%38.33
%34.49
%27.18

CMYK color model

#6E634E color CMYK value is (0,10,29,57).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 29.09%
  • key color value is 56.86%
CMYK:
(0,10,29,57)
C0M10Y29K57 
(0%,10%,29%,57%)
(0.00/0.10/0.29/0.57)	

CMYK percentages

%0
%10
%29.09
%56.86

Codes

Color #6E634E in popluar color models

6E634E
RGB1109978
HSL39°17.02%36.86%
HSB/HSV39°29.09%43.14%
CMYK0.00%10.00%29.09%
56.86%

Color #6E634E in popluar number systems.

HEX6E634E
Decimal1109978
Binary110111011000111001110
Octal156143116

Shades and tints

Shades of #6E634E

#6E634E
(110,99,78)
#645A47
(100,90,71)
#5A5140
(90,81,64)
#504839
(80,72,57)
#463F32
(70,63,50)
#3C362B
(60,54,43)
#322D24
(50,45,36)
#28241D
(40,36,29)
#1E1B16
(30,27,22)
#14120F
(20,18,15)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #6E634E

#6E634E
(110,99,78)
#7B715E
(123,113,94)
#887F6E
(136,127,110)
#958D7E
(149,141,126)
#A29B8E
(162,155,142)
#AFA99E
(175,169,158)
#BCB7AE
(188,183,174)
#C9C5BE
(201,197,190)
#D6D3CE
(214,211,206)
#E3E1DE
(227,225,222)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E634E color. Also use rgb(110,99,78) instead hex code.

Text Font Color

.myTextColor { color: #6E634E; }

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

This text font color is #6E634E.


Background Color

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

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

This div background color is #6E634E.


Border color

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

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

This div border color is #6E634E.


Opacity

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

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

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

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

This text has shadow with #6E634E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E634E on black background.


Color preview on white background

This text has color #6E634E on white background.



Black color preview on #6E634E background

This text has black color on #6E634E background.


White color preview on #6E634E background

This text has white color on #6E634E background.