#6D676C

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

Shades of Salt Box #6D676C

Tints of Salt Box #6D676C

Color information

#6D676C (or 0x6D676C) is unknown color: approx Salt Box. HEX triplet: 6D, 67 and 6C. RGB value is (109,103,108). Sum of RGB (Red+Green+Blue) = 109+103+108=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 109 - color contains mainly: red. Hex color #6D676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D676C is #929893. Grayscale: #696969. Windows color (decimal): -9607316 or 7104365. OLE color: 7104365.

HSL color Cylindrical-coordinate representation of color #6D676C: hue angle of 310º 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 #6D676C is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB109103108-
CMYK00.060.010.57
HSL310º2.83%41.57%-
HSV(B)310º5.5%42.75%-
XYZ13.8614.0316.17-
YUV105.36129.49130.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.06%
GREEN value IS 103 (40.62% from 255) = 32.19%
BLUE value IS 108 (42.58% from 255) = 33.75%
R=34.06%
G=32.19%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10910310800.060.010.573102.8341.57
Hex6D676C0613913632a
Octal15514715406171466352
Binary1101101110011111011000110111100110011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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