COLOR #6C625A

HEX: #6C625A
RGB: (108,98,90)

Color info

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

RGB color model

#6C625A color RGB value is (108,98,90).

  • red value is 108;
  • green value is 98;
  • blue value is 90.
RGB:
(108,98,90)
(42%,38%,35%)

RGB channels and saturation

R 108 of 255 = 42%
G 98 of 255 = 38%
B 90 of 255 = 35%

108
98
90

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

Portions of RGB colors in percentages

R + G + B =
108 + 98 + 90 = 296 (100%)
R 108 of 296 ~ 36.49%
G 98 of 296 ~ 33.11%
B 90 of 296 ~ 30.41%

%36.49
%33.11
%30.41

CMYK color model

#6C625A color CMYK value is (0,9,17,58).

  • cyan value is 0.00%
  • magenta value is 9.26%
  • yellow value is 16.67%
  • key color value is 57.65%
CMYK:
(0,9,17,58)
C0M9Y17K58 
(0%,9%,17%,58%)
(0.00/0.09/0.17/0.58)	

CMYK percentages

%0
%9.26
%16.67
%57.65

Codes

Color #6C625A in popluar color models

6C625A
RGB1089890
HSL27°9.09%38.82%
HSB/HSV27°16.67%42.35%
CMYK0.00%9.26%16.67%
57.65%

Color #6C625A in popluar number systems.

HEX6C625A
Decimal1089890
Binary110110011000101011010
Octal154142132

Shades and tints

Shades of #6C625A

#6C625A
(108,98,90)
#635A52
(99,90,82)
#5A524A
(90,82,74)
#514A42
(81,74,66)
#48423A
(72,66,58)
#3F3A32
(63,58,50)
#36322A
(54,50,42)
#2D2A22
(45,42,34)
#24221A
(36,34,26)
#1B1A12
(27,26,18)
#12120A
(18,18,10)
#000000
(0,0,0)

Tints of #6C625A

#6C625A
(108,98,90)
#797069
(121,112,105)
#867E78
(134,126,120)
#938C87
(147,140,135)
#A09A96
(160,154,150)
#ADA8A5
(173,168,165)
#BAB6B4
(186,182,180)
#C7C4C3
(199,196,195)
#D4D2D2
(212,210,210)
#E1E0E1
(225,224,225)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C625A color. Also use rgb(108,98,90) instead hex code.

Text Font Color

.myTextColor { color: #6C625A; }

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

This text font color is #6C625A.


Background Color

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

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

This div background color is #6C625A.


Border color

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

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

This div border color is #6C625A.


Opacity

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

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

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

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

This text has shadow with #6C625A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C625A on black background.


Color preview on white background

This text has color #6C625A on white background.



Black color preview on #6C625A background

This text has black color on #6C625A background.


White color preview on #6C625A background

This text has white color on #6C625A background.