#6D676D

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

Shades of Salt Box #6D676D

Tints of Salt Box #6D676D

Color information

#6D676D (or 0x6D676D) is unknown color: approx Salt Box. HEX triplet: 6D, 67 and 6D. RGB value is (109,103,109). Sum of RGB (Red+Green+Blue) = 109+103+109=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 109 - color contains mainly: red, blue. Hex color #6D676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D676D is #929892. Grayscale: #696969. Windows color (decimal): -9607315 or 7169901. OLE color: 7169901.

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

Color convert

RGB109103109-
CMYK00.0600.57
HSL300º2.83%41.57%-
HSV(B)300º5.5%42.75%-
XYZ13.9214.0616.45-
YUV105.48129.99130.51-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.96%
GREEN value IS 103 (40.62% from 255) = 32.09%
BLUE value IS 109 (42.97% from 255) = 33.96%
R=33.96%
G=32.09%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10910310900.0600.573002.8341.57
Hex6D676D0603912c32a
Octal15514715506071454352
Binary1101101110011111011010110011100110010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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