#6D646D

Color #6D646D Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #6D646D

Tints of Salt Box #6D646D

Color information

#6D646D (or 0x6D646D) is unknown color: approx Salt Box. HEX triplet: 6D, 64 and 6D. RGB value is (109,100,109). Sum of RGB (Red+Green+Blue) = 109+100+109=318 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.28% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 109 - color contains mainly: red, blue. Hex color #6D646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D646D is #929B92. Grayscale: #676767. Windows color (decimal): -9608083 or 7169133. OLE color: 7169133.

HSL color Cylindrical-coordinate representation of color #6D646D: hue angle of 300º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6D646D is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB109100109-
CMYK00.0800.57
HSL300º4.31%40.98%-
HSV(B)300º8.26%42.75%-
XYZ13.6213.4716.35-
YUV103.72130.98131.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 34.28%
GREEN value IS 100 (39.45% from 255) = 31.45%
BLUE value IS 109 (42.97% from 255) = 34.28%
R=34.28%
G=31.45%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10910010900.0800.573004.3140.98
Hex6D646D0803912c429
Octal155144155010071454451
Binary110110111001001101101010000111001100101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D646D; }

 p { color: rgb(109,100,109); }

 H1.HeaderClassName
 {
   color: #6D646D;
 }
 .AnyTagClassName
 {
   color: #6D646D;
 }
</style>
background-color css

<style>
 a { background-color: #6D646D; }

 a { background-color: rgb(109,100,109); }

 div.DivClassName
 {
   background-color: #6D646D;
 }
 .BgClassName
 {
   background-color: #6D646D;
 }
</style>
border-color css

<style>
 span { border-color: #6D646D; }

 span { border-color: rgb(109,100,109); }

 td.TdClassName
 {
   border-color: #6D646D;
 }
 .TagClassName
 {
   border-color: #6D646D;
 }
</style>