COLOR #6E514B

HEX: #6E514B RGB: (110,81,75)

Color info

#6E514B contains red, green and blue colors in about the same proportion. Web safe color of #6E514B is #666633 (or #663).

RGB color model

#6E514B color RGB value is (110,81,75).

RGB: (110,81,75) (43%, 32%, 29%)

RGB channels and saturation

R 110 of 255 = 43%
G 81 of 255 = 32%
B 75 of 255 = 29%

110
81
75

R + G + B ~ 35%. #6E514B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 81 + 75 = 266 (100%)
R 110 of 266 ~ 41.35%
G 81 of 266 ~ 30.45%
B 75 of 266 ~ 28.2'%

%41.35
%30.45
%28.2

CMYK color model

#6E514B color CMYK value is (0,26,32,57).

  • cyan value is 0.00%
  • magenta value is 26.36%
  • yellow value is 31.82%
  • key color value is 56.86%

CMYK: (0,26,32,57)
C0M26Y32K57 (0%, 26%, 32%, 57%)
(0.00 / 0.26 / 0.32 / 0.57)

CMYK percentages

%0
%26.36
%31.82
%56.86

Codes

Color #6E514B in popluar color models

6E 51 4B
RGB 110 81 75
HSL 10° 18.92% 36.27%
HSB/HSV 10° 31.82% 43.14%
CMYK 0.00% 26.36% 31.82%
56.86%

Color #6E514B in popluar number systems.

HEX 6E 51 4B
Decimal 110 81 75
Binary 1101110 1010001 1001011
Octal 156 121 113

Shades and tints

Shades of #6E514B

#6E514B
(110,81,75)
#644A45
(100,74,69)
#5A433F
(90,67,63)
#503C39
(80,60,57)
#463533
(70,53,51)
#3C2E2D
(60,46,45)
#322727
(50,39,39)
#282021
(40,32,33)
#1E191B
(30,25,27)
#141215
(20,18,21)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #6E514B

#6E514B
(110,81,75)
#7B605B
(123,96,91)
#886F6B
(136,111,107)
#957E7B
(149,126,123)
#A28D8B
(162,141,139)
#AF9C9B
(175,156,155)
#BCABAB
(188,171,171)
#C9BABB
(201,186,187)
#D6C9CB
(214,201,203)
#E3D8DB
(227,216,219)
#F0E7EB
(240,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E514B; }

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

This text font color is #6E514B.

Background Color

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

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

This div background color is #6E514B.

Border color

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

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

This div border color is #6E514B.

Opacity

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

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

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

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

This text has shadow with #6E514B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E514B.

Preview

Color preview on black background

This text has color #6E514B on black background.


Color preview on white background

This text has color #6E514B on white background.


Black color preview on #6E514B background

This text has black color on #6E514B background.


White color preview on #6E514B background

This text has white color on #6E514B background.


Related colors

Complementary color

Complementary color for #hex is #91AEB4.


I love getcolorcode.com

Triadic colors

1 #4B6E51 and #514B6E with #6E514B are triadic colors.

2 #4B516E and #516E4B with #6E514B are triadic colors.