COLOR #6A645A

HEX: #6A645A
RGB: (106,100,90)

Color info

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

RGB color model

#6A645A color RGB value is (106,100,90).

  • red value is 106;
  • green value is 100;
  • blue value is 90.
RGB:
(106,100,90)
(42%,39%,35%)

RGB channels and saturation

R 106 of 255 = 42%
G 100 of 255 = 39%
B 90 of 255 = 35%

106
100
90

R + G + B ~ 39%. #6A645A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 100 + 90 = 296 (100%)
R 106 of 296 ~ 35.81%
G 100 of 296 ~ 33.78%
B 90 of 296 ~ 30.41%

%35.81
%33.78
%30.41

CMYK color model

#6A645A color CMYK value is (0,6,15,58).

  • cyan value is 0.00%
  • magenta value is 5.66%
  • yellow value is 15.09%
  • key color value is 58.43%
CMYK:
(0,6,15,58)
C0M6Y15K58 
(0%,6%,15%,58%)
(0.00/0.06/0.15/0.58)	

CMYK percentages

%0
%5.66
%15.09
%58.43

Codes

Color #6A645A in popluar color models

6A645A
RGB10610090
HSL38°8.16%38.43%
HSB/HSV38°15.09%41.57%
CMYK0.00%5.66%15.09%
58.43%

Color #6A645A in popluar number systems.

HEX6A645A
Decimal10610090
Binary110101011001001011010
Octal152144132

Shades and tints

Shades of #6A645A

#6A645A
(106,100,90)
#615B52
(97,91,82)
#58524A
(88,82,74)
#4F4942
(79,73,66)
#46403A
(70,64,58)
#3D3732
(61,55,50)
#342E2A
(52,46,42)
#2B2522
(43,37,34)
#221C1A
(34,28,26)
#191312
(25,19,18)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #6A645A

#6A645A
(106,100,90)
#777269
(119,114,105)
#848078
(132,128,120)
#918E87
(145,142,135)
#9E9C96
(158,156,150)
#ABAAA5
(171,170,165)
#B8B8B4
(184,184,180)
#C5C6C3
(197,198,195)
#D2D4D2
(210,212,210)
#DFE2E1
(223,226,225)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A645A color. Also use rgb(106,100,90) instead hex code.

Text Font Color

.myTextColor { color: #6A645A; }

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

This text font color is #6A645A.


Background Color

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

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

This div background color is #6A645A.


Border color

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

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

This div border color is #6A645A.


Opacity

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

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

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

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

This text has shadow with #6A645A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A645A on black background.


Color preview on white background

This text has color #6A645A on white background.



Black color preview on #6A645A background

This text has black color on #6A645A background.


White color preview on #6A645A background

This text has white color on #6A645A background.