#6C676C

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

Shades of Salt Box #6C676C

Tints of Salt Box #6C676C

Color information

#6C676C (or 0x6C676C) is unknown color: approx Salt Box. HEX triplet: 6C, 67 and 6C. RGB value is (108,103,108). Sum of RGB (Red+Green+Blue) = 108+103+108=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 108 - color contains mainly: red, blue. Hex color #6C676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C676C is #939893. Grayscale: #696969. Windows color (decimal): -9672852 or 7104364. OLE color: 7104364.

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

Color convert

RGB108103108-
CMYK00.0500.58
HSL300º2.37%41.37%-
HSV(B)300º4.63%42.35%-
XYZ13.7413.9716.16-
YUV105.06129.66130.09-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.86%
GREEN value IS 103 (40.62% from 255) = 32.29%
BLUE value IS 108 (42.58% from 255) = 33.86%
R=33.86%
G=32.29%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10810310800.0500.583002.3741.37
Hex6C676C0503A12c229
Octal15414715405072454251
Binary1101100110011111011000101011101010010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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