COLOR #6E6232

HEX: #6E6232 RGB: (110,98,50)

Color info

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

RGB color model

#6E6232 color RGB value is (110,98,50).

RGB: (110,98,50) (43%, 38%, 20%)

RGB channels and saturation

R 110 of 255 = 43%
G 98 of 255 = 38%
B 50 of 255 = 20%

110
98
50

R + G + B ~ 34%. #6E6232 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 98 + 50 = 258 (100%)
R 110 of 258 ~ 42.64%
G 98 of 258 ~ 37.98%
B 50 of 258 ~ 19.38'%

%42.64
%37.98
%19.38

CMYK color model

#6E6232 color CMYK value is (0,11,55,57).

  • cyan value is 0.00%
  • magenta value is 10.91%
  • yellow value is 54.55%
  • key color value is 56.86%

CMYK: (0,11,55,57)
C0M11Y55K57 (0%, 11%, 55%, 57%)
(0.00 / 0.11 / 0.55 / 0.57)

CMYK percentages

%0
%10.91
%54.55
%56.86

Codes

Color #6E6232 in popluar color models

6E 62 32
RGB 110 98 50
HSL 48° 37.50% 31.37%
HSB/HSV 48° 54.55% 43.14%
CMYK 0.00% 10.91% 54.55%
56.86%

Color #6E6232 in popluar number systems.

HEX 6E 62 32
Decimal 110 98 50
Binary 1101110 1100010 110010
Octal 156 142 62

Shades and tints

Shades of #6E6232

#6E6232
(110,98,50)
#645A2E
(100,90,46)
#5A522A
(90,82,42)
#504A26
(80,74,38)
#464222
(70,66,34)
#3C3A1E
(60,58,30)
#32321A
(50,50,26)
#282A16
(40,42,22)
#1E2212
(30,34,18)
#141A0E
(20,26,14)
#0A120A
(10,18,10)
#000000
(0,0,0)

Tints of #6E6232

#6E6232
(110,98,50)
#7B7044
(123,112,68)
#887E56
(136,126,86)
#958C68
(149,140,104)
#A29A7A
(162,154,122)
#AFA88C
(175,168,140)
#BCB69E
(188,182,158)
#C9C4B0
(201,196,176)
#D6D2C2
(214,210,194)
#E3E0D4
(227,224,212)
#F0EEE6
(240,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6232 color. Also use rgb(110,98,50) instead hex code.

Text Font Color

.myTextColor { color: #6E6232; }

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

This text font color is #6E6232.

Background Color

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

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

This div background color is #6E6232.

Border color

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

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

This div border color is #6E6232.

Opacity

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

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

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

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

This text has shadow with #6E6232 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6232.

Preview

Color preview on black background

This text has color #6E6232 on black background.


Color preview on white background

This text has color #6E6232 on white background.


Black color preview on #6E6232 background

This text has black color on #6E6232 background.


White color preview on #6E6232 background

This text has white color on #6E6232 background.


Related colors

Complementary color

Complementary color for #hex is #919DCD.


I love getcolorcode.com

Triadic colors

1 #326E62 and #62326E with #6E6232 are triadic colors.

2 #32626E and #626E32 with #6E6232 are triadic colors.