COLOR #6E6948

HEX: #6E6948 RGB: (110,105,72)

Color info

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

RGB color model

#6E6948 color RGB value is (110,105,72).

RGB: (110,105,72) (43%, 41%, 28%)

RGB channels and saturation

R 110 of 255 = 43%
G 105 of 255 = 41%
B 72 of 255 = 28%

110
105
72

R + G + B ~ 37%. #6E6948 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 105 + 72 = 287 (100%)
R 110 of 287 ~ 38.33%
G 105 of 287 ~ 36.59%
B 72 of 287 ~ 25.09'%

%38.33
%36.59
%25.09

CMYK color model

#6E6948 color CMYK value is (0,5,35,57).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 34.55%
  • key color value is 56.86%

CMYK: (0,5,35,57)
C0M5Y35K57 (0%, 5%, 35%, 57%)
(0.00 / 0.05 / 0.35 / 0.57)

CMYK percentages

%0
%4.55
%34.55
%56.86

Codes

Color #6E6948 in popluar color models

6E 69 48
RGB 110 105 72
HSL 52° 20.88% 35.69%
HSB/HSV 52° 34.55% 43.14%
CMYK 0.00% 4.55% 34.55%
56.86%

Color #6E6948 in popluar number systems.

HEX 6E 69 48
Decimal 110 105 72
Binary 1101110 1101001 1001000
Octal 156 151 110

Shades and tints

Shades of #6E6948

#6E6948
(110,105,72)
#646042
(100,96,66)
#5A573C
(90,87,60)
#504E36
(80,78,54)
#464530
(70,69,48)
#3C3C2A
(60,60,42)
#323324
(50,51,36)
#282A1E
(40,42,30)
#1E2118
(30,33,24)
#141812
(20,24,18)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #6E6948

#6E6948
(110,105,72)
#7B7658
(123,118,88)
#888368
(136,131,104)
#959078
(149,144,120)
#A29D88
(162,157,136)
#AFAA98
(175,170,152)
#BCB7A8
(188,183,168)
#C9C4B8
(201,196,184)
#D6D1C8
(214,209,200)
#E3DED8
(227,222,216)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6948 color. Also use rgb(110,105,72) instead hex code.

Text Font Color

.myTextColor { color: #6E6948; }

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

This text font color is #6E6948.

Background Color

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

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

This div background color is #6E6948.

Border color

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

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

This div border color is #6E6948.

Opacity

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

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

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

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

This text has shadow with #6E6948 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6948.

Preview

Color preview on black background

This text has color #6E6948 on black background.


Color preview on white background

This text has color #6E6948 on white background.


Black color preview on #6E6948 background

This text has black color on #6E6948 background.


White color preview on #6E6948 background

This text has white color on #6E6948 background.


Related colors

Complementary color

Complementary color for #hex is #9196B7.


I love getcolorcode.com

Triadic colors

1 #486E69 and #69486E with #6E6948 are triadic colors.

2 #48696E and #696E48 with #6E6948 are triadic colors.