COLOR #6E6358

HEX: #6E6358 RGB: (110,99,88)

Color info

#6E6358 contains red, green and blue colors in about the same proportion. Web safe color of #6E6358 is #666666 (or #666).

RGB color model

#6E6358 color RGB value is (110,99,88).

RGB: (110,99,88) (43%, 39%, 35%)

RGB channels and saturation

R 110 of 255 = 43%
G 99 of 255 = 39%
B 88 of 255 = 35%

110
99
88

R + G + B ~ 39%. #6E6358 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 99 + 88 = 297 (100%)
R 110 of 297 ~ 37.04%
G 99 of 297 ~ 33.33%
B 88 of 297 ~ 29.63'%

%37.04
%33.33
%29.63

CMYK color model

#6E6358 color CMYK value is (0,10,20,57).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 20.00%
  • key color value is 56.86%

CMYK: (0,10,20,57)
C0M10Y20K57 (0%, 10%, 20%, 57%)
(0.00 / 0.10 / 0.20 / 0.57)

CMYK percentages

%0
%10
%20
%56.86

Codes

Color #6E6358 in popluar color models

6E 63 58
RGB 110 99 88
HSL 30° 11.11% 38.82%
HSB/HSV 30° 20.00% 43.14%
CMYK 0.00% 10.00% 20.00%
56.86%

Color #6E6358 in popluar number systems.

HEX 6E 63 58
Decimal 110 99 88
Binary 1101110 1100011 1011000
Octal 156 143 130

Shades and tints

Shades of #6E6358

#6E6358
(110,99,88)
#645A50
(100,90,80)
#5A5148
(90,81,72)
#504840
(80,72,64)
#463F38
(70,63,56)
#3C3630
(60,54,48)
#322D28
(50,45,40)
#282420
(40,36,32)
#1E1B18
(30,27,24)
#141210
(20,18,16)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #6E6358

#6E6358
(110,99,88)
#7B7167
(123,113,103)
#887F76
(136,127,118)
#958D85
(149,141,133)
#A29B94
(162,155,148)
#AFA9A3
(175,169,163)
#BCB7B2
(188,183,178)
#C9C5C1
(201,197,193)
#D6D3D0
(214,211,208)
#E3E1DF
(227,225,223)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6358; }

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

This text font color is #6E6358.

Background Color

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

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

This div background color is #6E6358.

Border color

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

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

This div border color is #6E6358.

Opacity

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

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

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

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

This text has shadow with #6E6358 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6358.

Preview

Color preview on black background

This text has color #6E6358 on black background.


Color preview on white background

This text has color #6E6358 on white background.


Black color preview on #6E6358 background

This text has black color on #6E6358 background.


White color preview on #6E6358 background

This text has white color on #6E6358 background.


Related colors

Complementary color

Complementary color for #hex is #919CA7.


I love getcolorcode.com

Triadic colors

1 #586E63 and #63586E with #6E6358 are triadic colors.

2 #58636E and #636E58 with #6E6358 are triadic colors.