#686066

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

Shades of Salt Box #686066

Tints of Salt Box #686066

Color information

#686066 (or 0x686066) is unknown color: approx Salt Box. HEX triplet: 68, 60 and 66. RGB value is (104,96,102). Sum of RGB (Red+Green+Blue) = 104+96+102=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 104 - color contains mainly: red. Hex color #686066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686066 is #979F99. Grayscale: #636363. Windows color (decimal): -9936794 or 6709352. OLE color: 6709352.

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

Color convert

RGB10496102-
CMYK00.080.020.59
HSL315º4%39.22%-
HSV(B)315º7.69%40.78%-
XYZ12.2912.2714.29-
YUV99.08129.65131.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.44%
GREEN value IS 96 (37.89% from 255) = 31.79%
BLUE value IS 102 (40.23% from 255) = 33.77%
R=34.44%
G=31.79%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1049610200.080.020.59315439.22
Hex6860660823B13b427
Octal150140146010273473447
Binary1101000110000011001100100010111011100111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686066; }

 p { color: rgb(104,96,102); }

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

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

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

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

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

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

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