COLOR #6C6450

HEX: #6C6450
RGB: (108,100,80)

Color info

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

RGB color model

#6C6450 color RGB value is (108,100,80).

  • red value is 108;
  • green value is 100;
  • blue value is 80.
RGB:
(108,100,80)
(42%,39%,31%)

RGB channels and saturation

R 108 of 255 = 42%
G 100 of 255 = 39%
B 80 of 255 = 31%

108
100
80

R + G + B ~ 37%. #6C6450 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 100 + 80 = 288 (100%)
R 108 of 288 ~ 37.5%
G 100 of 288 ~ 34.72%
B 80 of 288 ~ 27.78%

%37.5
%34.72
%27.78

CMYK color model

#6C6450 color CMYK value is (0,7,26,58).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 25.93%
  • key color value is 57.65%
CMYK:
(0,7,26,58)
C0M7Y26K58 
(0%,7%,26%,58%)
(0.00/0.07/0.26/0.58)	

CMYK percentages

%0
%7.41
%25.93
%57.65

Codes

Color #6C6450 in popluar color models

6C6450
RGB10810080
HSL43°14.89%36.86%
HSB/HSV43°25.93%42.35%
CMYK0.00%7.41%25.93%
57.65%

Color #6C6450 in popluar number systems.

HEX6C6450
Decimal10810080
Binary110110011001001010000
Octal154144120

Shades and tints

Shades of #6C6450

#6C6450
(108,100,80)
#635B49
(99,91,73)
#5A5242
(90,82,66)
#51493B
(81,73,59)
#484034
(72,64,52)
#3F372D
(63,55,45)
#362E26
(54,46,38)
#2D251F
(45,37,31)
#241C18
(36,28,24)
#1B1311
(27,19,17)
#120A0A
(18,10,10)
#000000
(0,0,0)

Tints of #6C6450

#6C6450
(108,100,80)
#79725F
(121,114,95)
#86806E
(134,128,110)
#938E7D
(147,142,125)
#A09C8C
(160,156,140)
#ADAA9B
(173,170,155)
#BAB8AA
(186,184,170)
#C7C6B9
(199,198,185)
#D4D4C8
(212,212,200)
#E1E2D7
(225,226,215)
#EEF0E6
(238,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6450; }

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

This text font color is #6C6450.


Background Color

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

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

This div background color is #6C6450.


Border color

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

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

This div border color is #6C6450.


Opacity

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

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

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

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

This text has shadow with #6C6450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6450 on black background.


Color preview on white background

This text has color #6C6450 on white background.



Black color preview on #6C6450 background

This text has black color on #6C6450 background.


White color preview on #6C6450 background

This text has white color on #6C6450 background.