COLOR #6E6750

HEX: #6E6750 RGB: (110,103,80)

Color info

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

RGB color model

#6E6750 color RGB value is (110,103,80).

RGB: (110,103,80) (43%, 40%, 31%)

RGB channels and saturation

R 110 of 255 = 43%
G 103 of 255 = 40%
B 80 of 255 = 31%

110
103
80

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

Portions of RGB colors in percentages

R + G + B = 110 + 103 + 80 = 293 (100%)
R 110 of 293 ~ 37.54%
G 103 of 293 ~ 35.15%
B 80 of 293 ~ 27.3'%

%37.54
%35.15
%27.3

CMYK color model

#6E6750 color CMYK value is (0,6,27,57).

  • cyan value is 0.00%
  • magenta value is 6.36%
  • yellow value is 27.27%
  • key color value is 56.86%

CMYK: (0,6,27,57)
C0M6Y27K57 (0%, 6%, 27%, 57%)
(0.00 / 0.06 / 0.27 / 0.57)

CMYK percentages

%0
%6.36
%27.27
%56.86

Codes

Color #6E6750 in popluar color models

6E 67 50
RGB 110 103 80
HSL 46° 15.79% 37.25%
HSB/HSV 46° 27.27% 43.14%
CMYK 0.00% 6.36% 27.27%
56.86%

Color #6E6750 in popluar number systems.

HEX 6E 67 50
Decimal 110 103 80
Binary 1101110 1100111 1010000
Octal 156 147 120

Shades and tints

Shades of #6E6750

#6E6750
(110,103,80)
#645E49
(100,94,73)
#5A5542
(90,85,66)
#504C3B
(80,76,59)
#464334
(70,67,52)
#3C3A2D
(60,58,45)
#323126
(50,49,38)
#28281F
(40,40,31)
#1E1F18
(30,31,24)
#141611
(20,22,17)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #6E6750

#6E6750
(110,103,80)
#7B745F
(123,116,95)
#88816E
(136,129,110)
#958E7D
(149,142,125)
#A29B8C
(162,155,140)
#AFA89B
(175,168,155)
#BCB5AA
(188,181,170)
#C9C2B9
(201,194,185)
#D6CFC8
(214,207,200)
#E3DCD7
(227,220,215)
#F0E9E6
(240,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6750 color. Also use rgb(110,103,80) instead hex code.

Text Font Color

.myTextColor { color: #6E6750; }

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

This text font color is #6E6750.

Background Color

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

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

This div background color is #6E6750.

Border color

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

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

This div border color is #6E6750.

Opacity

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

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

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

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

This text has shadow with #6E6750 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6750.

Preview

Color preview on black background

This text has color #6E6750 on black background.


Color preview on white background

This text has color #6E6750 on white background.


Black color preview on #6E6750 background

This text has black color on #6E6750 background.


White color preview on #6E6750 background

This text has white color on #6E6750 background.


Related colors

Complementary color

Complementary color for #hex is #9198AF.


I love getcolorcode.com

Triadic colors

1 #506E67 and #67506E with #6E6750 are triadic colors.

2 #50676E and #676E50 with #6E6750 are triadic colors.