COLOR #6E3633

HEX: #6E3633 RGB: (110,54,51)

Color info

#6E3633 contains red, green and blue colors in about the same proportion. Web safe color of #6E3633 is #663333 (or #633).

RGB color model

#6E3633 color RGB value is (110,54,51).

RGB: (110,54,51) (43%, 21%, 20%)

RGB channels and saturation

R 110 of 255 = 43%
G 54 of 255 = 21%
B 51 of 255 = 20%

110
54
51

R + G + B ~ 28%. #6E3633 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 54 + 51 = 215 (100%)
R 110 of 215 ~ 51.16%
G 54 of 215 ~ 25.12%
B 51 of 215 ~ 23.72'%

%51.16
%25.12
%23.72

CMYK color model

#6E3633 color CMYK value is (0,51,54,57).

  • cyan value is 0.00%
  • magenta value is 50.91%
  • yellow value is 53.64%
  • key color value is 56.86%

CMYK: (0,51,54,57)
C0M51Y54K57 (0%, 51%, 54%, 57%)
(0.00 / 0.51 / 0.54 / 0.57)

CMYK percentages

%0
%50.91
%53.64
%56.86

Codes

Color #6E3633 in popluar color models

6E 36 33
RGB 110 54 51
HSL 36.65% 31.57%
HSB/HSV 53.64% 43.14%
CMYK 0.00% 50.91% 53.64%
56.86%

Color #6E3633 in popluar number systems.

HEX 6E 36 33
Decimal 110 54 51
Binary 1101110 110110 110011
Octal 156 66 63

Shades and tints

Shades of #6E3633

#6E3633
(110,54,51)
#64322F
(100,50,47)
#5A2E2B
(90,46,43)
#502A27
(80,42,39)
#462623
(70,38,35)
#3C221F
(60,34,31)
#321E1B
(50,30,27)
#281A17
(40,26,23)
#1E1613
(30,22,19)
#14120F
(20,18,15)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #6E3633

#6E3633
(110,54,51)
#7B4845
(123,72,69)
#885A57
(136,90,87)
#956C69
(149,108,105)
#A27E7B
(162,126,123)
#AF908D
(175,144,141)
#BCA29F
(188,162,159)
#C9B4B1
(201,180,177)
#D6C6C3
(214,198,195)
#E3D8D5
(227,216,213)
#F0EAE7
(240,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3633 color. Also use rgb(110,54,51) instead hex code.

Text Font Color

.myTextColor { color: #6E3633; }

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

This text font color is #6E3633.

Background Color

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

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

This div background color is #6E3633.

Border color

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

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

This div border color is #6E3633.

Opacity

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

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

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

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

This text has shadow with #6E3633 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E3633.

Preview

Color preview on black background

This text has color #6E3633 on black background.


Color preview on white background

This text has color #6E3633 on white background.


Black color preview on #6E3633 background

This text has black color on #6E3633 background.


White color preview on #6E3633 background

This text has white color on #6E3633 background.


Related colors

Complementary color

Complementary color for #hex is #91C9CC.


I love getcolorcode.com

Triadic colors

1 #336E36 and #36336E with #6E3633 are triadic colors.

2 #33366E and #366E33 with #6E3633 are triadic colors.