COLOR #6C6455

HEX: #6C6455 RGB: (108,100,85)

Color info

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

RGB color model

#6C6455 color RGB value is (108,100,85).

RGB: (108,100,85) (42%, 39%, 33%)

RGB channels and saturation

R 108 of 255 = 42%
G 100 of 255 = 39%
B 85 of 255 = 33%

108
100
85

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

Portions of RGB colors in percentages

R + G + B = 108 + 100 + 85 = 293 (100%)
R 108 of 293 ~ 36.86%
G 100 of 293 ~ 34.13%
B 85 of 293 ~ 29.01'%

%36.86
%34.13
%29.01

CMYK color model

#6C6455 color CMYK value is (0,7,21,58).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 21.30%
  • key color value is 57.65%

CMYK: (0,7,21,58)
C0M7Y21K58 (0%, 7%, 21%, 58%)
(0.00 / 0.07 / 0.21 / 0.58)

CMYK percentages

%0
%7.41
%21.3
%57.65

Codes

Color #6C6455 in popluar color models

6C 64 55
RGB 108 100 85
HSL 39° 11.92% 37.84%
HSB/HSV 39° 21.30% 42.35%
CMYK 0.00% 7.41% 21.30%
57.65%

Color #6C6455 in popluar number systems.

HEX 6C 64 55
Decimal 108 100 85
Binary 1101100 1100100 1010101
Octal 154 144 125

Shades and tints

Shades of #6C6455

#6C6455
(108,100,85)
#635B4E
(99,91,78)
#5A5247
(90,82,71)
#514940
(81,73,64)
#484039
(72,64,57)
#3F3732
(63,55,50)
#362E2B
(54,46,43)
#2D2524
(45,37,36)
#241C1D
(36,28,29)
#1B1316
(27,19,22)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #6C6455

#6C6455
(108,100,85)
#797264
(121,114,100)
#868073
(134,128,115)
#938E82
(147,142,130)
#A09C91
(160,156,145)
#ADAAA0
(173,170,160)
#BAB8AF
(186,184,175)
#C7C6BE
(199,198,190)
#D4D4CD
(212,212,205)
#E1E2DC
(225,226,220)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6455 color. Also use rgb(108,100,85) instead hex code.

Text Font Color

.myTextColor { color: #6C6455; }

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

This text font color is #6C6455.

Background Color

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

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

This div background color is #6C6455.

Border color

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

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

This div border color is #6C6455.

Opacity

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

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

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

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

This text has shadow with #6C6455 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6455.

Preview

Color preview on black background

This text has color #6C6455 on black background.


Color preview on white background

This text has color #6C6455 on white background.


Black color preview on #6C6455 background

This text has black color on #6C6455 background.


White color preview on #6C6455 background

This text has white color on #6C6455 background.


Related colors

Complementary color

Complementary color for #hex is #939BAA.


I love getcolorcode.com

Triadic colors

1 #556C64 and #64556C with #6C6455 are triadic colors.

2 #55646C and #646C55 with #6C6455 are triadic colors.