COLOR #6E554C

HEX: #6E554C
RGB: (110,85,76)

Color info

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

RGB color model

#6E554C color RGB value is (110,85,76).

  • red value is 110;
  • green value is 85;
  • blue value is 76.
RGB:
(110,85,76)
(43%,33%,30%)

RGB channels and saturation

R 110 of 255 = 43%
G 85 of 255 = 33%
B 76 of 255 = 30%

110
85
76

R + G + B ~ 35%. #6E554C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 85 + 76 = 271 (100%)
R 110 of 271 ~ 40.59%
G 85 of 271 ~ 31.37%
B 76 of 271 ~ 28.04%

%40.59
%31.37
%28.04

CMYK color model

#6E554C color CMYK value is (0,23,31,57).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 30.91%
  • key color value is 56.86%
CMYK:
(0,23,31,57)
C0M23Y31K57 
(0%,23%,31%,57%)
(0.00/0.23/0.31/0.57)	

CMYK percentages

%0
%22.73
%30.91
%56.86

Codes

Color #6E554C in popluar color models

6E554C
RGB1108576
HSL16°18.28%36.47%
HSB/HSV16°30.91%43.14%
CMYK0.00%22.73%30.91%
56.86%

Color #6E554C in popluar number systems.

HEX6E554C
Decimal1108576
Binary110111010101011001100
Octal156125114

Shades and tints

Shades of #6E554C

#6E554C
(110,85,76)
#644E46
(100,78,70)
#5A4740
(90,71,64)
#50403A
(80,64,58)
#463934
(70,57,52)
#3C322E
(60,50,46)
#322B28
(50,43,40)
#282422
(40,36,34)
#1E1D1C
(30,29,28)
#141616
(20,22,22)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #6E554C

#6E554C
(110,85,76)
#7B645C
(123,100,92)
#88736C
(136,115,108)
#95827C
(149,130,124)
#A2918C
(162,145,140)
#AFA09C
(175,160,156)
#BCAFAC
(188,175,172)
#C9BEBC
(201,190,188)
#D6CDCC
(214,205,204)
#E3DCDC
(227,220,220)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E554C color. Also use rgb(110,85,76) instead hex code.

Text Font Color

.myTextColor { color: #6E554C; }

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

This text font color is #6E554C.


Background Color

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

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

This div background color is #6E554C.


Border color

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

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

This div border color is #6E554C.


Opacity

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

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

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

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

This text has shadow with #6E554C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E554C on black background.


Color preview on white background

This text has color #6E554C on white background.



Black color preview on #6E554C background

This text has black color on #6E554C background.


White color preview on #6E554C background

This text has white color on #6E554C background.