#6D686D

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

Shades of Salt Box #6D686D

Tints of Salt Box #6D686D

Color information

#6D686D (or 0x6D686D) is unknown color: approx Salt Box. HEX triplet: 6D, 68 and 6D. RGB value is (109,104,109). Sum of RGB (Red+Green+Blue) = 109+104+109=322 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.85% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 109 - color contains mainly: red, blue. Hex color #6D686D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D686D is #929792. Grayscale: #6A6A6A. Windows color (decimal): -9607059 or 7170157. OLE color: 7170157.

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

Color convert

RGB109104109-
CMYK00.0500.57
HSL300º2.35%41.76%-
HSV(B)300º4.59%42.75%-
XYZ14.0214.2616.48-
YUV106.06129.66130.09-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.85%
GREEN value IS 104 (41.02% from 255) = 32.30%
BLUE value IS 109 (42.97% from 255) = 33.85%
R=33.85%
G=32.30%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10910410900.0500.573002.3541.76
Hex6D686D0503912c22a
Octal15515015505071454252
Binary1101101110100011011010101011100110010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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