COLOR #6C6154

HEX: #6C6154
RGB: (108,97,84)

Color info

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

RGB color model

#6C6154 color RGB value is (108,97,84).

  • red value is 108;
  • green value is 97;
  • blue value is 84.
RGB:
(108,97,84)
(42%,38%,33%)

RGB channels and saturation

R 108 of 255 = 42%
G 97 of 255 = 38%
B 84 of 255 = 33%

108
97
84

R + G + B ~ 38%. #6C6154 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 97 + 84 = 289 (100%)
R 108 of 289 ~ 37.37%
G 97 of 289 ~ 33.56%
B 84 of 289 ~ 29.07%

%37.37
%33.56
%29.07

CMYK color model

#6C6154 color CMYK value is (0,10,22,58).

  • cyan value is 0.00%
  • magenta value is 10.19%
  • yellow value is 22.22%
  • key color value is 57.65%
CMYK:
(0,10,22,58)
C0M10Y22K58 
(0%,10%,22%,58%)
(0.00/0.10/0.22/0.58)	

CMYK percentages

%0
%10.19
%22.22
%57.65

Codes

Color #6C6154 in popluar color models

6C6154
RGB1089784
HSL33°12.50%37.65%
HSB/HSV33°22.22%42.35%
CMYK0.00%10.19%22.22%
57.65%

Color #6C6154 in popluar number systems.

HEX6C6154
Decimal1089784
Binary110110011000011010100
Octal154141124

Shades and tints

Shades of #6C6154

#6C6154
(108,97,84)
#63594D
(99,89,77)
#5A5146
(90,81,70)
#51493F
(81,73,63)
#484138
(72,65,56)
#3F3931
(63,57,49)
#36312A
(54,49,42)
#2D2923
(45,41,35)
#24211C
(36,33,28)
#1B1915
(27,25,21)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #6C6154

#6C6154
(108,97,84)
#796F63
(121,111,99)
#867D72
(134,125,114)
#938B81
(147,139,129)
#A09990
(160,153,144)
#ADA79F
(173,167,159)
#BAB5AE
(186,181,174)
#C7C3BD
(199,195,189)
#D4D1CC
(212,209,204)
#E1DFDB
(225,223,219)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6154 color. Also use rgb(108,97,84) instead hex code.

Text Font Color

.myTextColor { color: #6C6154; }

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

This text font color is #6C6154.


Background Color

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

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

This div background color is #6C6154.


Border color

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

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

This div border color is #6C6154.


Opacity

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

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

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

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

This text has shadow with #6C6154 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6154 on black background.


Color preview on white background

This text has color #6C6154 on white background.



Black color preview on #6C6154 background

This text has black color on #6C6154 background.


White color preview on #6C6154 background

This text has white color on #6C6154 background.