COLOR #6E633F

HEX: #6E633F RGB: (110,99,63)

Color info

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

RGB color model

#6E633F color RGB value is (110,99,63).

RGB: (110,99,63) (43%, 39%, 25%)

RGB channels and saturation

R 110 of 255 = 43%
G 99 of 255 = 39%
B 63 of 255 = 25%

110
99
63

R + G + B ~ 36%. #6E633F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 99 + 63 = 272 (100%)
R 110 of 272 ~ 40.44%
G 99 of 272 ~ 36.4%
B 63 of 272 ~ 23.16'%

%40.44
%36.4
%23.16

CMYK color model

#6E633F color CMYK value is (0,10,43,57).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 42.73%
  • key color value is 56.86%
CMYK: (0,10,43,57) C0M10Y43K57 (0%,10%,43%,57%) (0.00/0.10/0.43/0.57) 

CMYK percentages

%0
%10
%42.73
%56.86

Codes

Color #6E633F in popluar color models

6E 63 3F
RGB 110 99 63
HSL 46° 27.17% 33.92%
HSB/HSV 46° 42.73% 43.14%
CMYK 0.00% 10.00% 42.73%
56.86%

Color #6E633F in popluar number systems.

HEX 6E 63 3F
Decimal 110 99 63
Binary 1101110 1100011 111111
Octal 156 143 77

Shades and tints

Shades of #6E633F

#6E633F
(110,99,63)
#645A3A
(100,90,58)
#5A5135
(90,81,53)
#504830
(80,72,48)
#463F2B
(70,63,43)
#3C3626
(60,54,38)
#322D21
(50,45,33)
#28241C
(40,36,28)
#1E1B17
(30,27,23)
#141212
(20,18,18)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #6E633F

#6E633F
(110,99,63)
#7B7150
(123,113,80)
#887F61
(136,127,97)
#958D72
(149,141,114)
#A29B83
(162,155,131)
#AFA994
(175,169,148)
#BCB7A5
(188,183,165)
#C9C5B6
(201,197,182)
#D6D3C7
(214,211,199)
#E3E1D8
(227,225,216)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E633F color. Also use rgb(110,99,63) instead hex code.

Text Font Color

.myTextColor { color: #6E633F; }

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

This text font color is #6E633F.

Background Color

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

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

This div background color is #6E633F.

Border color

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

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

This div border color is #6E633F.

Opacity

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

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

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

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

This text has shadow with #6E633F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E633F.

Preview

Color preview on black background

This text has color #6E633F on black background.


Color preview on white background

This text has color #6E633F on white background.


Black color preview on #6E633F background

This text has black color on #6E633F background.


White color preview on #6E633F background

This text has white color on #6E633F background.


Related colors

Complementary color

Complementary color for #hex is #919CC0.


I love getcolorcode.com

Triadic colors

1 #3F6E63 and #633F6E with #6E633F are triadic colors.

2 #3F636E and #636E3F with #6E633F are triadic colors.