#686065

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

Shades of Salt Box #686065

Tints of Salt Box #686065

Color information

#686065 (or 0x686065) is unknown color: approx Salt Box. HEX triplet: 68, 60 and 65. RGB value is (104,96,101). Sum of RGB (Red+Green+Blue) = 104+96+101=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 104 - color contains mainly: red. Hex color #686065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686065 is #979F9A. Grayscale: #626262. Windows color (decimal): -9936795 or 6643816. OLE color: 6643816.

HSL color Cylindrical-coordinate representation of color #686065: hue angle of 322.5º 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 #686065 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB10496101-
CMYK00.080.030.59
HSL322.5º4%39.22%-
HSV(B)322.5º7.69%40.78%-
XYZ12.2412.2514.03-
YUV98.96129.15131.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.55%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 101 (39.84% from 255) = 33.55%
R=34.55%
G=31.89%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1049610100.080.030.59322.5439.22
Hex6860650833B142427
Octal150140145010373502447
Binary1101000110000011001010100011111011101000010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686065; }

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

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

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

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

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

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

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

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